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 ERRORS

Former Member
0 Likes
1,794

HI TO ALL

MY QUERRY IS AS FOLLOWS

WHAT TYPE OF ERRORS U HAVE FACED IN BDC.

PLS TELL SOME ERROR S WITH DESCRPTION THIS IS THE QUESTION ASKED IN INTERVIEW

PLS TELL THE ANSWER

POINTS WILL BE REWARDED

10 REPLIES 10
Read only

Former Member
0 Likes
1,319

Hi ,

Common batch input errors

- The batch input BDCDATA structure tries to assign values to fields which do not exist in the current transaction screen.

- The screen in the BDCDATA structure does not match the right sequence, or an intermediate screen is missing.

- On exceptional occasions, the logic flow of batch input session does not exactly match that of manual online processing. Testing the sessions online can discover by this.

- The BDCDATA structure contains fields, which are longer than the actual definition.

- Authorization problems.

Hope this resolves your query.

Reward all the helpful answers.

Regards

Tushar Mundlik

Message was edited by:

Tushar Mundlik

Read only

Former Member
0 Likes
1,319

Currency and qty conversion problem.

Screen resolution problem,bdc table control uploading is major issue..,suppresing popup windows.

Read only

0 Likes
1,319

Hi Seshu,

I had a problem similar to one above,

What happens if we have a program which updates data using BDC is upgraded in SAP upgrade and the transactional screens (Dynpro) might not be similar.

Is there a way to check this before hand...

Thanks and regards

Read only

Former Member
0 Likes
1,319

depending one the transaction we get the errors

some of the common BDC errors are

Data for Screen Not Found,

Field Not available in Screen

Type mismatch

These again are transaction specific and you have to analyze it by calling the transacion in display ALL mode.

Read only

Former Member
0 Likes
1,319

Hi

The main errors what we get are related to Master data consistency

Especially when Uploading the DATE,QUANTITY and CURRENCY fields we come across some problems.

Sometimes the qty field unit will not be there, and the user gives another unit

and the data will not be in the right format.

Reward points if useful

Regards

Anji

Read only

Former Member
0 Likes
1,319

Hi Hari,

Common batch input errors

- The batch input BDCDATA structure tries to assign values to fields which do not exist in the current transaction screen.

- The screen in the BDCDATA structure does not match the right sequence, or an intermediate screen is missing.

- On exceptional occasions, the logic flow of batch input session does not exactly match that of manual online processing. Testing the sessions online can discover by this.

- The BDCDATA structure contains fields, which are longer than the actual definition.

- Authorization problems.

Regards,

Jayant

Read only

Former Member
0 Likes
1,319

It is found that most problems usually fall into one of the following two categories discussed below.

In this case either required data is missing from the batch-input session or invalid data has been included in the session. Errors in the data conversion program or the presence of unexpected types of data or incorrect data in the legacy database are the possible external causes of this type of problem. Within R/3, the causes for this type of problem include incorrect or incomplete customizing in an application. For example, a legacy data type may not have been foreseen in the check table entries made in application customizing.

This case mainly includes technical/programming problems. The data is entered by a batch input session by running R/3 transactions non-­interactively. Therefore, a typical technical or programming problem is the incorrect identification of one of the data fields in a transaction. Thus, the conversion program may not fill a required data field or may have provided invalid values.

plz Reward points.

Read only

Former Member
0 Likes
1,319

No batch input data for screen SAPMF02D 0110

Formatting error in the field KNA1-NAME1; see next message

Make an entry in all required fields

There is no info to be saved

No batch input data for screen RV10A001 1000

These are some...

Read only

Former Member
0 Likes
1,319

i have not seen you reward any of the 8 guys who have taken pains to help you

Read only

0 Likes
1,319

Sriram, may be he didn't find those answer useful.

It's totally his lookout as to if he should or should not give somebody points. You and i can just give him suggestions.

Looking from the thread I am sure he has not found he was looking for, may be you can help him rather than criticize

Regards