Shruthi M.R wrote:
As we all know, uploading more than one tcode can be done using session method alone.
...
This is not the case. In your program you can build two different BDC tables - one for each transaction and then use call transaction once for each transation.
If you're not going to use SM35, then there's no point in using the session method. You might as well program your error handling directly.