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

regarding bdc

Former Member
0 Likes
641

in bdc we have SESSINON METHOD AND CALL TRANSACTION AND LSMW,DIRECT INPUT METHODS ,

HOW WE FIND OUT SPECIFIC METHOD IS SUPPORT THIS PARTICULAR DATA

HOW WE SELECT WHICH METHOD IS SUFFICIENT TO UP LOAD DATA

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
613

hi

good

all these methods that you r mentioned here are all meant for migrating the data irrespective of the type of data,

if depends upon your requirement that which method you r going to use.

thanks

mrutyun^

5 REPLIES 5
Read only

Former Member
0 Likes
613

Any kind of data can be uploaded using most of the methods you have mentioned. Its a matter of choosing the best method, so that you can avoid custom coding and the maintenance will be low.

LSMW and Direct Input methods will help you in doing that.

If these are not used, then you go for the BDC methods

Regards,

Ravi

Note - Please mark all the helpful answers

Read only

0 Likes
613

thanks

Read only

Former Member
0 Likes
613

Hi

The first thins is LSMW isn't a method but it's a tool can use one of methods you have mentioned.

In generally all transactions support the BDC except the enjoy transaction.

U can know if trax is an enjoy trx if it use frame control to manage the dynpro, generally the name of these trx ends with N: ME21N.

U can use trx SHDB to find out all BDC std program, if you can't find it you can create a BDC program.

DIRECT INPUT are standard program they don't simulate the trx (as BDC program) but update directly the tables. So it's always better to use DIRECT INPUT std program and not to create one by yourself: it's not easy to know all tables have to be update and how these tables have to be update.

U can find out the DIRECT INPUT by trx SHDB.

So all these methods can be used indifferently, but if you use a std method you make sure it can simulate the funcitonality you need.

So after choosing a method to upload the data, you have to decide how to use this method:

- Create an interface program

- Create a LSMW project

Max

Read only

Former Member
0 Likes
613

and for uploading data you can better look if there are BAPI's available for the area you want to update. if so create a programm and let the BAPI do the job. otherwise BDC or LSMW

Read only

Former Member
0 Likes
614

hi

good

all these methods that you r mentioned here are all meant for migrating the data irrespective of the type of data,

if depends upon your requirement that which method you r going to use.

thanks

mrutyun^