cancel
Showing results for 
Search instead for 
Did you mean: 
Subscribe

Hello All,

Those in the US know about the New Legal Regulation regarding Ultimate Consignee Type (UCT). We have applied most the OSS note from SAP on the GTS-side.  In order to handle issue when the UCT is not replicated to GTS from the ERP-side, we decided to use the Default Data mechanism to determine the UCT by Business Unit.

The Field List fro Default Data is set-up like this..

And the Default Procedure, Defaults Rules and Accesses are configured accordingly.

However, when maintaining the Default Data, the prompt (or drop down) works fine..

but after maintaining the entry, we get this error..

Any ideas why this is happening?

Please let me know your thoughts.

Regards, Dean.

0 Likes
View Entire Topic
former_member215181
Active Contributor
0 Likes

Hi Dean,

I tried the same thing in a "sandbox" system, and it worked ok for me.  My suggestions would be (in the Data Dictionary):

1. In Structure /SAPSLL/CUHD_LOAD_0115_S, make sure that the Check Table and Domain for field UCTYP are both /SAPSLL/CUIND, and that the Foreign Key is set up with:

  • MANDT = SYST-MANDT
  • CUSCS = (generic)
  • CUINC = '011'
  • CUIND = /SAPSLL/CUHD_LOAD_0115_S-UCTYP

Use Foreign Key field type "Key fields/candidates", with cardinality 1:CN.

2. In Table /SAPSLL/LEGTPR, make sure that the Check Table and Domain for field UCTYP are both /SAPSLL/CUIND.

The only thing I can see different between your screen-shot and mine, is that in the Search Help, your system has pre-set the Code List Procedure (CUSUS, in your case), whereas mine does not (shows available entries as a separate column).  I wonder if that's significant?

Let us know how you get on.

Regards,

Dave

dean_hinson2
Active Contributor
0 Likes

Hello Dave,

This is the Foreign Key Definition in /SAPSLL/LEGTPR for UCTYP..