SAP for Utilities Discussions
Connect with fellow SAP users to share best practices, troubleshoot challenges, and collaborate on building a sustainable energy future. Join the discussion.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

IS-U INV: Creation of FI-CA documents during invoicing

Former Member
0 Likes
613

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

1 ACCEPTED SOLUTION
Read only

christiane_grammlich
Product and Topic Expert
Product and Topic Expert
0 Likes
499

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

View solution in original post

4 REPLIES 4
Read only

william_eastman
Product and Topic Expert
Product and Topic Expert
0 Likes
499

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.

Read only

Former Member
0 Likes
499

Thanks for response.

Read only

Former Member
0 Likes
499

Try with events 30, 31 and/or 32.

Fernando.

Read only

christiane_grammlich
Product and Topic Expert
Product and Topic Expert
0 Likes
500

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