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 the t-code for transaction recorder? : abap bdc
What does the extract statement do in extract datasets?
foreign key enforcement?
Explain how is batch input process different from processing on line?
What are the different buffering methods?
How to upload more than 2GB file from External Source to SAP?
How can we access the correction and transport system? : abap data dictionary
What are internal tables? : abap hr
Explain the sequences of event block?
Can there be more than 1 main window in sap script?
What are the basic objects of the data dictionary? : abap data dictionary
what is field string ? & where we are using field strings?
What is an rdbms?
Interactive Report that list purchase order details of a vendor. When the user double clicks on material number it shows detail list with fields matkl, meins, brgew, ntgew, gewei.The selection screen consist of sales organisation, distribution channel and material number. plz mention the detail coding Tahnks, Rahul
What is the basic difference internal tables and database tables? : abap data dictionary