‎2007 Feb 23 10:36 AM
Hi,
I am using Function Module for BDC Session and i am calling this Function Module using ABAP Proxy Method, When i am trying to sumbit this Function Module in BAckgorund using SUBMIT rsbdcsub with respective parameters and return. code but the program is processing the Desire result but it is not returing back.
Can i Know is there any way to call back the Function Module Once the Session is processed ?????
‎2007 Feb 23 10:39 AM
‎2007 Feb 23 10:42 AM
Hi
U should call that program in this way:
SUBMIT RSBDCSUB WITH MAPPE = <SESSION NAME>
WITH VON = SY-DATUM
WITH BIS = SY-DATUM
WITH FEHLER = ' '
EXPORTING LIST TO MEMORY
AND RETURN.Max