SAP Reports / Programs

UMG_DEFINE_TABLE_SPLIT SAP ABAP Report - Define conditions for table splitting in SPUMG







UMG_DEFINE_TABLE_SPLIT is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This program is part of the Unicode conversion tools...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 UMG_DEFINE_TABLE_SPLIT 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 UMG_DEFINE_TABLE_SPLIT. "Basic submit
SUBMIT UMG_DEFINE_TABLE_SPLIT AND RETURN. "Return to original report after report execution complete
SUBMIT UMG_DEFINE_TABLE_SPLIT VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Define conditions for table splitting in SPUMG
Text Symbol: 001 = Tables
Text Symbol: 002 = Add Table
Text Symbol: 003 = Delete Table
Text Symbol: 004 = Upload Conditions
Text Symbol: 005 = Download Conditions
Text Symbol: 006 = Help
Text Symbol: 007 = Save conditions in local file
Text Symbol: 008 = Load split conditions from file
Text Symbol: 009 = Delete conditions
Text Symbol: 010 = Would you like to delete the conditions for the selected table ?
Text Symbol: 011 = Save changes
Text Symbol: 012 = Conditions have been modified. Would you like to save your changes first ?
Text Symbol: 013 = Release Splitting
Text Symbol: 014 = Reset


INCLUDES used within this REPORT UMG_DEFINE_TABLE_SPLIT

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:

UMG_ADD_SPLIT_TABLE call function 'UMG_ADD_SPLIT_TABLE' importing ex_tabname = l_tabname ex_ok_code = l_okcode.

ENQUEUE_E_UMG_TABSPLIT call function 'ENQUEUE_E_UMG_TABSPLIT' exporting relid = spumg_lock_table_split exceptions foreign_lock = 1 system_failure = 2 others = 3.

DEQUEUE_E_UMG_TABSPLIT call function 'DEQUEUE_E_UMG_TABSPLIT' exporting relid = spumg_lock_table_split.

DEQUEUE_E_UMG_TABSPLIT call function 'DEQUEUE_E_UMG_TABSPLIT' exporting relid = spumg_lock_table_split.

DEQUEUE_E_UMG_TABSPLIT call function 'DEQUEUE_E_UMG_TABSPLIT' exporting relid = spumg_lock_table_split.



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 UMG_DEFINE_TABLE_SPLIT or its description.