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

Screen field name

Former Member
0 Likes
1,662

Hi friend,

In MB01, after giving the PO number and when the 'Adopt+Details' button is pressed, a new screen opens, in which there is a field 'Reference Doc'.

My doubts on this field are as follows:

1. How to find out the screen field name for that field.

2. How to give a if condition for that field.

Pls guide me.

Regards,

Mark K

Hi friend,

In MB01, after giving the PO number and when the 'Adopt+Details' button is pressed, a new screen opens, in which there is a field 'Reference Doc'.

My doubts on this field are as follows:

1. How to find out the screen field name for that field.

2. How to give a if condition for that field.

Pls guide me.

Regards,

Mark K

9 REPLIES 9
Read only

Former Member
0 Likes
1,249

hi

just press F1 on the screen field.

it will give u screen field name.

when u get the screen field name.

u can use this field name b/w if and Endif condition.

reward pointe if helpful.

Naveen.

Read only

0 Likes
1,249

Hi Friends,

Through F1, I am getting the field details as following :

Program name = SAPMM07M

Screen no. = 0210

Screen field = MSEG-LFBNR

The value displayed in the field is '501809447'.

Now I want to pass this field value to a variable. How could I do this.

Can you pls guide me.

Regards,

Read only

0 Likes
1,249

Hi,

If there is any parameter id for this field, you can use the following to send it to global memory and retrieve it back using,

Set parameter id 'zid',

Parameter id would be available at the data element level of this field,

Hope this helps,

Rgds,

Read only

0 Likes
1,249

What is parameter id.

Read only

Former Member
0 Likes
1,249

To know the screen field name just press F1 & go to technical attributes.

Reagrds

Abhishek

Read only

aris_hidalgo
Contributor
0 Likes
1,249

Hi,

Press F1 while cursor is on that field and a window pops up. Now click on technical attributes and now you can see what field on what table.

Regards!

P.S. Please award points for useful answers.

Read only

Former Member
0 Likes
1,249

Hi Mark,

You just put cursor on that field there you get all the technical attributes such as Table name from where it come, data elements program name and all function module which you can use where ever you want. Give reward if helpful ans. for you.

Ankur Garg.

Read only

Former Member
0 Likes
1,249

Hi,

1. Screen field name can be found by pressing F1 followed by 'Technical settings' on the field,

2. To put an if condition, you need to look for an appropriate 'customer exit' as this is a standard transaction,

Rgds,

Read only

Former Member
0 Likes
1,249

Hi Mark

Press F1 on screen field then go to technical info than u got field name.

If helpful reward points.

Regards

Abhishek