Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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 is an update type with reference to a match code id?

1032


What are the types of subroutines?

1147


Explain the difference between domain and data element?

1069


What is a currency factoring technique?

1268


What is the difference between synchronous and asynchronous update? : abap bdc

1247


Explain client-dependent and client-independent tables.

1113


Can you create a table with fields not referring to data elements? : abap data dictionary

1338


What is the difference between collect and sum?

1267


out bound process code for quotation?

2111


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?

1984


2)In production what is the user exit?

2025


Explain about interactive report?

1097


What are the tcodes for performance tuning?

1541


What is the difference between rfc and bapi function modules? : abap bdc

1194


How can we upload a text file having delimiters in to legacy system?

1122