cancel
Showing results for 
Search instead for 
Did you mean: 

Error handling for file upload

Former Member
0 Kudos

HI Experts,

I have a question on file upload process in sap MDG-S.

Scenario : Upload the content from a CSV file using the file upload prcoess.

Query : For example if there are 5 records in the file and if there is an error in 3rd record what happens to the rest of the records i.e. 1,2 and 3,4.

a) Will record 1 and record 2 get posted and record 3,4 will be failed?

b) All 4 records will not be posted as there is one errored record.

Regards,

Charita.

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi charitha,

As per your request if there is a error in any of the record in a particular file it does'nt loads any of the fields to the target, it will be terminated  with an error.

As i checked with an example of Space delimited file in which 4th field has no spaces, and i used this file as source and run the job it does'nt return any values but terminated with an error.

let me know if i am right..

Regards,

Amjad

Former Member
0 Kudos

Hi Charita, Upload will happen only if all the records are correct. Regards, Reema

Former Member
0 Kudos

Hi Charita,

It will throw error for which ever record is having error, hence posting is not possible.

Regards,

Swati

Former Member
0 Kudos

Hi Swati,

So all the records will not be posted right?

As per my understanding Even if there is one error record, posting of the entire CSV file is not possible. Correct me if i am wrong.

Regards,

Charita.

Former Member
0 Kudos

Hi Charita,

If any record is having error then entire file will get fail.

Regards,

Sudhir