‎2013 Nov 06 8:31 AM
Hi
BAPI_TRANSACTION_COMMIT with destination none , Can any one guide me the use of destination none in BAPI_TRANSACTION_COMMIT.
Please let me know the drawbacks also.
‎2013 Nov 06 8:51 AM
Hi Nagesh,
In your BAPI the provided destination does not match or if does not exist or if there is some problem in establishing connection between source and destination system, this problem will come.
try to check the provided destination.
Thanks & Regards,
Goutam Kolluru.
‎2013 Nov 06 8:55 AM
Hi Goutham ,
I need general explanation , what is the purpose/use of BAPI_TRANSACTION_COMMIT with destination none and also what are all drawbacks when we use destination along with BAPI_TRANSACTION_COMMIT.
‎2013 Nov 06 10:36 AM
Destination 'NONE' is one of the predefined destinations for RFC. It means that the function will be executed on the same server, but with an own session context. So if you have a chain of RFC's to be executed one after the other with destination 'NONE', the code will be executed with the data from that parallel session context. If you close such a chain of RFC's with a call of BAPI_TRANSACTION_COMMIT, all the database changes performed in that "RFC session" will be commited (and V1/V2 update tasks will be triggered, as usual).