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


Please Help Members By Posting Answers For Below Questions

Did you create primary index?

523


What is the difference between synchronous and asynchronous update? : abap bdc

619


Give few names of pooled tables in sap ?

1482


Can a transparent table exist in data dictionary but not in the database physically? : abap data dictionary

680


what is the t-code to link technical and functional operation?

1941






What are the different types of operators in the sap abap?

528


Can you print decimals in type n? What is difference between float and packed data type?

720


What is generic buffering?

836


Have you set up a back ground job ? How to create a background job without a variant ?

625


What is a development class? : abap data dictionary

674


We have got some values for Field F1 say 1,2,3,4 and F2 say 10,10,10,10.Now can you tell me what would be the output for F1 if we use At End Of event?and what would be the output for F2 if we use At Last event?Also i want to know what is the difference between Total calculation for At end event and grand total for At last event???

1648


What is the meaning of table buffer? This buffer is used by which type oftable?

744


​​What is amdp (abap managed data procedures)?​​

608


What are the functional areas? User groups?

578


Explain what is the step-by-step process to create a table in data dictionary?

601