You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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:
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 ":"
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!
The text was updated successfully, but these errors were encountered: