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
What is an update type with reference to a match code id?
What are the types of subroutines?
Explain the difference between domain and data element?
What is a currency factoring technique?
What is the difference between synchronous and asynchronous update? : abap bdc
Explain client-dependent and client-independent tables.
Can you create a table with fields not referring to data elements? : abap data dictionary
What is the difference between collect and sum?
out bound process code for quotation?
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?
2)In production what is the user exit?
Explain about interactive report?
What are the tcodes for performance tuning?
What is the difference between rfc and bapi function modules? : abap bdc
How can we upload a text file having delimiters in to legacy system?