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


Please Help Members By Posting Answers For Below Questions

What are the differences between table and structure in data dictionary?

595


Explain what is the step-by-step process to create a table in data dictionary?

621


Is main window mandatory in smartforms?

714


In Smartforms or ADOBE Forms Can we get text from standard table in verticle form? if yes, How?

1806


Specify the types of data dictionary objects.

506






What is img? : sap abap hr

697


when u prefer lsmw?

620


What are the aggregate objects in the dictionary? : abap data dictionary

739


Events that can be used in both the classical and interactive reports

1112


What are ranges?

581


Explain what is the difference between sy-tabix and sy-index? Where it is used?

555


What is the functionality of BIZTALK and how it handles the IDOC’s and how u will transfer the IDOCS to the BIZTALK ?

2233


What is table attribute? : abap data dictionary

566


Structures can contain data only during the runtime of a program (t/f) : abap data dictionary

756


What is the purpose of sum statement?

563