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

MNT11FFR SAP ABAP INCLUDE - documentation and ABAP source code







MNT11FFR 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 MNT11FFR 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 MNT11FFR. "Basic submit
SUBMIT MNT11FFR AND RETURN. "Return to original report after report execution complete
SUBMIT MNT11FFR 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 MNT11FFR

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_COUNTRY_VERSION_GET CALL FUNCTION 'ISH_COUNTRY_VERSION_GET' IMPORTING ss_cvers = lvers EXCEPTIONS OTHERS = 1.

/ISHFR/_READ_NTPKFR CALL FUNCTION '/ISHFR/_READ_NTPKFR' EXPORTING i_einri = ntpk-einri i_tarif = ntpk-tarif i_talst = l_talst i_vdate = ntsp-enddt IMPORTING es_ntpkfr = /ishfr/ntpkfr EXCEPTIONS not_found = 1 OTHERS = 2.

/ISHFR/_READ_NTPKFR CALL FUNCTION '/ISHFR/_READ_NTPKFR' EXPORTING i_einri = ntpk-einri i_tarif = ntpk-tarif i_talst = ntpk-talst i_vdate = ntsp-enddt IMPORTING es_ntpkfr = /ishfr/ntpkfr EXCEPTIONS not_found = 1 OTHERS = 2.

ISH_READ_NTPT CALL FUNCTION 'ISH_READ_NTPT' EXPORTING einri = intpkfr_la-einri * SPRAS = SY-LANGU talst = intpkfr_la-talst_excl tarif = intpkfr_la-tarif IMPORTING e_ntpt = l_ntpt EXCEPTIONS not_found = 1 OTHERS = 2.

/ISHFR/_READ_NTPKFR_GH CALL FUNCTION '/ISHFR/_READ_NTPKFR_GH' EXPORTING i_einri = ntpk-einri i_tarif = ntpk-tarif i_talst = l_talst i_vdate = ntsp-enddt IMPORTING es_ntpkfr_gh = /ishfr/ntpkfr_gh EXCEPTIONS not_found = 1 OTHERS = 2.

/ISHFR/_READ_NTPKFR_GH CALL FUNCTION '/ISHFR/_READ_NTPKFR_GH' EXPORTING i_einri = ntpk-einri i_tarif = ntpk-tarif i_talst = ntpk-talst i_vdate = ntsp-enddt IMPORTING es_ntpkfr_gh = /ishfr/ntpkfr_gh EXCEPTIONS not_found = 1 OTHERS = 2.

ISH_READ_TNK01 CALL FUNCTION 'ISH_READ_TNK01' EXPORTING einri = ntpk-einri katid = ntpk-tarif IMPORTING e_tnk01 = ls_tnk01 EXCEPTIONS not_found = 1.

DDIF_NAMETAB_GET CALL FUNCTION 'DDIF_NAMETAB_GET' EXPORTING tabname = $tab lfieldname = l_fieldname IMPORTING dfies_wa = ls_inf_fields EXCEPTIONS OTHERS = 1.

DDIF_DTEL_GET CALL FUNCTION 'DDIF_DTEL_GET' EXPORTING name = ls_inf_fields-rollname IMPORTING dd04v_wa = ls_inf_doman EXCEPTIONS OTHERS = 1.

ISH_DOMAIN_VALUE_TEXTS CALL FUNCTION 'ISH_DOMAIN_VALUE_TEXTS' EXPORTING domname = ls_inf_doman-domname domvalue = l_val IMPORTING ddtext = p_domtxt.

ISH_COUNTRY_VERSION_GET CALL FUNCTION 'ISH_COUNTRY_VERSION_GET' IMPORTING ss_cvers = lvers EXCEPTIONS OTHERS = 1.

/ISHFR/_UPDATE_NTPKFR CALL FUNCTION '/ISHFR/_UPDATE_NTPKFR' "in update task EXPORTING datum = sy-datum tcode = sy-tcode uname = sy-uname uzeit = sy-uzeit TABLES xntpkfr = i_vntpkfr.

/ISHFR/_UPDATE_NTPKFR_GH CALL FUNCTION '/ISHFR/_UPDATE_NTPKFR_GH' "in update task EXPORTING datum = sy-datum tcode = sy-tcode uname = sy-uname uzeit = sy-uzeit TABLES xntpkfr_gh = i_vntpkfr_gh.

/ISHFR/_UPDATE_NTPKFR_LA CALL FUNCTION '/ISHFR/_UPDATE_NTPKFR_LA' "in update task EXPORTING datum = sy-datum tcode = sy-tcode uname = sy-uname uzeit = sy-uzeit TABLES xntpkfr_la = lt_nntpkfr_la yntpkfr_la = lt_ontpkfr_la.

/ISHFR/_UPDATE_NTPKFR_AK CALL FUNCTION '/ISHFR/_UPDATE_NTPKFR_AK' "in update task EXPORTING datum = sy-datum tcode = sy-tcode uname = sy-uname uzeit = sy-uzeit TABLES xntpkfr_ak = lt_nntpkfr_ak yntpkfr_ak = lt_ontpkfr_ak.

/ISHFR/_UPDATE_NTPKFR_MC CALL FUNCTION '/ISHFR/_UPDATE_NTPKFR_MC' "in update task EXPORTING datum = sy-datum tcode = sy-tcode uname = sy-uname uzeit = sy-uzeit TABLES xntpkfr_mc = lt_nntpkfr_mc yntpkfr_mc = lt_ontpkfr_mc.

/ISHFR/_UPDATE_NTPKFR_AS CALL FUNCTION '/ISHFR/_UPDATE_NTPKFR_AS' "in update task EXPORTING datum = sy-datum tcode = sy-tcode uname = sy-uname uzeit = sy-uzeit TABLES xntpkfr_as = lt_nntpkfr_as yntpkfr_as = lt_ontpkfr_as.

/ISHFR/_NTPKFR_LA CALL FUNCTION '/ISHFR/_NTPKFR_LA' EXPORTING i_ntpk = ntpk i_ntsp = ntsp i_vcode = vcode i_vorlage = rnb10-talst EXCEPTIONS OTHERS = 1.

VIEW_MAINTENANCE_CALL





CALL FUNCTION 'VIEW_MAINTENANCE_CALL' EXPORTING action = l_action view_name = c_view TABLES dba_sellist = gt_vimsellist excl_cua_funct = gt_exclcua.

/ISHFR/_NTPKFR_AK CALL FUNCTION '/ISHFR/_NTPKFR_AK' EXPORTING i_ntpk = ntpk i_ntsp = ntsp i_vcode = vcode i_vorlage = rnb10-talst EXCEPTIONS OTHERS = 1.



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 MNT11FFR or its description.