BDC Modify Missing Fields

In BDC, if out of 10 records, 7 are successful and there are 3 records with some missing fields, how will you modify those fields?

Questions by ajaysumeer

Showing Answers 1 - 6 of 6 Answers

Go to Notepad and check what are all the possible records having defects of data then again execute a program with the new text file (containing missing data).

  Was this answer useful?  Yes

mahe_tumati

  • Oct 13th, 2008
 

While executing the program we have mode settings like (back ground(A),no background(N),errors(E)) so we have to select the background mode then we will find out where the error has been occured after then we can change our flat file.

 regards,
mahesh.

  Was this answer useful?  Yes

venuraj3

  • Nov 3rd, 2008
 

To handle fields which have not entered into database in BDC should be stored into an internal table. for which you have to call a function module 'error_log'.

  Was this answer useful?  Yes

mandli

  • Aug 14th, 2009
 

If we are uploading the data through call transaction method then exclusively we have to handle all the error records.All the error records should be stored in an internal table.

If we are using session method then automatically error log will be generated in SM35.Manually we can modify the error records which are in error log.

  Was this answer useful?  Yes

You said that 3 records are failed. First we should know what is the problem behind the failure. For that run the BDC program by setting the execution mode as display error screens or display all screens. By this you can know why the error occurred.

You can get the same by executing the session name in SM35 and read the error log (provided you are using the session method in BDC). If you are using call Transaction method then we have maintain the error log explicitly.

In this way you can find the reason behind the failure of the 3 records and make the changes accordingly to the text file and run the BDC program.

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions