on 2011 Nov 08 7:30 AM
Hi:
Can anyone perhaps assist me as to how I can set the "delivery complete-ELIKZ" indicator directly in table: EKPO.
Thanks.
W.
Request clarification before answering.
Why not just LSMW to update the field using standard ME22N.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks for assistance. Will go ABAP route.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I wish you all the best, but I think you are just creating more inconsistencies than you already have.
somedays you probably want archive those orders, SAP does not just check if there is a X in that field, it does an awful lot of checks to secure that only real closed POs can be archived. I am very certain that a hard entered X in delivery complete indicator is not enough for this last step in a data cycle
Edited by: Jürgen L. on Nov 8, 2011 9:44 AM
Hi:
This is an OLD PO created in 2008 that they need to close. Due to "checks" build into our system we keeps on getting error messages when we want to change qty's ect. This prevents us to to "complete" the PO and now it keeps on reflecting as an outstanding or open qty on the PO side.
That is why we thought to do direct table maintenance to set the delivery complete indicator. We also cannot change it through the MASS change as we are also getting the same error messages there.
Thanks.
W
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
Never update a table directly (especially standard tables) because the same can cause inconsistencies between tables and transaction code; one quick example for this is when you update delivery complete indicator directly in table the same will not reflect when you go and see the PO.
If there are few update thru ME22n or else write a batch input program and you are good to go.
Regards,
Reetesh
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
Sorry ,in SE11 CAN CHANGE OR GIVE INPUTS FOR THE FIELDS .But access key is required. Please take the help of ABAPer. Thanking you.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
To acheive this go to SE16 and give table as EKPO, execute. select the field delivery complete-ELIKZ" , the execute. Then enter PO doc.number and click on execute , here you can set delivery completion indicator and save. For several POs also can set this indicator by giving the range of documents. Thanking you.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
no direct table updates, this is certainly a wrong approach.
Use MEMASSPO
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
10 | |
6 | |
6 | |
5 | |
5 | |
4 | |
4 | |
3 | |
3 | |
3 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.