‎2009 Jun 30 9:27 PM
Hi all
AFIK, it is not possible to trigger a CALL TRANSACTION for BDC update in an update function module. Yet, i jus wanna to confirm it with the xperts. what are other options for posting a BDC data in an update function module?
thkx
Prabhu
‎2009 Jun 30 10:22 PM
I guess, we can not use CALL TRANSACTION in an UPDATE FM......just try with the addition of DESTINATION 'NONE'
thanq
‎2009 Jun 30 11:03 PM
Hi,
Try this..
Create a new RFC function module and in the function module do all the coding for the BDC and CALL TRANSACTION..
Inside the update module call the RFC function module IN BACKGROUND TASK.
I believe this should work..
Thanks
Naren
‎2015 Jul 28 7:36 AM
‎2009 Jun 30 11:14 PM
i guess, if the above (BACKGROUND) does not works, its worth trying with NEW TASK too.
thanq
‎2009 Jul 01 7:33 AM
hello guys,
yes i had the same thought of using f/n triggered in backgrd. working on it and keep you posted.
thkx for sharing your thoughts on this.
‎2009 Jul 18 6:59 PM
Hi Prabhu,
can you tell me why we cannot Call transaction for BDC in Update Type Function module??
Also when we use Update Type Function modules?? Any specific scenarios you came across??
Regards,
Mayank
‎2009 Jul 20 6:40 AM
CAll trx, for instance for VA02, does a commit stmt after completing the update which is not supported in UPDATE F/N call. u can try tht. u will get a update terminate error