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
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.
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
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
SAP_GLOBV_CHECK - Report SAP_GLOBV_CHECK SAP_GLOBV_CHECK - Report SAP_GLOBV_CHECK SAP_GET_FIELD_POSITION_DEMO - SAPGETFIELDPOSITIONDEMO SAP_GET_FIELD_POSITION_DEMO - SAPGETFIELDPOSITIONDEMO SAP_GENERATE_TMPTABLES - Generation of Temporary Tables for Read Without Commit SAP_GENERATE_TMPTABLES - Generation of Temporary Tables for Read Without Commit