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
Below is a list of transaction codes which are relevant to this SAP report
OVX2 - Business area->Plant/Division
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.
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
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RVOT134G - Assignment of a Business Area to Plants/Divisions RVOT134G - Assignment of a Business Area to Plants/Divisions RVOCHECK_ACC - Check Report for Customizing - Organization - Sales and Distribution RVOCHECK_ACC - Check Report for Customizing - Organization - Sales and Distribution RVOCHECK - Check Report for Customizing - Organization - Sales and Distribution RVOCHECK - Check Report for Customizing - Organization - Sales and Distribution