‎2012 Mar 07 5:25 AM
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,
‎2012 Mar 07 5:34 AM
hi
try with eCATT transaction in this we can give multiple line item in a same document
‎2012 Mar 07 5:34 AM
hi
try with eCATT transaction in this we can give multiple line item in a same document
‎2012 Mar 07 8:51 AM
‎2012 Mar 08 9:59 AM
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.
‎2012 Mar 08 10:29 AM
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
‎2012 Mar 08 11:13 AM
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.
‎2012 Mar 08 11:41 AM
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...