Application Development 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: 

Session processing in Error mode

Former Member
0 Kudos

Hi Friends,

I am Using BAPI all the error records after processing BAPI I am keeping in Session, In the output I am displaying the error errors, in the output toolbar I have added one button Process Session, when I click this button the created session should process in error mode.How can I achieve this.

If i am using RSBDCSUB it is processing in Background Mode, but I need the session to be processed in Error mode.

Thanks,

Ravi.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Thanks,

4 REPLIES 4

Former Member
0 Kudos

Hi

You can use the FM BDC_RECORD_PLAY to execute the session.

Regards,

Vishwa.

0 Kudos

If I use this FM and process session the session should move to processes session, this FM is simply processing the recording, but not session.

Thanks,

Ravi

Former Member
0 Kudos

Thanks,

0 Kudos

Hi

You can use this program to process session:

RSBDCSUB.

Vishwa,