SAP Reports / Programs | Basic Data | SAP Healthcare - Industry-Specific Components for Hospitals | Basic Data(IS-H-BD) SAP IS

SAPMNDYM SAP ABAP dialog Program - IS-H: Screen Modification







SAPMNDYM is a standard Module pool for a dialog screen ABAP Program 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 SAPMNDYM into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

NDYM - IS-H: Screen Modification
ON04 - IS-H: Screen Modification


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 SAPMNDYM. "Basic submit
SUBMIT SAPMNDYM AND RETURN. "Return to original report after report execution complete
SUBMIT SAPMNDYM VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: IS-H: Screen Modification
Text Symbol: 10A = Do you want to delete the ;;
Text Symbol: 10B = entry (cursor position)? ;;
Text Symbol: 10C = Do you want to delete the ;;
Text Symbol: 10D = entry (selection)? ;;
Text Symbol: 10E = Do you want to delete the ;;
Text Symbol: 10F = selected entries? ;;
Text Symbol: 10G = Delete
Text Symbol: 11A = Table entries were changed. ;;
Text Symbol: 11B = Do you want to save your data? ;;
Text Symbol: 11C = Change table entries ;;
Text Symbol: 12A = Data will be lost. ;;
Text Symbol: 12B = Do you want to cancel processing? ;;
Text Symbol: 12C = Cancel
Text Symbol: U01 = all ;;


INCLUDES used within this REPORT SAPMNDYM

INCLUDE MNDATA00.
INCLUDE MNDYM_ALLOWEDF01.
INCLUDE MNDYM_CHECKF01.
INCLUDE MNDYMI01.


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:

ENQUEUE_E_TABLE CALL FUNCTION 'ENQUEUE_E_TABLE' EXPORTING tabname = enq_tabname varkey = enq_varkey EXCEPTIONS OTHERS = 1.

ISH_TN17J_READ CALL FUNCTION 'ISH_TN17J_READ' EXPORTING I_TN17J = ls_tn17j IMPORTING E_PROTECTION = l_protection.

ISH_TN17J_READ CALL FUNCTION 'ISH_TN17J_READ' EXPORTING I_TN17J = ls_tn17j IMPORTING E_PROTECTION = l_protection.

ISH_SHOW_DYNPRO CALL FUNCTION 'ISH_SHOW_DYNPRO' EXPORTING ss_repid = $repid ss_dynnr = $dynnr ss_modif = $modif EXCEPTIONS OTHERS = 1.

SCROLLING_IN_TABLE CALL FUNCTION 'SCROLLING_IN_TABLE' EXPORTING entry_to = entry_to loops = lines_per_page ok_code = save-ok-code entry_act = head_line last_page_full = ' ' overlapping = ' ' IMPORTING entry_new = head_line.

ISH_READ_DYNP_FIELDS CALL FUNCTION 'ISH_READ_DYNP_FIELDS' EXPORTING dynnr = save_dynnr pname = save_pname IMPORTING d_hdr = d_hdr TABLES d_fields = d_fields field_info = d_fzeilen EXCEPTIONS not_found = 01.

ISH_READ_DYNP_FIELDS CALL FUNCTION 'ISH_READ_DYNP_FIELDS' EXPORTING dynnr = save_dynnr pname = save_pname IMPORTING d_hdr = d_hdr TABLES d_fields = d_fields field_info = d_fzeilen EXCEPTIONS not_found = 01.

SCROLLING_IN_TABLE CALL FUNCTION 'SCROLLING_IN_TABLE' EXPORTING entry_act = -top_line entry_from = 1 entry_to = -lines last_page_full = 'X' loops = ok_code = p_ok overlapping = 'X' IMPORTING entry_new = l_tc_new_top_line EXCEPTIONS * NO_ENTRY_OR_PAGE_ACT = 01 * NO_ENTRY_TO = 02 * NO_OK_CODE_OR_PAGE_GO = 03 OTHERS = 0.



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