Application Development 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: 

bdc programming

former_member758419
Active Participant
0 Kudos

Hi everyone,

What is the difference between Call Transaction and Session Method in BDC programming

Thanks in Advance,

Sachidanand.B

1 ACCEPTED SOLUTION

Former Member
0 Kudos

check this threads...

4 REPLIES 4

Former Member
0 Kudos

check this threads...

Former Member
0 Kudos

Hi shaik,

1. lsmw - no programming requried,

whereas in call transaction & bdc session,

programming required.

2. in call transaction,

no session concept

(data is updated AS SOON AS we run the prgoram)

where as in lsmw, and session,

SESSION is generated (in both cases)

Only after when we run this session,

does the data get updated.

3. In call transactin program,

we have to handle error list and take action.

whereas in lsmw, & session,

(since session is run)

flexibility is there to check and control errors.

regards,

amit m.