2007 Jan 31 6:34 AM
Hi Gurus,
How do we move the field value from one screen to another screen in same program. both the screens contains the same field .
any one can help me in this.
Thanks uin advance,
sudheer.
2007 Jan 31 7:16 AM
Hi,
Define the field as global variable. In the PBO of the 2nd screen move field to the screen.
Regards,
Sanjeev
2007 Jan 31 7:17 AM
Hi,
Define the field as global variable. In the PBO of the 2nd screen move field to the screen.
Regards,
Sanjeev
2007 Jan 31 7:27 AM
Hi,
i have to write the code in Field exit FM. for a standard program.
Thanks & Regards,
Sudheer.
2007 Jan 31 7:32 AM
In screen 1
EXPORT p_werks TO MEMORY ID 'MID'.
in screen 2.
IMPORT p_werks FROM MEMORY ID 'MID'.
2007 Jan 31 7:39 AM
Hi,
both the p_werks should be same or it should be diff.(p_werks should be same in both screens)
Thanks & Regards,
Sudheer.
2007 Jan 31 7:41 AM
2007 Jan 31 8:06 AM
Hi,
when we change the prod.hierarchy value(mara-prdha) in basicdata1 view in mm02 transaction it should reflect in the sales organization 2 view prod.hierarchy(mvke-prodh).
can u explain it.
Thanks & Regards,
Sudheer.
2007 Jan 31 12:33 PM
2007 Jan 31 12:59 PM
Hi,
Thanks for sending, can u explain what r the fileds i have to give for this FC_SET_DYNPRO_SET_VALUES. can u explain it.
Thanks & Regards,
Sudheer.
2007 Jan 31 10:07 PM