cancel
Showing results for 
Search instead for 
Did you mean: 

Material Master Transfer Error messages

Former Member
0 Kudos

Dear Experts,

We are currently getting 4 types of error messages while transferring master data between the feeder system and the GTS system.

Is anyone able to give feedback on these issue?

Issue #1:

No ISO code passed on for field API6850_UOM-DIM_UOM_ISO

Issue #2:

Conversion error in module API6850_HDR_PROD_MAP, field API6850_HDR-DATAB, value 00.00.0000

This issue is actually really recurrent and we have seen it has to do with the validity date with the materials.

Issue #3:

Conversion error in module API6850_TXT_PROD_MAP, field API6850_TXT-LANGU_ISO, value Z2

Issue #4:

Please use another function to maintain the SPACE version of the address

Any feedback / OSS notes are appreciated.

regards

M.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hello,

Your entry point is the /SAPSLL/API_6850_SYNCH function module. For the language error, check if your material description languages exists all in the T002 table on the GTS side.

For the UOM ISO Code errors, I agree with the previous poster(s) that all UOM ISO measures need to be be mapped in the GTS customizing as described above.

Best Regards, Uwe

Former Member
0 Kudos

hi Uwe

Could you give some examples concerning that customizing step as i have difficulties understanding what/how this needs to be customized?

thanks

M

Former Member
0 Kudos

Hi all,

Issue #1:

No ISO code passed on for field API6850_UOM-DIM_UOM_ISO

--> Solved with additional customizing, but not the customizing mentioned in this thread.

Issue #2:

Conversion error in module API6850_HDR_PROD_MAP, field API6850_HDR-DATAB, value 00.00.0000

--> Solved with additional coding ti support the way the user exits actually selects data from the database. (OSS notes?)

Issue #3:

Conversion error in module API6850_TXT_PROD_MAP, field API6850_TXT-LANGU_ISO, value Z2

--> being solved, Language definition requested to SAP basis.

Issue #4:

Please use another function to maintain the SPACE version of the address

--> International Version issues in the system, trying to find a way to resolve.

thanks for the help

M.

Former Member
0 Kudos

Hi Mark,

Issue 1:

All UOMs on R3 side are alos available on GTS side at time of materail transfer.

SPRO -> SAP GTS -> General Settings -> Numbering Schemes

-> Define Numbering Scheme of Import Lists - External Units of Measurement for Data

Issues 2-3:

Have you any exits effecting the material transfer like SLL_LEG_PRR3_002? Please ensure no relevant data is getting cleared in exit coding eg GS_MATERIAL_KEY_TABLES-MARAKEY.

Issue 4:

This is usually caused by incorrect address being transferred to GTS. eg not the standard address OR is related to incorrect coding in BP exit EXIT_SAPLSLL_LEG_PARR3_001. If you have coding here please skip and check results on GTS side.

Michael

Former Member
0 Kudos

Hi Michael,

Issue 1:

Customs is not set up. This error happens when transferring master data from feeder system to GTS, not to an external party. Which, in my opinion, makes this customizing step unnecessary?

Other issues:

Will re-check with developer as i already found this answer on the forum.