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: 

To stop triggering of output type when PO changed

former_member228751
Contributor
0 Kudos

Hi all,

I have a requirement to change status of certain POs to 'fully delivered'. I am using ABAP code to do this and marking ELIKZ fied.

I want to know when a PO is changed through the ABAP program, how do I stop triggering output type?

Currently Output type is getting triggered.

Please help me.

Thanks,

~Sachin

6 REPLIES 6

nirajgadre
Active Contributor
0 Kudos

Hi,

I guess you need to write the VOFM Requirement routine for the Application EF. and put the check condition in routine.

Former Member
0 Kudos

You will have to create a custom FORM ROUTINE. Example 901 FORM ROUTINE and put your code to stop outputting message. Please refer the doc "Maintain Requirements for Message Control" in SPRO.

Thanks,

Santosh

former_member156446
Active Contributor
0 Kudos

the code to write need to look at nast-vsztp field

former_member228751
Contributor
0 Kudos

solved

0 Kudos

Hi sachin,

i have a similar requiremnt .

am creating a PO from a report through BAPI .What i need to all the output types are triggered except a specific one.this should happen only when the PO is created through this report.

I want to achieve this .........I Don't want to change the settings.

Thank you

Mohsin

Former Member
0 Kudos

Hi Sachin,

Could you share how you solve your question?

I have a related requirement where the output type will not be retriggered when changes are made in the Purchase Order.

TIA.