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

Enhancements

Former Member
0 Likes
644

Hello Friends,

I am working in an enhancement point for ML81N and my requirement is to find out the new value of WBS /CC is changed in the screen .For instance in the table control screen of ML81N there are many field like WBS, CC,QTY etc and if the filed WBS field is changed from X to Y i want to know how to capture the new value of the WBS.

In other terms inside a table control how we can find the value of field being changed to anew value.

Please suggest with a sample code.

Thanks for your help in advance.

Regards

Meenakshi

Moderator message: please choose more descriptive subject lines for your posts.

Edited by: Thomas Zloch on Oct 21, 2011 2:25 PM

Hello Friends,

I am working in an enhancement point for ML81N and my requirement is to find out the new value of WBS /CC is changed in the screen .For instance in the table control screen of ML81N there are many field like WBS, CC,QTY etc and if the filed WBS field is changed from X to Y i want to know how to capture the new value of the WBS.

In other terms inside a table control how we can find the value of field being changed to anew value.

Please suggest with a sample code.

Thanks for your help in advance.

Regards

Meenakshi

Moderator message: please choose more descriptive subject lines for your posts.

Edited by: Thomas Zloch on Oct 21, 2011 2:25 PM

1 REPLY 1
Read only

Former Member
0 Likes
551

Hi,

Use Screen-Exit :In SMOD : SRVEUSCR.

Create project in CMOD and create subscreen 0399 of function group SAPLMLSR.

In subscreen PAI we can have any change in values in table control on screen of ML81N. Also implement exits (EXIT_SAPLMLSR_020,EXIT_SAPLMLSR_021) in same enhancement to get values as required.

Thank You.