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 we format the data before writing a statement in the report?
1.If there is one receiver,then To send 10 materials at a time through BD10 tcode, How many Master Idoc create? 2.If there is one receiver,then To send 1 material at a time through BD10 tcode, how many Master Idoc generated? 3.Can I Send Multiple Messges through BD10 tcode?
How can we achieve MVC ?
Is logo in script 1st stored as tiff format before uploading or in jpeg format?and where is that stored after uploading?
What is lock object ? : abap data dictionary
What are roles and authorization objects?
Differentiate between abap memory and sap memory?
How would you suppress the display of a parameter on the selection screen?
What are conversion & interface programs in sap?
What are the types of the programming language used in the sap abap software?
if u take one worst program,in this program user write the logic is session method.in that program user can get some errors ,that errors we will see in call transaction method,how it is possible.?
What is img? : sap abap hr
How many tables are there in sap?
what is bapi,badi,bdc,ale idocs?
How can we create callable modules of program code within one abap/4 program? : abap modularization