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

IE01

Former Member
0 Likes
1,099

hi

when ever the user enters the reference equipment number i wnt to catch the value how to get it ,i used parameter values no use.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,042

hi

good

you can use the table and respective field name to get the data

Table name->RM63E

Field Name -> EQUNR

Thanks

mrutyun^

hi

when ever the user enters the reference equipment number i wnt to catch the value how to get it ,i used parameter values no use.

8 REPLIES 8
Read only

Former Member
0 Likes
1,043

hi

good

you can use the table and respective field name to get the data

Table name->RM63E

Field Name -> EQUNR

Thanks

mrutyun^

Read only

0 Likes
1,042

is it possible through set parameter

actually i implemented one screen exit for that trans so inthat screen pbo the value that u have mentioned is null and parameter values is also null.

Read only

Former Member
0 Likes
1,042

Hi,

why don't to use parameter id 'EQN'..?

Regds,

Vinsa.R

Read only

0 Likes
1,042

Hi

i have already used but no result

DATA: REF_EQU LIKE EQUI-EQUNR.

GET PARAMETER ID 'EQN' FIELD REF_EQU.

Read only

Former Member
0 Likes
1,042

check in the user exit which is triggering in PAI of the screen ? Value is updated there or not?

regards

shiba dutta

Read only

0 Likes
1,042

I AM NOT ABLE TO FINDOUT

Read only

0 Likes
1,042

CAN ANY ONE HELP ME

Read only

Former Member
0 Likes
1,042

i think you have got the exit name as per your previous thread.

now check there.. just give your screen field name there...to check..

tables : <your table name for screen field>.

activate that and check in debug mode whether your screen data is appearing here or not....

regards

shiba dutta