2008 Apr 16 12:22 PM
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.
2008 Apr 16 12:28 PM
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.
2008 Apr 16 12:28 PM
Hi,
Go to SM35 transaction code.
Click on your session name.
And click on process.
Regards,
Bhanu
2008 Apr 16 12:31 PM
Hi,
Where have you generate your Batch Session in your ABAP ?
Regards
2008 Apr 16 12:31 PM
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.
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |