Hello Experts ,
When a material is created/changed , I need to maintain the same text in different other languages .
Suppose When material A is having a material text , Tea 50 g , the same text has to be maintained in other languages such as German , French etc .
I found the user exit EXIT_SAPLMGMU_001 , Can i use 'BAPI_MATERIAL_SAVEDATA' inside this exit ? Even if i use the problem is that, when I call this BAPI the User exit is called again and again causing an indefinite loop. Are there any other ways to do this like a userexit/badi which triggers completely after material save or so ?