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

Issue in session method --- urgent

Former Member
0 Likes
598

Hi,

I developed one bdc which is working fine in call transaction mode when i am trying to run in session method it is giving information message like ' Processing of batch input session completed'.

i am sending my code below.

report ZAAATEST

no standard page heading line-size 255.

DATA: wa_opt TYPE ctu_params.

PARAMETERS : P_GROUP LIKE APQI-GROUPID DEFAULT 'AVANTIMRG10'.

wa_opt-nobinpt = 'X'.

wa_opt-DISMODE = 'A'.

wa_opt-UPDMODE = 'L'.

WA_OPT-RACOMMIT = 'X'.

include bdcrecx1.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
574

Hi,

Go to SM35 transaction code.

Click on your session name.

And click on process.

Regards,

Bhanu

Hi,

I developed one bdc which is working fine in call transaction mode when i am trying to run in session method it is giving information message like ' Processing of batch input session completed'.

i am sending my code below.

report ZAAATEST

no standard page heading line-size 255.

DATA: wa_opt TYPE ctu_params.

PARAMETERS : P_GROUP LIKE APQI-GROUPID DEFAULT 'AVANTIMRG10'.

wa_opt-nobinpt = 'X'.

wa_opt-DISMODE = 'A'.

wa_opt-UPDMODE = 'L'.

WA_OPT-RACOMMIT = 'X'.

include bdcrecx1.

3 REPLIES 3
Read only

Former Member
0 Likes
575

Hi,

Go to SM35 transaction code.

Click on your session name.

And click on process.

Regards,

Bhanu

Read only

Former Member
0 Likes
574

Hi,

Where have you generate your Batch Session in your ABAP ?

Regards

Read only

Former Member
0 Likes
574

You didn't post the full code. and check in Debugging mode you are giving any Message or

the message is coming from the include bdcrecx1.

use your own code to cerate the session.