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

bdc programming

former_member758419
Active Participant
0 Likes
595

Hi everyone,

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

Thanks in Advance,

Sachidanand.B

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
569

check this threads...

4 REPLIES 4
Read only

Former Member
0 Likes
570

check this threads...

Read only

Former Member
0 Likes
569

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.