I’m doing sales price calculation in ECC based on the suggested price coming from an external application.
In my sales price calculation schema I have a custom condition type ZCOM which will have the suggested price from that external application.
What I want to do is : Whenever a new condition record is entered for the ZCOM condition type I want VKP5 to be recomputed with the changed new value.
I have set up the worklist functionality in order to achieve this.
I have enabled Activation of the Direct Entry for Creating the Worklist and getting an entry in the WIND table when I update the ZCOM condition record, which is as follows:
WIND Entry:
Cl. | DoCat | CondRecNo. | No | Time created | Act.Time | Valid From | to | U | Tab | App | CTyp | VarKey | Processing indicator | Content of VAR Field | Content of VAR Field | Content of VAR Field |
100 | 10 | 0000469734 | 1 | 20141110000255 | 20141110000255 | 11/10/2014 | 12/31/9999 | A | 601 | V | ZCOM | 1000102002K00301 |
I have also set up the pricing type as: Pricing doc. with adjustment if conds./master data change and I get a S111 entry as shown below.
S111 Entry:
Cl. | Srce | Ver | DoCat | U | App | Tab | VarKey | Date | Doc. no. | It.no. | Month | Date | Week | Period | FV | Pointer | Orig | Date |
100 | 000 | 10 | A | M | 17 | PCS-V411 K00301 100020020 | 31.12.9999 | 0000218180 | 1 | 999912 | 0 | 000000 | 000000 | 2 |
After this when I run WVN0 I get the message : No documents to be updated for document index.
Can you please tell me what I could be missing here?
I also tried manually changing the S11 entry as follows:
Cl. | Srce | Ver | DoCat | U | App | Tab | VarKey | Date | Doc. no. | It.no. | Month | Date | Week | Period | FV | Pointer | Orig | Date |
100 | 000 | 10 | A | V | 601 | 1000102002K00301 | 31.12.9999 | 0000218180 | 1 | 999912 | 0 | 000000 | 000000 | 2 |
But it didn’t work out. I get the same error.
Can you please suggest?