cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

iDoc ROUTING_CREATE01 import error

joalbala
Explorer
0 Kudos
595

Hi everyone,

I'm currently a beginner with SAP and I'm trying to import some ROUTING_CREATE01 iDoc that I have writtent myself, but I have some errors when I check with WE02 T-Code :

_ For further processing, the routing entry is missing

_ Create task list: Consistency check was not successful

_ Status 001 is not defined

_ Usage 001 is not defined

_ No instance of object type Routing has been created

I don't really understand because my MATMAS03 and BOMMAT05 iDocs associated to this routing are already imported in SAP and I have also created a partner profile for my routing, can someone help me pleaze ?

View Entire Topic
Birger
Explorer
0 Kudos

Hallo Joris,

status and usage are fields of the routing, and it seems the the value "001" is not allowed.

for status and usage use "1" instead

joalbala
Explorer
0 Kudos

But in SAP documentation it seems that <TASK_LIST_USAGE> and <TASK_LIST_STATUS> need to have an internal length of 3

Birger
Explorer

technically that the data field defintion is char3 is correct, but when you check the value lists in the application and how the fields are filled in the database, you will only find that it is used char1

joalbala
Explorer
0 Kudos

What is the t-code to check the value lists in the application please ?