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

value for field name

Former Member
0 Likes
877

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
Read only

Former Member
0 Likes
828

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

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
Read only

Former Member
0 Likes
828

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

Read only

0 Likes
828

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

Read only

Former Member
0 Likes
829

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