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

How to trigger OUTPUT type

former_member498821
Participant
0 Likes
2,308

Hi All ,

i have one requirement based on one condition i want to trigger output type  in me23n . can you please tell me how to approach for this .

as normal sap standard behavior is there any change is happend  on me23n automatically output is triggered . but in my case i want to trigger the output based on one condition . 

Please help me on this !

Thanks,

Venkata Pradeep. 

Hi All ,

i have one requirement based on one condition i want to trigger output type  in me23n . can you please tell me how to approach for this .

as normal sap standard behavior is there any change is happend  on me23n automatically output is triggered . but in my case i want to trigger the output based on one condition . 

Please help me on this !

Thanks,

Venkata Pradeep. 

4 REPLIES 4
Read only

former_member196651
Contributor
0 Likes
1,241

Hi Pradeep,

Can you try with the customer exit LMEDR001? Here within EXIT_SAPLMEDRUCK_001, you can check your condition. If it is not satisfied, you will be able to display appropriate error message. Check & revert back.

Regards,

Abijith

Read only

0 Likes
1,241

Hi Abijith,

but its not triggering in me23n . i want to manipulate output type in me23n only . this exit in triggered on nme9f. if user changing any data in me23n i need trigger output type based on condition.

Thanks,

Venkata Pradeep.  

Read only

former_member196651
Contributor
0 Likes
1,241

Hi Pradeep,

This exit will trigger from all the transactions for PO,ie, ME21N, ME22N & ME23N. This is working fine for me in all these transactions. You place a break point in the exit and check.

Regards,

Abijith

Read only

0 Likes
1,241

Hello Abhijit,

But in my case those transactions are not triggering in my case.

EXIT_SAPLMEDRUCK_001. please suggest me is i done any thing wrong ?