In module pool program how to pass the one screen input value to another screen input value?
Answer Posted / prosoft
Create a global variable to hold value of first screen input value after PAI of screen one pass screen one input to the global variable. Then in PBO of second screen pass value of global variable to screen two input field.
Eg: in PAI module of screen 1.
input1 = 'Value of Screen 1'.
gv_var = input1.
in PBO module of screen2.
input2 = gv_var.
Now input2 contains screen 1 input value which is 'Value of Screen 1'.
| Is This Answer Correct ? | 11 Yes | 0 No |
Post New Answer View All Answers
hi i need detailed information on badi and bapi how can this work in real time senarios plz explain with exp
Difference between sy-tabix and sy-index?
What are the arithmetic operators in the sap abap?
dear friends, do you know how to configure web dynpro and adobe into ECC6.0 IDES?
List some of the many different ways that the sap standard functionality can be changed by a customer?
in bdc session method. if u run the record in fore ground manually i have a 7 records but at the time of record processing first record produces the error how can u process records manually in fore ground please tell me any one knows?
If I have put commit in badi implementation class after update, is it allowed? Also if some standard functionality already implemented an update and now i m doing update and if it fails, what will be the impact of commit?
What is the meaning of sap r/3?
What are the organizational related infotypes? : abap hr
Explain the Inportance of pa40? : abap hr
what will happen if called program is not executable ?
How to read files and process BDC's automatically ?
Normally how many and what files get created when a transaction program is written?
What are null values?
If I want to execute a bdc program only in background not in foreground is there any option for this? : abap bdc