cancel
Showing results for 
Search instead for 
Did you mean: 

Condition Table

Former Member
0 Kudos

I have created a condition table for Plant/Region/Material group. I am adding it in JST1 access sequence.

But I am getting an error for Region field.

pl guide

VS

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi,

The Plant region ( T001-WKREG ) as well as the vendor region ( LFA1-REGIO ) is not available in the communciation structures KOMG. Because of which it will create problems ( field assigment not done ) while assigning it to the access sequence.

This has to be populated using an user exit J_117_userexit_fill_komp_komk

The coding should be as follows;-

select single regio from lfa1 into xkomk-regio

where lifnr = xkomk-lifnr.

select single regio from t001w into xkomP-wkreg

where werks = xkomp-werks.

and try out with the help of the ababer to add it to the KOMG struture first so that it will be availble in the field catalogue of KOMK or KOMP.

Regards,

RitiG

Former Member
0 Kudos

The error is:

"Select a document field for REGIO"

Regards

VS

pavan_kulkarni3
Active Participant
0 Kudos

what error your getting..?? pls give more clarifications...

Pavan G Kulkarni

Former Member
0 Kudos

Hi

Can u give the error detail