2010 Feb 01 3:47 AM
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
2010 Feb 01 4:00 AM
Hi,
I guess you need to write the VOFM Requirement routine for the Application EF. and put the check condition in routine.
2010 Feb 01 6:58 PM
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
2010 Feb 01 7:12 PM
2010 Feb 24 12:33 PM
2011 Mar 06 1:28 AM
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
2010 Mar 16 10:50 AM
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.