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

Closed
eamarce opened this issue Sep 23, 2024 · 1 comment
Closed

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

eamarce opened this issue Sep 23, 2024 · 1 comment

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!

@julieplummer20
Copy link
Contributor

Hi Edgar,
Thanks for getting in touch. You should always replace ### with either initials or a group number.
I'm glad the rest worked well.
Best wishes,
Julie Plummer.

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