Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

create sales order

Former Member
0 Likes
513

hi all,

when i try to create a sales order using BAPI_SALESORDER_CREATEFROMDAT1, the return message shows that 'EV1 320No item category available (table T184 ZMSI TEXT)'.

i wonder where the problem lies and how could i solve this problem..

thank you very much.

1 ACCEPTED SOLUTION
Read only

former_member70391
Contributor
0 Likes
478

Hi ,

Check the SPRO customization for Item category Determination, " Define Item Category Determination in Deliveries" The Transaction Code is 0184.

I think the item category you are passing is not matching with the entry availbale.

Hope it helps.

Thanks & Regards,

Nagaraj kalbavi

Hi ,

Check the SPRO customization for Item category Determination, " Define Item Category Determination in Deliveries" The Transaction Code is 0184.

I think the item category you are passing is not matching with the entry availbale.

Hope it helps.

Thanks & Regards,

Nagaraj kalbavi

2 REPLIES 2
Read only

former_member70391
Contributor
0 Likes
479

Hi ,

Check the SPRO customization for Item category Determination, " Define Item Category Determination in Deliveries" The Transaction Code is 0184.

I think the item category you are passing is not matching with the entry availbale.

Hope it helps.

Thanks & Regards,

Nagaraj kalbavi

Read only

Former Member
0 Likes
478

Check the item category field (ITEM_CATEG) that you pass in the item level to the BAPI. That item category that you pass should exists in T184 table.

You can discuss more details with your SD functional to know what item category you should use.