cancel
Showing results for 
Search instead for 
Did you mean: 

Item Category Issue

Former Member
0 Kudos

Hello,

I am trying to create an Sales Order thru an Inbouind IDOC.

But I am getting an error message " No Item Categiory available (Table T184 ZTFT TEXT)" there is no such group called as TEXT .

All the other setting in VOV4 are properly maintained,

Kindly let me know the solution as I am able to create the Sales Order manulally fior the same data.

Regrds

Senthi

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hello Senthi,

check your customizing in VOV4 first. When you think it is complete then set a breakpoint here:

SAPFV45P

FV45PFAP_VBAP_FUELLEN

CALL FUNCTION 'RV_VBAP_PSTYV_DETERMINE'

EXPORTING

T184_AUART = TVAK-AUART

T184_MTPOS = MAAPV-MTPOS

T184_UEPST = HVBAP-PSTYV

T184_VWPOS = T184_VWPOS

VBAP_PSTYV_I = VBAP-PSTYV

IMPORTING

VBAP_PSTYV = VBAP-PSTYV

EXCEPTIONS

OTHERS = 1.

IF SY-SUBRC > 0.

Process the idoc and check the values of TVAK-AUART, MAAPV-MTPOS, HVBAP-PSTYV, T184_VWPOS and VBAP-PSTYV. For this combination an entry must be in VOV4.

Best regards,

Jörg

Answers (2)

Answers (2)

sarthak_mohantysd
Active Contributor
0 Kudos

Hello,

First of all, i would advice you to follow the below steps:

Go to T-code -->VOV4, select the combination of your order type and Item Category Group and make sure that for this

combination, you have maintained item category TEXT. Please refer to the material master record for item category group.

The basic problem lies in this t-code itself. So kindly recheck here and update the post again.

Regards,

Sarthak

Former Member
0 Kudos

HI

check the item category: ZTFT.

Also you can take help from ABAPer to debugg the idoc at the point of error. So that you can get clear picture.