2021 Aug 11 5:16 AM
Hello Experts,
I can see the FQevent R419 getting triggered during Invoicing outsort. It has only 2 import parameters.
XY_WA_IIU
X_INVOICE_PARAM
I want to change the out sorted amount in X_INVOICE_PARAM with XY_WA_IIU as below:
XY_PARAM-OUTSORTED_AMNT = XY_WA_IIU-PRINT_DOC-ERDK-TOTAL_AMNT.
How can i make use/change these import parameters ?
2021 Aug 11 6:54 AM
YOU CAN'T
so again, make an enhancement, or use something else
2021 Aug 13 11:07 AM
Hi Ricky,
Technically you cannot change the import parameters.
Also, what is your requirement to change the amount in Invoice document? It is not recommended to just change the amount directly, you have to append corresponding FI-CA document with proper main/sub/ GL to add the line item to the invoice, this can be achieved from FQEVENTS R402
Thanks,
Srini
2021 Aug 13 5:00 PM
Hi Srini,
I want to change the amount in outsorted document. The invoicing part is getting out sorted recursively. When i go to EA05 and release it again & again(repeatedly) its going to outsort for >5 times. This can be controlled/avoided when both the new invoiced amount(from ERDK) & the out sorted amount (in XY_PARAM) are equal.
XY_PARAM-OUTSORTED_AMNT = XY_WA_IIU-PRINT_DOC-ERDK-TOTAL_AMNT