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 significance of delivery class?
There is a situation where there is a field "MATERIAL DESCRIPTION" in say 20 display only transaction. You want that whenever user opens any of these transaction, this particular field is masked with ****. But table does not holds ****. It holds the actual value. What are different ways of doing it? Which is the best way.
What are the two ways of producing a list within a transaction?
What is design pattern? Provide example .Why are we using it?
Describe the data classes?
what is diff between idocs,bdc,rfc and bapi. give real time answer
If yes then why do we require logical database
Where the payroll results are stored
What is native sql?
How to Solve a Particular Ticket in Realtime ?
In which time constraint does the infotype records depend on the subtype ? : abap hr
What is the meaning of sap r/3?
How do you find if a logical database exists for your program requrements?
SAP Script for Billing in which Billing document number was displayed as header, Bill Type, Bill Category, Bill Item, Cost, Base Unit of Measurement and Material number were categorically displayed for each billing document number. plz mention the detail coding Tahnks, Rahul
What are the different types of internal table?