2010 Jul 15 9:44 AM
Is there a way to abort transaction in CALL TRANSACTION <tcode> USING <bdcdata> when an error has encountered?
If there is, what should it be?
2010 Jul 15 9:48 AM
HI
Once the error occurs Call transaction method stops itself .
Regards
'Swapnil
2010 Jul 15 9:57 AM
Hi Swapnil. The problem is that it proceeds in saving the transaction which I do not want to happen.
2010 Jul 15 10:00 AM
2010 Jul 15 10:16 AM
On Which transaction are you running the call transaction? Standard or Custom? If standard which one?
Vikranth
2010 Jul 15 11:18 AM
I have a custom program that calls the tcode VA01.
My custom program has bdcdata that populates the billing plan in VA01. I want it to abort the process of populating the billing plan and do not proceed in saving if an error has encountered.
2010 Jul 15 11:18 AM
I have a custom program that calls the tcode VA01.
My custom program has bdcdata that populates the billing plan in VA01. I want it to abort the process of populating the billing plan and do not proceed in saving if an error has encountered.
2010 Jul 15 11:34 AM
In CALL TRANSACTION the standard behavior of the called transaction will be replicated. So if in VA01 the billing plan population is aborted if an error is encountered your CALL TRANSACTION will behave the same way.
BR,
Suhas