Hi guru,
In a report prg there is an event called :
at SELECTION-SCREEN on VALUE-REQUEST FOR <fieldname>.
pls tell me that when i am using a module pool prg how do I
call the above event.
In other words what is the module pool equivalent for the
above event which is used in a report prg.
Hope I am able explain my query.
Answer Posted / bvsuman
1)u can use Module POV(process on value request) just like module PBO or PAI in the screen.
2)else u can use FIELD <field_name> module <module_name> on value request in the PAI of the screen.
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
When was the sap abap being created?
What are the fields in the memory table ‘screen’?
MY DOMAIN IS SAP-ABAP COMPARE TO WEBDYNPRO AND CRM-TECHNICAL WHICH IS BEST?
data:zxyz type xyz. where xyz is a standard sap structure where it contains data type fields and line type (refer to other structure) fields. my question is how to assign values to field zxyz-str-matnr where str is a structure inside xyz structure.
What is a type-pool?
How do you find out who has transported a transport request?
Explain what are the events in screen programming?
What are the aggregate objects in the data dictionary? : abap data dictionary
What is view proxy in abap?
What is the function of the transport system and workbench organiser? : abap data dictionary
What is the differences between structure and table in data dictionary in abap?
What is the diff between database view and maintenance view?
Can we use on change of between select and endselect?
How can an internal table with header line and one without header line bedistinguished when passed to a subroutine?
What is value table? : abap data dictionary