2007 May 18 7:14 AM
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
2007 May 18 7:26 AM
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
2007 May 18 7:23 AM
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
2007 May 18 7:37 AM
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
2007 May 18 7:26 AM
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