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
Explain the difference between domain and data element? What are aggregate object?
What are the different types of mode (run code) in call transaction method?
Give few names of pooled tables in sap ?
How do you execute the payroll
What are types of select statements?
Can we use write statements in screen fields?if not how is data transferred from field data to screen fields?
What are the different types of views and their definition?
How are the function code handles in flow logic?
What is step-loop? Explain all the steps?
Hi, I have a requirement for locking the fax field in user master records. As you know user can edit the details using the System>profile>own data (SU3), it is causing some security threat to our model. What i want is users should not be able to change the fax field under communications when they get into su3.I have heard of user Exist functionality but don't know how to implement it. Can you suggest something, it will be greatly appreciated.
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.
Can we make use of flow logic control key words in abap/4 and vice-versa?
Can you print decimals in type n?
What is macro? : abap hr
Explain sap abap 3-tier architecture?