Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create an ABAP Database Table and Relevant ABAP Dictionary Objects #2534

Open
eamarce opened this issue Sep 23, 2024 · 0 comments
Open

Create an ABAP Database Table and Relevant ABAP Dictionary Objects #2534

eamarce opened this issue Sep 23, 2024 · 0 comments

Comments

@eamarce
Copy link

eamarce commented Sep 23, 2024

Tutorials: https://developers.sap.com/tutorials/abap-dev-create-table.html

Hi, there is something else I think I may have found for step 5, Julie, although please let me know if this makes sense for the declaration:

Screenshot 2024-09-23 at 16 45 41

I'm not sure if I am making something wrong:

"""key field bank_name : z_bank_name_###;"""

The code gave me an error -> Unexpected token "bank_name". Expected was ":"

Screenshot 2024-09-23 at 16 45 05

The two possibilities that worked for me were:

key bank_name : z_bank_name_999;

and

bank_name : z_bank_name_999;

The 'Creating data element' part worked well, though :)

I appreciate your help!

Best!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants