cancel
Showing results for 
Search instead for 
Did you mean: 

how to suppress error in file upload in sap MDG

naseemallika14
Participant
0 Kudos

Hello Experts,

Could you please let me know, how to suppress the error in file upload functionality in SAP MDG

Accepted Solutions (1)

Accepted Solutions (1)

0012anirban
Product and Topic Expert
Product and Topic Expert

Hi Mallika,

Please have a look at the class CL_USMD_FILE_TRANSFER_GUI_WD and method Prepare upload.

Inside Prepare upload, you will get another class method set_and_analyze_data which might be returning this error message. Your Technical team can help you narrow down the exact place.

Regards

Anirban

Answers (2)

Answers (2)

raghu3
Contributor

Hi,

Perhaps you could put a break point in the following method and check further

Regards.

Raghu

0012anirban
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Mallika,

Please provide details of the error and the steps that you are following.

Regard

Anirban

naseemallika14
Participant
0 Kudos

Hi Anirban Roy,

I have downloaded multiple characteristic data but in uploading the same data with multiple characteristics is raising the error

ERROR : Multiple values for characteristic ABC in valuation of object XYZ.

Could you please let me know your inputs on this.