Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

New On ABAP

801

Hi!,

Recently i just learning ABAP Program. Creating Class, Database Table, Data Definition, Service Definition as well the Behavior, following https://developers.sap.com/mission.abap-dev-get-started.html . All the code fine works!. I just write back some code, but didn't understand well of them.

Example on this tutorial https://developers.sap.com/tutorials/abap-environment-transactional-enablement.html#3e3ea698-8ea9-4f... on write Local Type in Behavior Implementation:

On This statement :

...

IF ls_delete-booking IS INITIAL.

ls_delete-booking = mapped-booking[ %cid = ls_delete-%s ]-booking.

ENDIF.

....

Where mapped-booking, %cid come from ? Why - booking? What definition of that line? There still many question that i still wondering.

I already search on https://help.sap.com/doc/abapdocu_751_index_htm/7.51/en-US/index.htm . But didn't find a clue. Is there any guide that show more detail? Or is there any discussion like discord?

Thank you!

4 REPLIES 4
Read only

Sandra_Rossi
Active Contributor
0 Likes
695

You didn't find because you're looking at the wrong ABAP version (ABAP Cloud):

https://help.sap.com/doc/abapdocu_cp_index_htm/CLOUD/en-US/abencomponents_derived_types.htm?file=abe...

or starting from 7.54.

Read only

former_member635635
Participant
695

Hello,

A good way I recommend you read this book: https://www.sap-press.com/complete-abap_4947/.

Read only

0 Likes
695

Thank you!

Read only

0 Likes
695

If there any more resources, i like to hear some too 🙂