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

About BDC

Former Member
0 Likes
697

Hi friend,

I want to upload data from non sap to sap system by using BDC , in BDC which one is better either calltransaction OR session method for Transaction Code F-02.

With Regard,

chandu.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
675

Hi..,

that depends on your data..

if u have records less than 10,000 we usually go for the CALL TRANSACTION METHOD...

if it is greater we go for SESSION METHOD..

plz do remember to close the thread , when ur problem is solved !!

reward if it helps u...

sai ramesh

6 REPLIES 6
Read only

Former Member
0 Likes
675

Hi..

If u have large amount of data means u may choose Session Method.

Else.

U may use Call Transaction Method..

Regards

Bala.

Read only

Former Member
0 Likes
676

Hi..,

that depends on your data..

if u have records less than 10,000 we usually go for the CALL TRANSACTION METHOD...

if it is greater we go for SESSION METHOD..

plz do remember to close the thread , when ur problem is solved !!

reward if it helps u...

sai ramesh

Read only

Former Member
0 Likes
675

session transaction is better one to use.....

because error log is maintained by SAP itself.

Read only

amit_khare
Active Contributor
0 Likes
675

Use BAPI instead - BAPI_ACC_GL_POSTING_POST

Check this thread -

Regards,

Amit

Reward all helpful replies.

Read only

0 Likes
675

Forget using BDC and use the BAPI as Amit has already said. Much better.

Gareth.

Read only

Former Member
0 Likes
675

Hi!

Go for session method as it has 1 major advantage -

<b>u can re-execute errorneous session also</b>.

Reward if it helps.

Regards,

Neha Bansal.