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 is created but not processed simultaneously

Former Member
0 Likes
442

Hi,

I have to do some FI posting in trans FB01 based on some selection

criteria. The posting is to be done in background. Then I've to output a

list of all the records successfully posted. I'm using BDC_OPEN_GROUP and

not CALL TRANSACTION.

The problem I'm facing is that -

1) BDC session is created but not processed simultaneously.

2) If (1) is solved how'll I come to know which records were posted

SUCCESSFULLY and which were not.

Thanks in advance.

Muneswar

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
411

After you close the session you can just submit program RSBDCSUB. It will process the session.

Rob

2 REPLIES 2
Read only

Former Member
0 Likes
411

Hi,

Actually, no, a user doesnt have to execute the BDC session after it is

created - you can write your program to execute the BDC after it is

created.

Regards...

Read only

Former Member
0 Likes
412

After you close the session you can just submit program RSBDCSUB. It will process the session.

Rob