2006 Feb 14 8:53 AM
Hi All,
Through transaction Ko02 we can lock an internal order.
The master table for Internal order is AUFK but it does not have any indicator as such for Locked Internal orders.We are looking for the database field which gets updated when an internal order is locked. If any one has any information on this please get back asap.
Thanks in advance,
Simmi
Hi All,
Through transaction Ko02 we can lock an internal order.
The master table for Internal order is AUFK but it does not have any indicator as such for Locked Internal orders.We are looking for the database field which gets updated when an internal order is locked. If any one has any information on this please get back asap.
Thanks in advance,
Simmi
2006 Feb 14 9:12 AM
Hi,
there is no table field, but the structure <b>kauf-flg_locked</b> will be set as 'X'. when it is locked.
i don't think there is any table will be updated with this flag.
regards
vijay
2006 Feb 14 9:23 AM
Hi Vijay,
There has to be some database field which gets updated when an internal order is locked. If we assume that this is only stored in a structure then how does the status gets stored every time we run the transaction Ko02.
In our report, we need to validate if an internal order is locked or not and continue the processing accordingly.
Regards,
Simmi
2006 Feb 14 9:41 AM
Hi Simmi,
Yes , you need to use KAUF_ORDER_READ FM and find the status of the order. pass the ordernumber to the fm.
find it is locked or not.
regards
vijay
2006 Feb 14 9:34 AM
Hi simmi,
1. For detecting whether a order
is locked or not,
use the FM
KAUF_ORDER_READ
regards,
amit m.
2008 Nov 27 10:02 AM
I need to check whether the order is locked or not?
I tried to use this RFC and passed Order no.
I manually locked the order( using Tcode -IW32) but still Function module is not returning 'X' in FIELDS flg_locked and FLG_ENQUE odf the structure E_KAUF.
As per this thread, the FM should return 'X'.
Please help.
2006 Feb 14 9:58 AM
hi ,
DB2 System Parameters with Recommended
Settings
The DB2 system parameter settings listed in the following table are recommended as initial settings that should be adjusted based on the particular workload as a result of performance monitoring and tuning.
Page no. 54..... try this
hope it helps
THanks
VArun CN