Application Development 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: 

value for field name

Former Member
0 Kudos
137

Dear All

I would like to know the value that get stored when a transfer order (LT21) is cancelled in field QSTAT. (e.g the value is 'X' when PO is marked for deletion which is stored in MASSEKKO-LOEKZ). It is required to restrict printing of cancelled TO.

I hope I am clear. Kindly help

Regards

SB

1 ACCEPTED SOLUTION

Former Member
0 Kudos
88

Hi,

You can restrict based on this field ..

IF MASSEKKO-LOEKZ = 'X'.

Raise a error message saying that this PO is marked for Deletion

ENDIF.

Regards

Sudheer

3 REPLIES 3

Former Member
0 Kudos
88

Hi

It seems you are asking for the Status table

All Orders status is stored in the Table <b>JEST</b>

and descriptions of status in TJ02T.

pass the Object Number to JEST table and take the Status.

Reward points if useful

Regards

Anji

0 Kudos
88

Dear Anji

Thanx for the reply. I am a functional guy so I didnt get what you've replied, but it seems positive.

It would be great if you write me the steps to find the value of that field (QSTAT) Table: RL03t once marked for cancellation.

Thnx

Rgrds

SB

Former Member
0 Kudos
89

Hi,

You can restrict based on this field ..

IF MASSEKKO-LOEKZ = 'X'.

Raise a error message saying that this PO is marked for Deletion

ENDIF.

Regards

Sudheer