Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

move field value from screen.

Former Member
0 Likes
1,442

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.

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.

10 REPLIES 10
Read only

Former Member
0 Likes
1,212

Hi,

Define the field as global variable. In the PBO of the 2nd screen move field to the screen.

Regards,

Sanjeev

Read only

Former Member
0 Likes
1,212

Hi,

Define the field as global variable. In the PBO of the 2nd screen move field to the screen.

Regards,

Sanjeev

Read only

0 Likes
1,212

Hi,

i have to write the code in Field exit FM. for a standard program.

Thanks & Regards,

Sudheer.

Read only

0 Likes
1,212
In screen 1

EXPORT p_werks TO MEMORY ID 'MID'.

in screen 2.

IMPORT p_werks FROM MEMORY ID 'MID'.
Read only

0 Likes
1,212

Hi,

both the p_werks should be same or it should be diff.(p_werks should be same in both screens)

Thanks & Regards,

Sudheer.

Read only

0 Likes
1,212

give the same name

Read only

0 Likes
1,212

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.

Read only

RaymondGiuseppi
Active Contributor
0 Likes
1,212

I your exit use the followin FM to read and write the data

read : FC_SET_DYNPRO_GET_VALUES

write : FC_SET_DYNPRO_SET_VALUES

Regards

  • addictive function module

Read only

0 Likes
1,212

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.

Read only

0 Likes
1,212

Look at

(in a hurry)

Regards