2010 Sep 09 9:41 AM
Hi,
I need to create a couple of FI-CA documents during invoicing process. I found the Event R402, is there possible to create more then one FI-CA document?
Thanks for answers.
Vlado
2010 Sep 21 8:50 AM
Hi Vlado,
in the the standard functionality for exit R402 you could generate only one new external document with
NEWDOC (structure Y_VKK_DOC_NEW ) .
If do you would like genarate more as one new doc., then is this only possible with a modification.
Best regards.
Christiane
Edited by: Christiane Grammlich on Sep 21, 2010 9:51 AM
2010 Sep 09 1:45 PM
Vlado:
The R402 event only allows for one document. You can populate the one document with multiple lines representing various scenarios if necessary. If multiple docs are required, then you need to explore additional events - and likely need to create logic for reversal scenarios. Implementing all of the posting in R402 enables standard reversal integration.
regards,
bill.
2010 Sep 09 9:30 PM
2010 Sep 20 9:26 PM
2010 Sep 21 8:50 AM
Hi Vlado,
in the the standard functionality for exit R402 you could generate only one new external document with
NEWDOC (structure Y_VKK_DOC_NEW ) .
If do you would like genarate more as one new doc., then is this only possible with a modification.
Best regards.
Christiane
Edited by: Christiane Grammlich on Sep 21, 2010 9:51 AM