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

Can we use Call transaction and session method in same program ?

Former Member
0 Likes
1,797

Hi experts,

                 Is it suggested to use call Transaction and session method in the same Program ?

                 i have a doubt , why cant we use multiple call transactions in same program instead of session method if we have multiple transaction updations ?

Hi experts,

                 Is it suggested to use call Transaction and session method in the same Program ?

                 i have a doubt , why cant we use multiple call transactions in same program instead of session method if we have multiple transaction updations ?

6 REPLIES 6
Read only

Former Member
0 Likes
1,210

hi

what's the session method? you meaning BAPI?

regards,

Archer

Read only

0 Likes
1,210

Hi Dengyong,

Call transaction and session method are two types of BDC.

thanks,

vidyasagar

Read only

0 Likes
1,210

Hi Dengyong Zhang,

we can use the call transation and session method in same program.

However for better performance it's benificial to use call trasaction method of BDC. but if u want to upload very large amount of data then Session method is more preferable to use.

Session method is one of the method of BDC.

U can also use BAPI to upload the data in SAP but it's a different concept than BDC. Performance wise BAPI is more advantageous than BDC.

Read only

VijayaKrishnaG
Active Contributor
0 Likes
1,210

Hi Prakash,

May I know what exactly you want to do and your scenario please.

Regards,

Vijay

Read only

Former Member
0 Likes
1,210

U can use any of the method either call transaction or a session method. y u want to use both the methods in the same program????

Read only

suresh_mamilla
Participant
0 Likes
1,210

Hi Prakash,

     It is possible to use both Call Transaction and Session methods in one program. If I want the update mode as online and at the same time if there are any error kind of records, I want to keep them in a separate session and we will process it later. Hope you'll understand it.

Apologies for any mistake.

Thanks&Regards,

Suresh M