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
how to Implement a BADI in which it restricts the access when purchase order is created against contract using definition ME_PURCHDOC_POSTED. please tell me the answers if any one knows. thanks in advance. :ravikiran
How do you find if a logical database exists for your program requrements?
What is asynchronous update?
Explain the use of insert and append statement in sap abap?
What is an Unpack command?
I have 3 transactions,where the output of one transaction is input of another and output of 2nd transaction is input of 3rd transaction.i have one flat file with all data for the 3 transaction.if the 3rd transaction failed can we rollback the remaining 2 transactions or not.Is this possible in BDC,How/
What is alv programming in abap? When is this grid used in abap? : abap hr
how to genernate 21 sencondary index
The data of a view is not physically stored, but derived from one or more tables (t/f) : abap data dictionary
can anybody give me functional specification (or table name & field names) of stock analysis report, work in progress report,generating vendor detailed list
What is “call mode”?
Describe the difference between macro and subroutine?
How to set an Enhancement point for a custom report?
What is an evaluation path? : sap abap hr
hi i need detailed information on badi and bapi how can this work in real time senarios plz explain with exp