SAP Reports / Programs | Logistics - General | Logistics Basic Data | Plant Master(LO-MD-PL) SAP LO

RBUS0008 SAP ABAP Report - Program for Object Type BUS0008: Plant







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


Text pool values


Title: Program for Object Type BUS0008: Plant


INCLUDES used within this REPORT RBUS0008

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:

VIEW_MAINTENANCE_SINGLE_ENTRY CALL FUNCTION 'VIEW_MAINTENANCE_SINGLE_ENTRY' EXPORTING ACTION = 'INS ' CORR_NUMBER = CORR_NUMBER VIEW_NAME = 'V_T001W' SUPPRESSDIALOG = SUPPRESSDIALOG INSERT_KEY_NOT_FIXED = INSERT_KEY_NOT_FIXED IMPORTING CORR_NUMBER = CORR_NUMBER CHANGING ENTRY = V_T001W.

VIEW_MAINTENANCE_SINGLE_ENTRY CALL FUNCTION 'VIEW_MAINTENANCE_SINGLE_ENTRY' EXPORTING ACTION = 'UPD ' CORR_NUMBER = CORR_NUMBER VIEW_NAME = 'V_T001W' IMPORTING CORR_NUMBER = CORR_NUMBER CHANGING ENTRY = V_T001W.

ECOP_UTILS_ORGOBJECTS_ENGINE CALL FUNCTION 'ECOP_UTILS_ORGOBJECTS_ENGINE' EXPORTING IV_BUSINESS_OBJECT = SWO_%INVOKE-OBJTYPE IV_ACTION = 'DELE' IV_SOURCE_ENTITY = OBJECT-KEY IV_DIALOGUE = DIALOG IV_TR_ORDER = CORR_NUMBER IV_LEAVE_ENGINE = 'X' IMPORTING RET_CODE = SUBRC EV_TR_ORDER = CORR_NUMBER.

DETERMINE_IF_TO_ADD_RELATIONS CALL FUNCTION 'DETERMINE_IF_TO_ADD_RELATIONS' EXPORTING PAR_TARGETOBJECTTYPE = TARGETOBJECTTYPE PAR_RELATIONTYPE = RELATIONTYPE OWN_OBJECTTYPE = 'BUS0008001' OWN_RELATIONTYPE = 'C' IMPORTING ADD_RELATION = FLAG_ADD.

DETERMINE_IF_TO_ADD_RELATIONS CALL FUNCTION 'DETERMINE_IF_TO_ADD_RELATIONS' EXPORTING PAR_TARGETOBJECTTYPE = TARGETOBJECTTYPE PAR_RELATIONTYPE = RELATIONTYPE OWN_OBJECTTYPE = 'BUS0005' OWN_RELATIONTYPE = 'C' IMPORTING ADD_RELATION = FLAG_ADD.

DETERMINE_IF_TO_ADD_RELATIONS CALL FUNCTION 'DETERMINE_IF_TO_ADD_RELATIONS' EXPORTING PAR_TARGETOBJECTTYPE = TARGETOBJECTTYPE PAR_RELATIONTYPE = RELATIONTYPE OWN_OBJECTTYPE = 'BUS0002' OWN_RELATIONTYPE = 'C' IMPORTING ADD_RELATION = FLAG_ADD.

DETERMINE_IF_TO_ADD_RELATIONS CALL FUNCTION 'DETERMINE_IF_TO_ADD_RELATIONS' EXPORTING PAR_TARGETOBJECTTYPE = TARGETOBJECTTYPE PAR_RELATIONTYPE = RELATIONTYPE OWN_OBJECTTYPE = 'BUS0007' OWN_RELATIONTYPE = 'C' IMPORTING ADD_RELATION = FLAG_ADD.

DETERMINE_IF_TO_ADD_RELATIONS CALL FUNCTION 'DETERMINE_IF_TO_ADD_RELATIONS' EXPORTING PAR_TARGETOBJECTTYPE = TARGETOBJECTTYPE PAR_RELATIONTYPE = RELATIONTYPE OWN_OBJECTTYPE = 'BUS0006001' OWN_RELATIONTYPE = 'C' IMPORTING ADD_RELATION = FLAG_ADD.

DETERMINE_IF_TO_ADD_RELATIONS CALL FUNCTION 'DETERMINE_IF_TO_ADD_RELATIONS' EXPORTING PAR_TARGETOBJECTTYPE = TARGETOBJECTTYPE PAR_RELATIONTYPE = RELATIONTYPE OWN_OBJECTTYPE = 'BUS0008002' OWN_RELATIONTYPE = 'C' IMPORTING ADD_RELATION = FLAG_ADD.

VIEW_MAINTENANCE_SINGLE_ENTRY CALL FUNCTION 'VIEW_MAINTENANCE_SINGLE_ENTRY' EXPORTING ACTION = 'SHOW' VIEW_NAME = 'V_T001W' CHANGING ENTRY = V_T001W.

ECOP_UTILS_ORGOBJECTS_ENGINE CALL FUNCTION 'ECOP_UTILS_ORGOBJECTS_ENGINE' EXPORTING IV_BUSINESS_OBJECT = SWO_%INVOKE-OBJTYPE IV_ACTION = 'COPY' IV_SOURCE_ENTITY = OBJECT-KEY IV_TARGET_ENTITY = TARGETOBJECTKEY IV_DIALOGUE = DIALOG IV_TR_ORDER = CORR_NUMBER IV_LEAVE_ENGINE = 'X' IMPORTING RET_CODE = SUBRC EV_TARGET_ENTITY = OBJECT-KEY EV_TR_ORDER = CORR_NUMBER.



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