2014 Nov 19 12:54 PM
Hi All,
I created BDC session on error in Call transaction in program.
The sessions created are in 'To Process' state and need to be manually started to process it.
Is there any way for it to get automatically processed on creation of session from program.
Thanks,
Venkat
Hi All,
I created BDC session on error in Call transaction in program.
The sessions created are in 'To Process' state and need to be manually started to process it.
Is there any way for it to get automatically processed on creation of session from program.
Thanks,
Venkat
2014 Nov 19 12:56 PM
CALL FUNCTION 'BDC_OPEN_GROUP'
EXPORTING
client = sy-mandt
group = lv_group
* holddate = gv_strtdate
user = sy-uname
prog = sy-cprog
keep = 'X'.
BDC Open group code...
2014 Nov 19 12:56 PM
You can use "CALL TRANSACTION" option to process BDC imediatly.
2014 Nov 19 12:58 PM
Error records from Call transaction i'm submitting in session....