Explain the program flow when we use logical database PNP
or PNPCE
Answer Posted / naveen chowdary
DATA DECLARATION.
INITIALIZATION OF ALL UR DEFAULT VALUES.
FOR EXAMPLE STATUS VALUE = '3'.
U GOT A PIECE OF CODE FOR THIS.
PNPSTAT2-SIGN = 'I'.
PNPSTAT2-OPTION = 'EQ'.
PNPSTAT2-LOW = '3'.
APPEND PNPSTAT2.
SELECTION SCREEN:
IF U HAVE ANY REPORT CATEGORY THEN U CAN MAINTAIN UR OWN
SELECTION SCREEN FIELDS.
(OR)
DEFAULT SELECTION SCREEN BY A LOGICAL DB
START-OF-SELECTION.
GET PERAS EVENT.
THEN DO ALL THE DATA FETCH.
MAX DO NOT LOOP INSIDE THE GETPERAS EVENT.
END-OF-SELECTION.
DISPLAY THE OUTPUT.
TOP-OF-PAGE
HEADINGS OF THE PAGE
AND VICE VERSA WITH END OF PAGE
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How can one distinguish between different kinds of parameters? : abap modularization
How to combine multiple billing into one RV document ( Step by Step)?
what is 3 tire architecture and how does SAP utilizes this architecture. and how do netweaver came into picture?
What are plan versions used for? : sap abap hr
What will exactly the hide statement do?
What is the difference between data elements and domains?
What is the significance of delivery class? : abap data dictionary
On which event we can validate the input fields in module programs?
Example of table cluster and cluster tables.
Mention the various databases integrities?
What are the 3 types of function modules in sap?
How do you find number of records present in internal table?
What are logical data bases used in hr module? : abap hr
Explain different types of attributes of function module?
Event handling in oops