SAP Reports / Programs | Basis Components | ABAP Workbench, Java IDE and Infrastructure | Package Tools(BC-DWB-TOO-PAK) SAP BC

CLS_TRANSPORT_CLASSIFICATIONS SAP ABAP Report - Search and transport classifications







CLS_TRANSPORT_CLASSIFICATIONS is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Transport classifications The user can select classifications by properties of classified objects ,characteristics and values of classifications...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 CLS_TRANSPORT_CLASSIFICATIONS 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

SCLS_TRANSP_CLASSI - Transport Classifications


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 CLS_TRANSPORT_CLASSIFICATIONS. "Basic submit
SUBMIT CLS_TRANSPORT_CLASSIFICATIONS AND RETURN. "Return to original report after report execution complete
SUBMIT CLS_TRANSPORT_CLASSIFICATIONS 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: S_VALUE = D .
Selection Text: S_TRANSP = Regular Packages
Selection Text: S_SYS = D .
Selection Text: S_REMARK = D .
Selection Text: S_PROJ = Project ID
Selection Text: S_PDCL = D .
Selection Text: S_PACK = D .
Selection Text: S_LOCAL = Local Packages
Selection Text: S_HOME = Home Packages
Selection Text: S_DLVNT = D .
Selection Text: S_COMP = Application Component
Selection Text: S_CH_ON = D .
Selection Text: S_CH_BY = D .
Selection Text: S_A_AUTH = Owner of assignment
Selection Text: S_AUTHOR = Objects of
Selection Text: S_ATTR = D .
Selection Text: SO_TYPE = D .
Selection Text: SO_NAME = D .
Title: Search and transport classifications
Text Symbol: 020 = No objects fit to the criteria.
Text Symbol: 019 = Package of Assignment
Text Symbol: 018 = Package of Ass.
Text Symbol: 017 = PackageAss
Text Symbol: 016 = Owner of Assignment
Text Symbol: 015 = Owner of Assignment
Text Symbol: 014 = Owner Ass.
Text Symbol: 013 = Sub Type
Text Symbol: 012 = Sub Type
Text Symbol: 011 = SType
Text Symbol: 010 = Search for:
Text Symbol: 008 = Regular Packages
Text Symbol: 007 = Home Packages
Text Symbol: 006 = Local Packages
Text Symbol: 005 = Administrative data
Text Symbol: 004 = Value assigment
Text Symbol: 003 = Responsibility
Text Symbol: 002 = Object
Text Symbol: 001 = Characteristic





INCLUDES used within this REPORT CLS_TRANSPORT_CLASSIFICATIONS

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:

SELECT_OPTIONS_RESTRICT CALL FUNCTION 'SELECT_OPTIONS_RESTRICT' EXPORTING restriction = l_restrict.



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