SAP Reports / Programs

SAP_GLOBV_CHECK SAP ABAP Report - Report SAP_GLOBV_CHECK







SAP_GLOBV_CHECK is a standard Executable ABAP Report 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 SAP_GLOBV_CHECK 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 SAP_GLOBV_CHECK. "Basic submit
SUBMIT SAP_GLOBV_CHECK AND RETURN. "Return to original report after report execution complete
SUBMIT SAP_GLOBV_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: CHECK = Only Check
Selection Text: CLEARS = Delete Backup Version 's'
Selection Text: PSUBRC = Display Error from SUBRC
Selection Text: RELOAD = Reload Backup Version
Selection Text: UPDATE = Save Changes
Selection Text: VARTYP = D .
Selection Text: VNAM = D .
Title: Report SAP_GLOBV_CHECK
Text Symbol: 001 = No text found
Text Symbol: 002 = MWKZ incorrect
Text Symbol: 003 = Corrected and written back
Text Symbol: 004 = RSZRANGE deleted
Text Symbol: 005 = RSZRANGE changed
Text Symbol: 006 = VNAM exists more than once:
Text Symbol: 007 = Checked:
Text Symbol: 008 = Saved version reloaded
Text Symbol: 009 = Backup deleted
Text Symbol: 010 = No more errors found
Text Symbol: 011 = Cannot be corrected
Text Symbol: 012 = Delete BACKUP version ''s''?
Text Symbol: 017 = No


INCLUDES used within this REPORT SAP_GLOBV_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:

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING text_question = 'Wollen Sie die BACKUP-Version ''s'' löschen ?'(012) IMPORTING answer = l_answer EXCEPTIONS OTHERS = 2.

RRMS_HANDLE_MESSAGE_INIT CALL FUNCTION 'RRMS_HANDLE_MESSAGE_INIT'.

RRMS_MESSAGE_PROBCLASS_SET CALL FUNCTION 'RRMS_MESSAGE_PROBCLASS_SET' EXPORTING i_probclass = cl_rrms_appl_log=>probclass_low.

RRI_CHECK_RSZGLOBV CALL FUNCTION 'RRI_CHECK_RSZGLOBV' EXPORTING i_s_globv = g_s_globv i_text = g_s_elttxt-txtlg i_ts_range = g_ts_range IMPORTING e_subrc = g_subrc e_s_globv = g_s_globv e_ts_range = g_ts_range EXCEPTIONS OTHERS = 2.

RRMS_MESSAGES_OUTPUT CALL FUNCTION 'RRMS_MESSAGES_OUTPUT' IMPORTING e_t_msg = g_t_msg EXCEPTIONS OTHERS = 1.

RRMS_MESSAGES_DELETE CALL FUNCTION 'RRMS_MESSAGES_DELETE'.

HELP_OBJECT_SHOW CALL FUNCTION 'HELP_OBJECT_SHOW' EXPORTING dokclass = 'NA' doklangu = sy-langu dokname = l_dokname doktitle = 'Long Text' "#EC NOTEXT msg_var_1 = g_s_msg-msgv1 msg_var_2 = g_s_msg-msgv2 msg_var_3 = g_s_msg-msgv3 msg_var_4 = g_s_msg-msgv4 TABLES links = l_T_links 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 SAP_GLOBV_CHECK or its description.