Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

BDC Session in 'To Process' state

tennisfanvenkat
Participant
0 Likes
563

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

3 REPLIES 3
Read only

tennisfanvenkat
Participant
0 Likes
526



 
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...

Read only

dani_mn
Active Contributor
0 Likes
526

You can use "CALL TRANSACTION" option to process BDC imediatly.

Read only

0 Likes
526

Error records from Call transaction i'm submitting in session....