‎2020 Jun 09 12:24 PM
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!
‎2020 Jun 09 12:38 PM
You didn't find because you're looking at the wrong ABAP version (ABAP Cloud):
or starting from 7.54.
‎2020 Jun 09 1:29 PM
Hello,
A good way I recommend you read this book: https://www.sap-press.com/complete-abap_4947/.
‎2020 Jun 10 6:28 AM
‎2020 Jun 10 6:28 AM