I am using RFBIBL00 in a program. It is creating a BDC session, but I need it to process the session also. Right now, it only processes by going to SM35 transaction and clicking process. Can someone please let me know how to get the BDC to process programmatically?
SUBMIT rfbibl00
WITH ds_name = file_path
WITH callmode = 'B'
WITH xlog = 'X'
AND RETURN.
Hi
You can use RSBDCSUB program to process the session name , So when you use this it will process your created session immediately.
You can check the documentation RSBDCSUB program for more information
Pavan
As noted by Pavan, you can submit the BDC session by submitting RSBDCSUB.
SUBMIT RSBDCSUB WITH MAPPE = L_GROUP " << YOUR SESSION NAME AND RETURN.
Regards,
Naimesh Patel
Add a comment