‎2009 Dec 31 12:17 PM
Hi,
I implemented a screen exit for Material master, its working fine. but If I do any change (MM02) for material master, changes are reflected in database and application but I am getting a message in status bar as 'No Changes made'. Please help regariding this I have to change the satus as 'XXXXX Material saved'.
XXXXX means material number.
Thanks & Regards,
Krishna.
‎2010 Jan 01 12:44 PM
you can check the enhancement MGA00001 and in that check the exit
EXIT_SAPLMGMU_001
You can also check the below badi
BADI_MATERIAL_CHECK
Regards
Satish Boguda
‎2010 Jan 01 2:29 PM
Hi Satish,
Thanks for your help. I implemented screen exit with MGA00001 enhancement, its working fine. I can create the material and display the material after implemented the enhancement. But when ever I change the customer field values in material master data was updated in database as well as material master application, but I get the message with 'No changes made' (but changes are happens in database and application) So please help me regarding this.
Thanks & Regards,
Krishna
‎2010 Jan 01 3:24 PM
Hi Venkata,
Try to find the exact place from which this error is coming .
You can put breakpoint on message statement in debugger.
Now , check the condition in which this message is thrown. There are chances that you have cleared some variable or workarea in you exit implementation .
Hope this helps you.
‎2010 Jan 03 5:54 PM
Hi venkata,
Just check what is value of system field SY-DATAR in the debugging...
if it is X ie : if in debugging SY-DATAR = X , then chnages are made in your tranaction
ie : if it is space then no changes were made to the transaction..
jjust check what is the value of sy-datar in degubbing..
if space just try to change to X and check by presing F8 buuton , this should help..
Let me knwo if you need further info...
Regards
Satish Boguda
‎2010 Jan 04 10:03 AM
Hi Satish,
I have checked system field SY-DATAR value in debug. The value is 'X'. Please help me.
Thanks & Regards,
Krishna.
‎2010 Jan 27 8:55 AM
Hi Venkata,
You said You have implemented screen exit , can u give me the details of that screen exit..
‎2010 Feb 03 10:09 AM
‎2010 Feb 04 6:00 AM
‎2010 Feb 04 1:02 PM
Dear Venkata Mohan,
Please go thtough the below link.
Copy and make the below link into the proper form. In space use back slash.
saptechnical(dot)com Tutorials ExitsBADIs MM/MM01.htm
With regards,
Sumodh.P