Hi All,
I have created a batch input session and scheduled in background with the help of the standard program RSBDCSUB.
Please find the below code.
CALL FUNCTION 'BDC_OPEN_GROUP'
EXPORTING
client = sy-mandt
group = 'zxy'
user = sy-uname
keep = 'X'.
CALL FUNCTION 'BDC_CLOSE_GROUP'.
SUBMIT rsbdcsub WITH mappe = 'zxy'
WITH von = sy-datum
WITH bis = sy-datum
WITH z_verarb = 'X'
WITH logall = 'X'
EXPORTING LIST TO MEMORY
AND RETURN.
My problem is the above code is working fine. The background job is craeted but created in schedule status but my background job should be in release state...
can you please guide me how to get the job in relaese state with the help of the standard program RSBDCSUB.
Healthy points will be rewarded..
awaiting for your reply.
Thank you.
Regards,
Ravi Ganji