MNT11F30 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 MNT11F30 into the relevant SAP transactions such as SE38 or SE80
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.
Title: ISH: Form Routines STEP-LOOP Format
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
ISH_CHECK_FIELD_TYPE call function 'ISH_CHECK_FIELD_TYPE' exporting decimalplaces = col_ntsp-spkom input = col_ntsp-twert input_type = col_ntsp-sptyp length = col_ntsp-splen lr_screen = 'R' screen_or_db = 'D' importing screen = ntsp-twert.
SCROLLING_IN_TABLE call function 'SCROLLING_IN_TABLE' exporting entry_to = entry_to loops = lines_per_page ok_code = save_okcode entry_act = head_line last_page_full = ' ' overlapping = ' ' importing entry_new = head_line.
POPUP_TO_CONFIRM call function 'POPUP_TO_CONFIRM' exporting titlebar = text-p03 * DIAGNOSE_OBJECT = 'ISH_NT02_MNT11I30_TEXT01' text_question = text-p04 * TEXT_BUTTON_1 = 'Ja'(001) * ICON_BUTTON_1 = ' ' * TEXT_BUTTON_2 = 'Oh Nein'(P02) * ICON_BUTTON_2 = ' ' * DEFAULT_BUTTON = '1' * DISPLAY_CANCEL_BUTTON = '' * USERDEFINED_F1_HELP = ' ' * START_COLUMN = 25 * START_ROW = 6 * POPUP_TYPE = importing answer = antwort * TABLES * PARAMETER = exceptions text_not_found = 1 others = 2.
DIMENSION_GET_FOR_UNIT call function 'DIMENSION_GET_FOR_UNIT' exporting unit = ntpk-leinh importing dimension = p_dimid exceptions unit_not_found = 1 others = 2.
ISH_READ_NORG CALL FUNCTION 'ISH_READ_NORG' EXPORTING orgid = orgid IMPORTING norg_e = norg EXCEPTIONS missing_orgid = 1 OTHERS = 2.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
MNT11F30 - ISH: Form Routines STEP-LOOP Format MNT11F22 - IS-H: Form Routines Save Routines MNT11F21 - ISH: Form Routines Status for FUB Display TALST MNT11F20 - IS-H: Form Routines Search Routines MNT11F10 - ISH: Form Routines Read Text/Column Values MNT11F05 - IS-H: FORM Routines Read Service Master