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


Please Help Members By Posting Answers For Below Questions

How can one distinguish between different kinds of parameters? : abap modularization

791


How to combine multiple billing into one RV document ( Step by Step)?

1722


what is 3 tire architecture and how does SAP utilizes this architecture. and how do netweaver came into picture?

1959


What are plan versions used for? : sap abap hr

740


What will exactly the hide statement do?

746






What is the difference between data elements and domains?

790


What is the significance of delivery class? : abap data dictionary

761


On which event we can validate the input fields in module programs?

809


Example of table cluster and cluster tables.

831


Mention the various databases integrities?

784


What are the 3 types of function modules in sap?

791


How do you find number of records present in internal table?

756


What are logical data bases used in hr module? : abap hr

860


Explain different types of attributes of function module?

710


Event handling in oops

1309