RHC06TSP 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 RHC06TSP 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.
Title: Program for Object Type TVKGR: Division
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
VIEW_MAINTENANCE_SINGLE_ENTRY CALL FUNCTION 'VIEW_MAINTENANCE_SINGLE_ENTRY' EXPORTING ACTION = 'SHOW' VIEW_NAME = 'V_TSPA' CHANGING ENTRY = V_TSPA.
VIEW_MAINTENANCE_SINGLE_ENTRY CALL FUNCTION 'VIEW_MAINTENANCE_SINGLE_ENTRY' EXPORTING ACTION = 'INS ' CORR_NUMBER = CORR_NUMBER VIEW_NAME = 'V_TSPA' SUPPRESSDIALOG = SUPPRESSDIALOG INSERT_KEY_NOT_FIXED = INSERT_KEY_NOT_FIXED IMPORTING CORR_NUMBER = CORR_NUMBER CHANGING ENTRY = V_TSPA.
VIEW_MAINTENANCE_SINGLE_ENTRY CALL FUNCTION 'VIEW_MAINTENANCE_SINGLE_ENTRY' EXPORTING ACTION = 'UPD ' CORR_NUMBER = CORR_NUMBER VIEW_NAME = 'V_TSPA' IMPORTING CORR_NUMBER = CORR_NUMBER CHANGING ENTRY = V_TSPA.
VIEW_MAINTENANCE_SINGLE_ENTRY CALL FUNCTION 'VIEW_MAINTENANCE_SINGLE_ENTRY' EXPORTING ACTION = 'DEL ' CORR_NUMBER = CORR_NUMBER VIEW_NAME = 'V_TSPA' SUPPRESSDIALOG = SUPPRESSDIALOG IMPORTING CORR_NUMBER = CORR_NUMBER CHANGING ENTRY = V_TSPA.
DETERMINE_IF_TO_ADD_RELATIONS CALL FUNCTION 'DETERMINE_IF_TO_ADD_RELATIONS' EXPORTING PAR_TARGETOBJECTTYPE = TARGETOBJECTTYPE PAR_RELATIONTYPE = RELATIONTYPE OWN_OBJECTTYPE = 'BUS0006002' OWN_RELATIONTYPE = 'C' IMPORTING ADD_RELATION = FLAG_ADD.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RHC06TSP - Program for Object Type TVKGR: Division RHC06TSP - Program for Object Type TVKGR: Division RHBWCHECK0 - Data consistency check for BW extraction RHBWCHECK0 - Data consistency check for BW extraction RHBUUM01 - TEM : Budget Conversion BPJA -> Budget Objects RHBUUM01 - TEM : Budget Conversion BPJA -> Budget Objects