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
Can we use flow logic control key words in abap/4 and vice-verse?
What are function modules?
Does the table can have multiple foreign keys?
suppose i want to print sap script output in different printers at a time what are the settings i'll have to make?
how to Implement a BADI in which it restricts the access when purchase order is created against contract using definition ME_PURCHDOC_POSTED. please tell me the answers if any one knows. thanks in advance. :ravikiran
What is the max no of match code id's that can be defined for one match code object? : abap data dictionary
Can we create field without data element? If yes, how?
What is Group by in Select statement?
Explain the sequences of event block?
What is abap dictionary or data dictionary? What is the transaction to access abap dictionary? : abap data dictionary
What are internal tables? How do you get the number of lines in an internal table? How to use a specific number occurs statement?
What are the data types of the external layer? : abap data dictionary
Explain difference between primary key and unique key?
What are match codes? describe?
Does sap handle multiple languages?