SAP Reports / Programs | Sales and Distribution | Master Data | Material Maintenance(SD-MD-MM) SAP SD

RVOT134G SAP ABAP Report - Assignment of a Business Area to Plants/Divisions







RVOT134G is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report is used to assign sales areas to plants/divisions...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 RVOT134G 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

OVX2 - Business area->Plant/Division


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


Text pool values


Title: Assignment of a Business Area to Plants/Divisions
Text Symbol: 001 = Exit assignment
Text Symbol: 002 = Unsaved data will be lost.
Text Symbol: 003 = Are you sure you want to cancel?
Text Symbol: 004 = Delete assignments
Text Symbol: 005 = Should the assignment for the
Text Symbol: 006 = plant be deleted?
Text Symbol: 007 = Do you want to delete all the
Text Symbol: 008 = assignments for the business area?
Text Symbol: 009 = Display: Business Areas->Plants/Divisions
Text Symbol: 010 = Business areas
Text Symbol: 011 = Plants
Text Symbol: 012 = Divisions
Text Symbol: 013 = Display: Business Areas->Plants/Divisions
Text Symbol: 021 = Do you want to save your data?
Text Symbol: 022 = Assignments have been changed
Text Symbol: 050 = * No name *
Text Symbol: 051 = Error


INCLUDES used within this REPORT RVOT134G

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:

ENQUEUE_E_TABLE CALL FUNCTION 'ENQUEUE_E_TABLE' EXPORTING TABNAME = 'T134G' VARKEY = VARKEY EXCEPTIONS FOREIGN_LOCK = 4 SYSTEM_FAILURE = 8.

ENQUEUE_E_TABLE CALL FUNCTION 'ENQUEUE_E_TABLE' EXPORTING TABNAME = 'T001W' VARKEY = VARKEY EXCEPTIONS FOREIGN_LOCK = 4 SYSTEM_FAILURE = 8.

DEQUEUE_ALL CALL FUNCTION 'DEQUEUE_ALL'.

DEQUEUE_ALL CALL FUNCTION 'DEQUEUE_ALL'.

ENQUEUE_E_TABLE CALL FUNCTION 'ENQUEUE_E_TABLE' EXPORTING TABNAME = 'TSPA' VARKEY = VARKEY EXCEPTIONS FOREIGN_LOCK = 4 SYSTEM_FAILURE = 8.

DEQUEUE_ALL CALL FUNCTION 'DEQUEUE_ALL'.

DEQUEUE_ALL CALL FUNCTION 'DEQUEUE_ALL'.

POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING TITEL = TEXT-004 TEXTLINE1 = TEXT-007 TEXTLINE2 = TEXT-008 IMPORTING ANSWER = ANSWER.

POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING TITEL = TEXT-004 TEXTLINE1 = TEXT-005 TEXTLINE2 = TEXT-006 IMPORTING ANSWER = ANSWER.

POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING TITEL = TEXT-001 TEXTLINE1 = TEXT-002 TEXTLINE2 = TEXT-003 IMPORTING ANSWER = ANSWER.

DEQUEUE_ALL CALL FUNCTION 'DEQUEUE_ALL'.

POPUP_TO_CONFIRM_LOSS_OF_DATA CALL FUNCTION 'POPUP_TO_CONFIRM_LOSS_OF_DATA' EXPORTING TITEL = TEXT-001 TEXTLINE1 = TEXT-022 TEXTLINE2 = TEXT-021 IMPORTING ANSWER = ANSWER.

DEQUEUE_ALL CALL FUNCTION 'DEQUEUE_ALL'.

DEQUEUE_ALL CALL FUNCTION 'DEQUEUE_ALL'.

GRAPH_HIERARCHY CALL FUNCTION 'GRAPH_HIERARCHY' EXPORTING STAT = STAT DMODE = '3' LMODE = '0' U_COMMAND = U_COMMAND U_NODE_ID = U_NODE_ID U_NODE_2 = U_NODE_2 U_TEXT = U_TEXT U_VAL1 = U_VAL1 U_VAL2 = U_VAL2 BOXLN = 30 RMODE = '1' SMODE = '0' COL_BACK = 'DARKCYAN' COL_LINE = 'BLACK' COL_NODE = 'GRAY' X_OPT = 'SET RELWD_HT 400' TTEXT = TEXT-013 IMPORTING NODES = HIER-ELKEY M_TYP = M_TYP H_MES = H_MES H_NODE_2 = H_NODE_2 H_TEXT = H_TEXT H_VAL1 = H_VAL1 H_VAL2 = H_VAL2 TABLES DATA = HIER.



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