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 Error

Former Member
0 Likes
848

Hi..

I am getting a strange error.

I am using the user-exit MGA00001>EXIT_SAPLMGMU_001(INCLUDE>ZXMG0U02) for the material master and have coded inside this EXIT.

In the devlopment, this exit is triggered whenevr we change a material but when I transported the INCLUDE ZXMG0U02 (inside the EXIT_SAPLMGMU_001)in which I coded to Quality then this user-exit EXIT_SAPLMGMU_001 is not at all triggered whenever there is a change in the material.

I couldnt understand the reason behind this phenomenon.

Please guide me to solve this issue.

Thank You

5 REPLIES 5
Read only

Former Member
0 Likes
741

1.check iF is active in QAS server or not.

2.Check Transport request Series.

Regards

Prabhu

Read only

Former Member
0 Likes
741

Please make sure that the project (CMOD) in which the Exit lies is activated & transported.

Regards,

Devendra

Read only

Former Member
0 Likes
741

Hi Subhash,

1.First check in quality system weather your changes are reflected there?

If they are not present in the quality system it means they are not transported properly.

go back to test system. try to assign this to a package and then to a request transport. then transport this to quality system. it will work..

also put a break point in quality and chekc if it stops at breal point or not.

jaffer

Read only

Former Member
0 Likes
741

Did you check in QA if your user-exit is active and also the code corresponds to DEV code. If the code is present, then the config part might be missing and thus not triggering the user exit. Some user-exits get triggered only when config is enabled for them. The other thing is to retransport all the objects, assign all the relevant objects to one CTS and transport it to QA.

hith

Sunil Achyut

Read only

Former Member
0 Likes
741

Hello,

Please check the configuration part.

Regs,

Venkat Ramanan N