SAP Reports / Programs | Basis Technology R/3 | Defense Forces and Public Security | Basis Technology R/3(IS-DFS-BIT) SAP IS

/ISDFPS/GNR_CHECK SAP ABAP Report - Central Number Range Check







/ISDFPS/GNR_CHECK is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for You use this report to check the number ranges...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter /ISDFPS/GNR_CHECK 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

/ISDFPS/GNR_CHECK - Check Global Number Ranges


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


Text pool values


Selection Text: SO_OBJ = D .
Selection Text: SO_LSCHK = Logical Systems
Selection Text: SO_LSADJ = Logical Systems
Selection Text: P_YELLOW = @MD\QYellow@ Yellow Results
Selection Text: P_RED = @OJ\QRed@ Red Results
Selection Text: P_OBJSEL = Only Object Listed Below
Selection Text: P_INTWID = Manual Setting
Selection Text: P_GREY = @ME\QLocal@ Local Results
Selection Text: P_GREEN = @MF\QGreen@ Green Results
Selection Text: P_DFLWID = Copy Std. Interval Width
Selection Text: P_CHKEXT = Also Valid. External Intervals
Selection Text: P_ADJUST = Data Comparison
Selection Text: P_ADJTIM = Time for Comparison [Sec.]
Title: Central Number Range Check
Text Symbol: 052 = Interval Definitions and Check Results
Text Symbol: 051 = Free Interval - When Reserving
Text Symbol: 050 = Free Interval - Current
Text Symbol: 011 = No
Text Symbol: 010 = Yes
Text Symbol: 008 = Check Number Range Settings
Text Symbol: 007 = Validation Results for Display
Text Symbol: 006 = Minimum Width of Free Intervals
Text Symbol: 005 = Ctrl Parameters
Text Symbol: 004 = Settings for Calling Data from Systems
Text Symbol: 003 = Selection of Number Ranges for Validation


INCLUDES used within this REPORT /ISDFPS/GNR_CHECK

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:

/ISDFPS/MSG_TO_BAL_MSG CALL FUNCTION '/ISDFPS/MSG_TO_BAL_MSG' EXPORTING if_msgid = '/ISDFPS/NR' if_msgty = 'S' if_msgno = '099' if_msgv1 = sy-uname if_probclass = '2' CHANGING ct_appl_log_msg = gt_appl_log_msg.

RS_SET_SELSCREEN_STATUS CALL FUNCTION 'RS_SET_SELSCREEN_STATUS' EXPORTING p_status = 'SELECTION_STATUS' TABLES p_exclude = gt_exclude.

/ISDFPS/GNR_CHECK_ICONS_INIT CALL FUNCTION '/ISDFPS/GNR_CHECK_ICONS_INIT' IMPORTING e_red_icon = g_icnred e_yellow_icon = g_icnyel e_grey_icon = g_icngry e_green_icon = g_icngrn.

/ISDFPS/MSG_TO_BAL_MSG CALL FUNCTION '/ISDFPS/MSG_TO_BAL_MSG' EXPORTING if_msgid = '/ISDFPS/NR' if_msgty = 'S' if_msgno = '114' if_probclass = '2' CHANGING ct_appl_log_msg = gt_appl_log_msg.

/ISDFPS/MSG_TO_BAL_MSG CALL FUNCTION '/ISDFPS/MSG_TO_BAL_MSG' EXPORTING if_msgid = '/ISDFPS/NR' if_msgty = 'E' if_msgno = '111' if_msgv1 = sy-uname if_msgv2 = sy-repid if_probclass = '1' CHANGING ct_appl_log_msg = gt_appl_log_msg.

/ISDFPS/BAL_MSG_SAVE CALL FUNCTION '/ISDFPS/BAL_MSG_SAVE' EXPORTING is_log_header = gs_appl_log_header it_log_msg = gt_appl_log_msg if_send_mail = 'X' if_display_log = 'X' if_save_log = 'X'.

/ISDFPS/MSG_TO_BAL_MSG CALL FUNCTION '/ISDFPS/MSG_TO_BAL_MSG' EXPORTING if_msgid = '/ISDFPS/NR' if_msgty = 'S' if_msgno = '110' if_msgv1 = ' ' if_msgv2 = ' ' if_msgv3 = ' ' if_msgv4 = ' ' if_probclass = '1' CHANGING ct_appl_log_msg = gt_appl_log_msg.

/ISDFPS/BAL_MSG_SAVE CALL FUNCTION '/ISDFPS/BAL_MSG_SAVE' EXPORTING is_log_header = gs_appl_log_header it_log_msg = gt_appl_log_msg if_send_mail = ' ' if_display_log = ' ' if_save_log = 'X'.

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = l_title text_question = l_question text_button_1 = 'Ja'(010) icon_button_1 = ' ' text_button_2 = 'Nein'(011) default_button = '1' display_cancel_button = ' ' IMPORTING answer = l_answer EXCEPTIONS text_not_found = 1 OTHERS = 2.

/ISDFPS/MSG_TO_BAL_MSG CALL FUNCTION '/ISDFPS/MSG_TO_BAL_MSG' EXPORTING if_msgid = '/ISDFPS/NR' if_msgty = 'S' if_msgno = '115' if_probclass = '2' CHANGING ct_appl_log_msg = gt_appl_log_msg.

/ISDFPS/NRIV_TRANSFER_SYSTEMS CALL FUNCTION '/ISDFPS/NRIV_TRANSFER_SYSTEMS' EXPORTING i_timeout = p_adjtim TABLES it_logsys_adjust = gt_logsys_adjust so_objects = lt_so_objects et_logsys_no_adjust = lt_ls_no_adjust et_gnr_nriv = lt_nriv_adjust et_appl_log_msg = lt_bal_s_msg.

/ISDFPS/MSG_TO_BAL_MSG CALL FUNCTION '/ISDFPS/MSG_TO_BAL_MSG' EXPORTING if_msgid = '/ISDFPS/NR' if_msgty = 'S' if_msgno = '116' if_probclass = '2' CHANGING ct_appl_log_msg = gt_appl_log_msg.

/ISDFPS/BAL_MSG_SAVE CALL FUNCTION '/ISDFPS/BAL_MSG_SAVE' EXPORTING is_log_header = gs_appl_log_header it_log_msg = gt_appl_log_msg if_send_mail = ' ' if_display_log = 'X' if_save_log = ' '.



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 /ISDFPS/GNR_CHECK or its description.