Explain the program flow when we use logical database PNP
or PNPCE
Answers were Sorted based on User's Feedback
Answer / arijit
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.
Is This Answer Correct ? | 7 Yes | 1 No |
Answer / 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 |
what is difference b/w sap 4.7e and ecc6.0 ?
Pls someone answer me this, Can we acheive everything using OOPs? If not? What cant be acheived? Have you encountered any scenario liike, you cannot acheive it using Function modules & can be acheived using Oops? What is the advantage of BADI over UserExit? Difference between BAPI and RFC? Thanks in advance.
what will you do in Recording method?
How to debug an Idoc at runtime?
What are control commands in Scripts?
what is use of tcp/ip in real time for abaper??
What is the diff b/w RFC enabled Functional Module and BAPI?
What are the other modules integrated with om? : sap abap hr
How you will send mail from one SAP system to other SAP system?
How do you convert non-char field into char type fields ?
What do you understand by work area and internal tables in abap? Why do we use it?
What is the maximum No. Of structures that can be included in a table or structure. : abap data dictionary