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

Batch Input Session SM35

Former Member
0 Likes
2,447

Hello Experts,

We Have Created BDC For Manual Bank Statement With The Help of ABAP,Bcoz Day To Day Transaction Are Increasing.

BDC Is Working Properly But In SM35 It Is Creating N Number of Session.

Ex: Suppose We Have Entered 30 Line Item In BDC, In SM35 It Is Creating 30 Session.

It Is Time Taking Process For User.

Kindly Help Me To Solve The Issue.

Thank's & Regards,

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,338

hi

try with eCATT transaction in this we can give multiple line item in a same document

6 REPLIES 6
Read only

Former Member
0 Likes
1,339

hi

try with eCATT transaction in this we can give multiple line item in a same document

Read only

nico_dewaele
Active Contributor
0 Likes
1,338

why not use online processing? option 4

Read only

Former Member
0 Likes
1,338

Hi,

Write a batch input program for this transaction using uploading data from local file. So that multiple records can be passed and only one session is run.

Read only

Former Member
0 Likes
1,338

Hello,

As suggested by AP, try to go for ECATT transaction or SECATT recording in case of ECC6. This is easier and requires input file and it is single step approach. You have take functionals help for creating the same.

Hope it helps you.

Thanks,

M M Jaffer

Read only

Former Member
0 Likes
1,338

Hi

I think you have written BDC_OPEN_GROUP & BDC_CLOSE_GROUP inside the loop. So thats the reason it creating multiple sessions.If this is the case call BDC_OPEN_GROUP before starting loop and call BDC_CLOSE_GROUP after completing loop.

Regards,

Raghu.

Read only

Former Member
0 Likes
1,338

Hi,

you have written the BDC_OPEN_GROUP in loop statement.if 30 record there then it will create 30 session..please try out with loop only for BDC_INSERT...