2011 Oct 21 11:42 AM
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
2011 Oct 21 3:22 PM
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.