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 Exit for Material Master

0 Likes
1,167

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.

9 REPLIES 9
Read only

Former Member
0 Likes
1,011

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

Read only

0 Likes
1,011

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

Read only

0 Likes
1,011

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.

Read only

0 Likes
1,011

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

Read only

0 Likes
1,011

Hi Satish,

I have checked system field SY-DATAR value in debug. The value is 'X'. Please help me.

Thanks & Regards,

Krishna.

Read only

0 Likes
1,011

Hi Venkata,

You said You have implemented screen exit , can u give me the details of that screen exit..

Read only

0 Likes
1,011

Give ur mail ID i will send the documentation.

Read only

0 Likes
1,011

This message was moderated.

Read only

0 Likes
1,011

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