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

RMDATIND and User Exits

Former Member
0 Kudos
848

Hi,

Does RMDATIND NOT execute all user exits?

My problem is the code that is entered in EXIT_SAPLMGMU_001 is not executed when data is loaded using RMADTIND.

Any idea?

Regards

Manish Rathod

7 REPLIES 7
Read only

Former Member
0 Kudos
546

Hi,

I don't understood.

Have you define e project for the user exit? are you sure it's active?

bye

enzo

Read only

Former Member
0 Kudos
546

Hi Manish,

I think you have not created a project for your exit.

You can create one in CMOD transaction and activate the same.

Regards,

Ravi Kanth

Read only

0 Kudos
546

Hello Enzo / Ravi,

User exit is active and it's working fine when creating materials using MM01 or BDC. However, user exit is not getting executed when I use Direct Input program RMADATIND.

Hope this clarifies.

Regards

Manish

Read only

0 Kudos
546

apologies, I mean program RMDATIND

Read only

0 Kudos
546

hi,

in the user exit did you written anywhere like

if sy-tcode = c_mm01 or sy-tcode = c_mm02.

then ........

endif.

if it so it won't work through RMDATIND

cheers,

sasi

Read only

0 Kudos
546

NO

Read only

Former Member
0 Kudos
546

I think that user exit don't avaible for the report.

try this link.

and look for "User exits or BAdIs available?"

http://help.sap.com/saphelp_46c/helpdata/en/f6/ca0766a7a911d1950500a0c930e0da/frameset.htm

bye

enzo