Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Add output type and trigger through program

0 Likes
3,880

Hello Experts,

I have scenario to add output type and trigger the output type for a billing document through custom program. Here i am using BRF Plus configuration. For NACE output types SAP provided some function modules to re trigger the output types but for BRF output types i did not find such option. Here my scenario is to Add output put type and issue output type from a custom program and it is BRF Plus Output management.

Thank you very much for your help in advance.

Regards,

Venkat

4 REPLIES 4
Read only

GK817
Active Contributor
0 Likes
2,811

Hi,

BRF+ output management and NACE are completely different frameworks. If you are trying to make some configuration in NACE and expecting it to affect the way BRF+ o/p framework works, it won't happen.

As your question expects both NACE and BRF+ to work together, this is not possible.

Gaurav

Read only

2,811

Hello Gaurav,

I am not adding anything in NACE. I want to trigger output type from custom program. Above i just mentioned for NACE output types we can trigger through some function modules same, is there any FM or BAPI is available to trigger the BRF+ output types.

Read only

GK817
Active Contributor
0 Likes
2,811

Hi Venkata,

You can use report APOC_RENDER_DOCUMENT for this purpose.

Gaurav

Read only

0 Likes
2,811

Hello Gaurav,

Is there any way to add custom rule in BRF application OPD_V3_BILLING_DOCUMENT for output determination. I have checked the application and found that data is flowing this application via cds view CSDBILDOCOMPRM. I have replaced this CDS view with custom CDS view and trying to activate and getting usage inconsistency error. Is there any way to enhance standard BRF application .

Thanks,

Venkat