what are the events in Module pool Programming?
Answer Posted / sunil.p
THE EVENTS IN MODULEPOOL PROGRAM ARE :
PBO
PAI
POV
POH
PROCESS BEFORE OUTPUT:
THIS EVENT IS TRIGGERS BEFORE THE SCREEN
AND USED THIS EVENT WE WRITE PROCESSING LOGIC I.E WRITE STATEMENT ONLY.
PROCESS AFTER INPUT:
THIS EVENT IS TRIGGERS AFTER SCREEN DISPLAYS AND USED THIS EVENT WE WRITE LOGIC IN THIS, I.E SELECT STATEMENT.
PROCESS ON VALUE REQUEST : GIVES POSSIBLE VALUES AT THE OUTPUT SEREEN FILED, LIKE F4.
PROCESS ON HELP REQUEST : LIKE F1 DOCUMENTATION.
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
please any one can tell me How to validate the data in Table maintinance generator?how can u validate the table field values if u r entering the data into fields .it shows record is wrong?wher we can done validation in table maitenance generator before getting the data as out ?
HOW TO TRANSFER VENDOR MASTER DATA FROM LEGACY SYSTEM TO SAP SYSTEM THRU LSMW (IN LSMW, USING DIRECT INPUT PROGRAM:RFBIKR00)
What are the function modules used to create batch input session? : abap bdc
Can i Have Some Realtime Examples on Badi ?
Define abap/4 layer? : abap data dictionary
What is the use of enqueue function module? : sap abap data dictionary
Give examples of transparent table?
Can we define our own match code id's for sap matchcodes ?
Define external layer? : abap data dictionary
How can we create callable modules of program code within one abap/4 program?
function modules are also external subroutines. State true or false. : abap modularization
I am uploading 100 records out of which say 59th record has error so what will happen if I am using synchronous or asynchronous method of bdc? Can we update the database using local update mode how? : abap bdc
How to create user interfaces for lists?
how to capture the errors in bdc Call transaction method?
Difference between sy-tabix and sy-index? Can you check sy-subrc after perform?