‎2008 Oct 24 5:35 AM
Hi ,
I have a BADI which can be used to modify the data before creating the IDOC.. Based on some condition sometimes these IDOC's should not be created. How can i do this? If I use 'EXIT', the control still goes to the next step to create the IDOC... and this happens in a standard include..Is there anyway that i can pass a value in the EDIDC or EDIDD, so that the IDOC is not created and it just runs as test...
regds,
M..
‎2008 Oct 24 5:41 AM
Hi,
U can refer following link:
[http://help.sap.com/erp2005_ehp_03/helpdata/EN/ec/f23442d692ad04e10000000a1550b0/frameset.htm]
Regards,
Anurodh
‎2008 Oct 24 5:41 AM
Hi,
U can refer following link:
[http://help.sap.com/erp2005_ehp_03/helpdata/EN/ec/f23442d692ad04e10000000a1550b0/frameset.htm]
Regards,
Anurodh
‎2008 Oct 24 6:19 AM
Hello,
Better u use LEAVE TO SCREEN 0 instead of using exit.
Just try this if it works or not.
‎2008 Oct 24 6:24 AM