SAP Reports / Programs

COM_CATEGORY_TRANSPORT SAP ABAP Report - Transport Category







COM_CATEGORY_TRANSPORT is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Transport Categories This report is used to transport hierarchies and their categories from one system to another...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 COM_CATEGORY_TRANSPORT 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

COMM_CAT_TRANS - Transport Category


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


Text pool values


Selection Text: P_RFC = Logical Destination
Selection Text: SO_HIER = Category Hierarchy ID
Selection Text: SO_PRCAT = Category ID
Title: Transport Category
Text Symbol: 001 = Select. Criteria
Text Symbol: 002 = Transport Category


INCLUDES used within this REPORT COM_CATEGORY_TRANSPORT

INCLUDE COM_CATEGORY_CONST001. "CATEGORY CONSTANTS
INCLUDE COM_HIERARCHY_CONST002. "HIERARHCY CONSTANTS
INCLUDE COM_PRODUCT_APPLICATION_CONST1. "APPLICATION CONSTANTS
INCLUDE SBAL_CONSTANTS. "APPLICATION LOG CONSTANTS
INCLUDE COM_CATEGORY_TRANSPORT_CON. "CONSTANTS
INCLUDE COM_CATEGORY_TRANSPORT_DAT. "DATA DECLARATIONS
INCLUDE COM_CATEGORY_TRANSPORT_F01. "F_LOGICAL_SYSTEM_MAPPING_GET
INCLUDE COM_CATEGORY_TRANSPORT_F02. "F_HIERARCHY_CAT_SELECT
INCLUDE COM_CATEGORY_TRANSPORT_F03. "F_GET_CONFIG_HIERARCHY
INCLUDE COM_CATEGORY_TRANSPORT_F04. "F_PROCESS_SELECTION
INCLUDE COM_CATEGORY_TRANSPORT_F05. "F_CHECK_TARGET_EXISTENCE
INCLUDE COM_CATEGORY_TRANSPORT_F06. "F_CHECK_LOGSYS
INCLUDE COM_CATEGORY_TRANSPORT_F07. "F_HIERARCHY_CREATE
INCLUDE COM_CATEGORY_TRANSPORT_F08. "F_GET_TARGET_LOGICAL_SYSTEM
INCLUDE COM_CATEGORY_TRANSPORT_F09. "F_CATEGORY_CREATE
INCLUDE COM_CATEGORY_TRANSPORT_F10. "F_GET_CATEGORY
INCLUDE COM_CATEGORY_TRANSPORT_F12. "F_GET_TEXTS_FOR_CATEGORY
INCLUDE COM_CATEGORY_TRANSPORT_F13. "F_GET_CAT_SETTYPE_REL
INCLUDE COM_CATEGORY_TRANSPORT_F15. "F_POPULATE_ATTRIBUTES
INCLUDE COM_CATEGORY_TRANSPORT_F16. "F_CALL_CATEGORY_MAINTAIN_API
INCLUDE COM_CATEGORY_TRANSPORT_F17. "F_GET_APPLICATION_LOG
INCLUDE COM_CATEGORY_TRANSPORT_F18. "F_GET_TEXTS_FOR_HIERARCHY
INCLUDE COM_CATEGORY_TRANSPORT_F19. "F_GET_EXTENDED_MAINTENANCE
INCLUDE COM_CATEGORY_TRANSPORT_F20. "F_CALL_HIERARCHY_CREATE_API
INCLUDE COM_CATEGORY_TRANSPORT_F21. "F_APPLICATION_LOG_CREATE
INCLUDE COM_CATEGORY_TRANSPORT_F22. "F_APPLICATION_LOG_MSG_ADD
INCLUDE COM_CATEGORY_TRANSPORT_F23. "F_APPLICATION_LOG_DISPLAY
INCLUDE COM_CATEGORY_TRANSPORT_F24. "F_HIERARCHY_AUTHORITY_CHECK
INCLUDE COM_CATEGORY_TRANSPORT_F25. "F_CATEGORY_AUTHORITY_CHECK
INCLUDE COM_CATEGORY_TRANSPORT_F26. "F_APPLICATION_LOG_TEXT_ADD
INCLUDE COM_CATEGORY_TRANSPORT_F27. "F_WRITE_SUCCESS_MESSAGES
INCLUDE COM_CATEGORY_TRANSPORT_F28. "F_GET_ATTR_ALIAS




INCLUDE COM_CATEGORY_TRANSPORT_F29. "F_CHECK_SETTYPE_ASSIGNMENT
INCLUDE COM_CATEGORY_TRANSPORT_F30. "SELECT.CATEGORY F4-HELP


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:

No SAP FUNCTION MODULES are executed within this report code!



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