SAP Reports / Programs | Sales and Distribution | Billing | Empties Management(SD-BIL-EM) SAP SD

/BEV1/EMR_TABRUECK SAP ABAP Report - Restore Program for Backup Tables to Original Tables







/BEV1/EMR_TABRUECK 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 /BEV1/EMR_TABRUECK 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 /BEV1/EMR_TABRUECK. "Basic submit
SUBMIT /BEV1/EMR_TABRUECK AND RETURN. "Return to original report after report execution complete
SUBMIT /BEV1/EMR_TABRUECK 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: S_VTWEG = D Distribution Channel
Selection Text: S_VKORG = D Sales Organization
Selection Text: S_SPART = D Division
Selection Text: S_KTOINH = D Customer
Title: Restore Program for Backup Tables to Original Tables
Text Symbol: 020 = The program is not active in this version
Text Symbol: 019 = For more information see OSS Note 605075
Text Symbol: 008 = Restore operation completed
Text Symbol: 007 = for restoring the backup tables
Text Symbol: 006 = Enter the exact selection conditions
Text Symbol: 005 = If you enter other values than for report /BEV1/EMR_TABCPYA, data from the original tables may be lost; do you want to continue?
Text Symbol: 004 = Did you enter the correct selection values?
Text Symbol: 003 = Cancel otherwise original data will be lost
Text Symbol: 002 = Enter the selection criteria here:
Text Symbol: 001 = Clear of original table & failed
Text Symbol: 000 = No other empties activities can take place while restoring the empties accounts


INCLUDES used within this REPORT /BEV1/EMR_TABRUECK

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 titlebar = text-004 text_question = text-005 IMPORTING answer = g_answer EXCEPTIONS text_not_found = 1 OTHERS = 2.

DB_COMMIT CALL FUNCTION 'DB_COMMIT'.

DB_COMMIT CALL FUNCTION 'DB_COMMIT'.

DB_COMMIT CALL FUNCTION 'DB_COMMIT'.

DB_COMMIT CALL FUNCTION 'DB_COMMIT'.

INTERN_DD_CHECK_EXIST CALL FUNCTION 'INTERN_DD_CHECK_EXIST' EXPORTING objname = p_tabname objtype = 'T' err_message = ' ' objstate = 'A' exists = 'X' * SECNAME = ' ' EXCEPTIONS object_not_found = 1 other_object_class = 2 invalid_parameter = 3 object_already_exists = 4 OTHERS = 5.

INTERN_DD_CHECK_EXIST CALL FUNCTION 'INTERN_DD_CHECK_EXIST' EXPORTING objname = p_tabname objtype = 'T' err_message = ' ' objstate = 'A' exists = 'X' * SECNAME = ' ' EXCEPTIONS object_not_found = 1 other_object_class = 2 invalid_parameter = 3 object_already_exists = 4 OTHERS = 5.

INTERN_DD_CHECK_EXIST CALL FUNCTION 'INTERN_DD_CHECK_EXIST' EXPORTING objname = p_tabname objtype = 'T' err_message = ' ' objstate = 'A' exists = 'X' * SECNAME = ' ' EXCEPTIONS object_not_found = 1 other_object_class = 2 invalid_parameter = 3 object_already_exists = 4 OTHERS = 5.



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 /BEV1/EMR_TABRUECK or its description.