1.

Explain The Program Flow When We Use Logical Database Pnp Or Pnpce?

Answer»

If you USE any of the LDBs, the program flow is as below

Report XXXXXX.
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.

 

If you use any of the LDBs, the program flow is as below

Report XXXXXX.
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.

 



Discussion

No Comment Found