Explain the program flow when we use logical database PNP
or PNPCE
Answer Posted / arijit
Data declaration
START_OF_SELECTION.
GET PERNR.
retrieve the data from internal tables to output internal
tables
END_OF_SELECTION.
Display the data retrieved above.
From GET PERNR to END_OF_SELECTION ; it will loop with the
employee numbers selected from the selection screen.
| Is This Answer Correct ? | 7 Yes | 1 No |
Post New Answer View All Answers
what is abstract classes
Does every abap/4 have a modular structure?
What are the control break events in abap? : abap data dictionary
Why are insert and append statement used in sap abap?
Explain the difference between function group and function module?
What is the difference of update types in call transaction method ? : abap bdc
Which transaction code can I used to analyze the performance of ABAP program.?
Hello All, Requesting to all user of this site. Please post your Questions in Proper sub Category of chosen category. Some users post the questions in common category whether sub category for that is available ..like some users still post the SAP Script & ALE Related questions in common ABAP Category. Due to this it becomes very difficult to find the topic wise Questions. Please cooperate with the site & to other users. Thanks & Regards Tamseel
What is partner selection?
what is the purpose of BAPI BAPI_CUSTMATINFO_GETLIST What is input and output of this BAPI.
What are Delivery classes? What data will you want to transport during client copy?
Explain the components of selection table?
What functions does a data dictionary perform? : abap data dictionary
What does an EXEC SQL stmt do in ABAP? What is the disadvantage of using it?
What is the Difference between At Line selection and At user-command?