cancel
Showing results for 
Search instead for 
Did you mean: 

Customer Invoice Output should not be triggered before FI document is cretated

former_member200650
Active Participant
0 Kudos

Hi All

My client requirement is customer invoice should not be triggered before FI document is created.

We have standard routine 62 we assign to RD00 in output procedure in NACE configuration, but in our case client is using BRF+ for customer invoice printout and email.

Other Information: Once the Billing document is saved. Billing document is set to posting block. Once the approver approves the billing document system automatically release the posting block and FI document is generated.

Tried in Google but not found any suitable solution.

Thanks

Ryan-Crosby
Active Contributor
0 Kudos

Have you checked the ABAP code in routine 62?

former_member200650
Active Participant
0 Kudos

Hi Ryan

Thanks for your reply! that is the standard routine right what i need to check with ABAPer. It checks if FI document is not generated system will not determine the output type. As i mentioned we are not using NACE output configuration. We are using BRF+ for customer invoice output.

Thanks

Accepted Solutions (0)

Answers (2)

Answers (2)

Lakshmipathi
Active Contributor

From your above screen shot, I could see there is no Document Category "M" which is for commercial invoice

former_member200650
Active Participant
0 Kudos

Thanks Lakshmipathi ji for your reply! added Doc cat = C(Invoice) and created a new billing but still output is triggering.

Not sure where I am missing..

Thanks

SatwikJoshi
Participant

Hi srinu.sabbana,

At OPD settings, final step- Output Relevance.

Choosing Posting status as C (Accounting document has been generated).

Above setting will help to determine output only when accounting document is generated in New output management(BRF+).

Do upvote if this helps.

Thank you

Satwik Joshi

former_member200650
Active Participant
0 Kudos

Hi Satwik

Thanks so much for your reply! I think it is already there. Please let me know if anything still is missing.

Thanks

DominikTylczyn
Active Contributor

Look at your decision table for the document category O "Credit Memo" - it's going to print both for posting status "" and "C" as you have two records in the table.

former_member200650
Active Participant

Thanks 3a9e4ce873a94034b33dc62b0ce600ee for your reply! yes Credit Memo it is set like that but current billing doc type is F2 which has doc cat= M.

thanks