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: 

regarding bdc

Former Member
0 Kudos

when we uploading data what r the problems we have commanly faced could u plz explain

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi

When you use BDC the major problem taht you are going to face is that if the screen is changed then the BDC would fail as it would not be able to identify the screen changes.

That is why it would be advisable to use BAPI's rather than BDC because the changes and validations added would be able to be incorporated in the BAPI

Hope this helps

There is a lot of information on the same in the Forumns please give the search term BAPI vs BDC etc.. to get more info..

Thanks.

3 REPLIES 3

Former Member
0 Kudos

Hi

When you use BDC the major problem taht you are going to face is that if the screen is changed then the BDC would fail as it would not be able to identify the screen changes.

That is why it would be advisable to use BAPI's rather than BDC because the changes and validations added would be able to be incorporated in the BAPI

Hope this helps

There is a lot of information on the same in the Forumns please give the search term BAPI vs BDC etc.. to get more info..

Thanks.

former_member189629
Active Contributor
0 Kudos

Hi Rajesh,

Other than the above, the common problems are:

- Missing mandatory fields in the input file

- Transaction Views not being called while a txn is called

- Data mismatches in the input file

- Input file format (file type) errors

- Input file foratting errors (data structure, delimiters, etc)

Please Close this thread.. when your problem is solved

Reward if Helpful

Regards

Karthik

Message was edited by:

Karthik

0 Kudos

thanks