SAP Reports / Programs | Patient Accounting | SAP Healthcare - Industry-Specific Components for Hospitals | Patient Accounting(IS-H-PA) SAP IS

MNAF0FCV SAP ABAP INCLUDE - documentation and ABAP source code







MNAF0FCV is a standard ABAP INCLUDE available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.

If you would like to execute this report or see the full code listing simply enter MNAF0FCV into the relevant SAP transactions such as SE38 or SE80


ABAP code to call this SAP report using the submit statement

This report can be called from another progam/report simply by using the ABAP SUBMIT statement, see below for example ABAP code snipts of how to do this.






SUBMIT MNAF0FCV. "Basic submit
SUBMIT MNAF0FCV AND RETURN. "Return to original report after report execution complete
SUBMIT MNAF0FCV VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


INCLUDES used within this REPORT MNAF0FCV

No INCLUDES are used within this REPORT code!


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

ISH_NBIL_TI_POOL_REFRESH call function 'ISH_NBIL_TI_POOL_REFRESH' exporting i_einri = nfal-einri i_falnr = nfal-falnr.

POPUP_TO_CONFIRM *** call function 'POPUP_TO_CONFIRM' *** exporting *** titlebar = 'Stornieren'(086) *** text_question = 'Wollen Sie die vorläufige Rechnung stornieren?'(144) *** importing *** answer = proceed.

ISH_REFRESH_SERVICES_INSURERS call function 'ISH_REFRESH_SERVICES_INSURERS'.

ISH_NBIL_TI_POOL_GET * call function 'ISH_NBIL_TI_POOL_GET' * exporting * i_einri = l_einri * i_falnr = l_falnr * i_read_db = ' ' * importing * et_nbrkp_daba = lt_nbrkp_db[] * et_vnbrkp_curr = lt_vnbrkp_curr[].

ISH_NBIL_TI_PERIOD_SAVE * call function 'ISH_NBIL_TI_PERIOD_SAVE' * exporting * i_einri = l_einri * i_falnr = l_falnr * i_tcode = sy-tcode * i_user = sy-uname * i_date = sy-datum * i_time = sy-uzeit * it_vnbrkp_curr = lt_vnbrkp_curr[] * it_vnbrkp_db = lt_vnbrkp_db[] * it_icdtxt = lt_icdtxt[].

ISH_NBIL_TI_POOL_REFRESH * call function 'ISH_NBIL_TI_POOL_REFRESH' * exporting * i_einri = nfal-einri * i_falnr = nfal-falnr.

ISH_NBIL_TI_CASE_CHECK call function 'ISH_NBIL_TI_CASE_CHECK' exporting i_einri = p_einri i_falnr = p_falnr importing e_nbil_ti_active = g_nbil_ti_active.

ISH_CASE_INVOICES_VALID_GET call function 'ISH_CASE_INVOICES_VALID_GET' exporting i_einri = p_einri i_falnr = p_falnr i_read_db = on importing et_vbrk = lt_vbrk[] et_vbrp = lt_vbrp[] exceptions no_invoices = 1 others = 2.

ISH_NBIL_TI_POOL_GET call function 'ISH_NBIL_TI_POOL_GET' exporting i_einri = p_einri i_falnr = p_falnr importing et_vnbrkp_curr = lt_vnbrkp[].

ISH_NBIL_TI_PERIOD_SET call function 'ISH_NBIL_TI_PERIOD_SET' exporting i_einri = -einri i_falnr = -falnr i_event = l_event i_callvb = off is_vnbrkp = it_vnbrkp = lt_vnbrkp_cancel[] exceptions event_not_supported = 1 period_not_found = 2 others = 3.



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name MNAF0FCV or its description.