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 are advantages and disadvantages of logical data base
What do you mean by batch data communications programming?
Why do we need enhancements?
there are 2 selection screens. material num in screen 200 and plant in screen 300. so how can you write in INITIALISATION event?
What is a type group?
What is locking ?
When value table becomes check table?
What is the function of a domain?
What is PS structure
Explain about drill down report?
What are the data types of the external layer? : abap data dictionary
Have you printed any report?
Explain the different types of view?
What is the collect statement?
Explain what are the different functions used in sap script? What are the parameters used in each function?