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

MNT11FCH SAP ABAP INCLUDE - documentation and ABAP source code







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

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.

ISH_CH_READ_TNCH33 call function 'ISH_CH_READ_TNCH33' exporting i_einri = ntpk-einri i_tartyp = ntpk-tartyp IMPORTING E_TARTYPI = tnch33-tartypi EXCEPTIONS NOT_FOUND = 1 OTHERS = 2.

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

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

ISH_CH_SE54_V_NCH10 CALL FUNCTION 'ISH_CH_SE54_V_NCH10' EXPORTING ss_einri = einri ss_tarif = tarif ss_talst = talst ss_enddt = enddt ss_action = vcode EXCEPTIONS bad_param = 1 others = 2.

ISH_CH_NTPK_NWCH10 CALL FUNCTION 'ISH_CH_NTPK_NWCH10' EXPORTING i_ntpk = ntpk i_vcode = vcode i_vorlage = rnb10-talst EXCEPTIONS others = 1.

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

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

ISH_CH_UPDATE_NTPKCH call function 'ISH_CH_UPDATE_NTPKCH' "in update task exporting datum = sy-datum tcode = sy-tcode uname = sy-uname uzeit = sy-uzeit tables xntpkch = i_vntpkch.

ISH_CH_MATERIAL_SAVE CALL FUNCTION 'ISH_CH_MATERIAL_SAVE' EXCEPTIONS error = 1 others = 2.

ISH_CH_UPDATE_NTPKCH call function 'ISH_CH_UPDATE_NTPKCH' "in update task exporting datum = sy-datum tcode = sy-tcode uname = sy-uname uzeit = sy-uzeit tables xntpkch = i_vntpkch.

ISH_AT_UPDATE_NTPKAT call function 'ISH_AT_UPDATE_NTPKAT' "in update task exporting datum = sy-datum tcode = sy-tcode uname = sy-uname uzeit = sy-uzeit tables xntpkat = i_vntpkat.

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

ISH_CH_READ_NTPKCH CALL FUNCTION 'ISH_CH_READ_NTPKCH' EXPORTING einri = ntpk-einri talst = l_talst tarif = ntpk-tarif i_vdate = ntsp-enddt IMPORTING e_ntpkch = ntpkch EXCEPTIONS not_found = 1 others = 2.

ISH_CH_READ_NTPKCH CALL FUNCTION 'ISH_CH_READ_NTPKCH' EXPORTING einri = ntpk-einri talst = ntpk-talst tarif = ntpk-tarif i_vdate = ntsp-enddt IMPORTING e_ntpkch = ntpkch EXCEPTIONS not_found = 1 others = 2.

ISH_CH_MATERIAL_CHECK_CHANGES CALL FUNCTION 'ISH_CH_MATERIAL_CHECK_CHANGES' IMPORTING ss_changes = l_changes.

ISH_CH_NTPKCH_AGE CALL FUNCTION 'ISH_CH_NTPKCH_AGE' EXPORTING i_ntpk = ntpk i_vcode = vcode i_vorlage = rnb10-talst EXCEPTIONS others = 1.

ISH_CH_NTPKCH_QLDI CALL FUNCTION 'ISH_CH_NTPKCH_QLDI' EXPORTING i_ntpk = ntpk i_vcode = vcode i_vorlage = rnb10-talst EXCEPTIONS others = 1.

ISH_CH_NTPKCH_QTDI





CALL FUNCTION 'ISH_CH_NTPKCH_QTDI' EXPORTING i_ntpk = ntpk i_vcode = vcode i_vorlage = rnb10-talst EXCEPTIONS others = 1.

ISH_CH_NTPKCH_SPRT CALL FUNCTION 'ISH_CH_NTPKCH_SPRT' EXPORTING i_ntpk = ntpk i_vcode = vcode i_vorlage = rnb10-talst EXCEPTIONS others = 1.

ISH_CH_NTPKCH_KUMU CALL FUNCTION 'ISH_CH_NTPKCH_KUMU' EXPORTING i_ntpk = ntpk i_vcode = vcode i_vorlage = rnb10-talst EXCEPTIONS others = 1.

ISH_CH_NTPKCH_MAX CALL FUNCTION 'ISH_CH_NTPKCH_MAX' EXPORTING i_ntpk = ntpk i_vcode = vcode i_vorlage = rnb10-talst EXCEPTIONS others = 1.

ISH_CH_NTPKCH_KOMB CALL FUNCTION 'ISH_CH_NTPKCH_KOMB' EXPORTING i_ntpk = ntpk i_vcode = vcode i_vorlage = rnb10-talst EXCEPTIONS others = 1.

ISH_CH_NTPKCH_FACH CALL FUNCTION 'ISH_CH_NTPKCH_FACH' EXPORTING i_ntpk = ntpk 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 MNT11FCH or its description.