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

User exit screen for mobile device

Former Member
0 Likes
902

Hi all,

I'd like to modify a screen field in transaction LM05 such that the field would display Lab/Office instead of the batch no.

From the SAP library, (http://mknt13/saphelp/helpdata/EN/60/0691384ec60126e10000009b38f8cf/frameset.htm)

it suggests to create a new screen or copy a screen.

I just don't know what to do. Should I create a new screen or copy an existing one?

Thanks for your advice.

Hi all,

I'd like to modify a screen field in transaction LM05 such that the field would display Lab/Office instead of the batch no.

From the SAP library, (http://mknt13/saphelp/helpdata/EN/60/0691384ec60126e10000009b38f8cf/frameset.htm)

it suggests to create a new screen or copy a screen.

I just don't know what to do. Should I create a new screen or copy an existing one?

Thanks for your advice.

4 REPLIES 4
Read only

Former Member
0 Likes
783

Hi,

It seems you already have a screen in standard LM05 that is ok except for this one field. If so, it would be easier for you to copy this standard screen and modify it as per your requirement.

You will then need to follow the steps of assigning this screen, as mentioned in the help.

cheers,

Read only

0 Likes
783

Thanks for your reply.

Say I'll copy screen 502, I just got a new screen similar to 502, then which module/part could I modify the code for the field?

Read only

0 Likes
783

I am not sure about it. It will depend on your requirements. At the basic level, you will need to add code in PBO and PAI for proper handling of this field.

cheers,

Read only

0 Likes
783

Or could I merely edit the PBO module DATA_TO_EXIT0502 without creating a new screen?