Application Development 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: 

EXIT_SAPLCOBT_001 - Production Order User Exit

Former Member
0 Kudos

We are using the above mentioned user exit at the time of production order saving.

1) If we are using error message like message e014(zk) then it is giving dump and no help provided in the dump.

2) Is there any method to go to the Production Order Component screen after warning / information message (customer message thru the exit).

Pl help

Regards

balakumar

1 ACCEPTED SOLUTION

laxmanakumar_appana
Active Contributor
0 Kudos

Hi,

There is no export parameters for this exit , if you look at the exit EXIT_SAPLCOMK_006 , there is one export parameter 'E_MESSAGE' , like this export parameters are there in the exit EXIT_SAPLCOBT_001 ,then you can handle the messages.

*" EXPORTING

*" VALUE(E_MATERIAL) LIKE COMP_EXIT_EXP

*" STRUCTURE COMP_EXIT_EXP

*" VALUE(E_MESSAGE) LIKE MESSAGE_STRUCT

*" STRUCTURE MESSAGE_STRUCT

Laxman

1 REPLY 1

laxmanakumar_appana
Active Contributor
0 Kudos

Hi,

There is no export parameters for this exit , if you look at the exit EXIT_SAPLCOMK_006 , there is one export parameter 'E_MESSAGE' , like this export parameters are there in the exit EXIT_SAPLCOBT_001 ,then you can handle the messages.

*" EXPORTING

*" VALUE(E_MATERIAL) LIKE COMP_EXIT_EXP

*" STRUCTURE COMP_EXIT_EXP

*" VALUE(E_MESSAGE) LIKE MESSAGE_STRUCT

*" STRUCTURE MESSAGE_STRUCT

Laxman