SAP Reports / Programs | Basis Components | Change & Transport System | Transport Organizer(BC-CTS-ORG) SAP BC

TH_TKANL SAP ABAP Report - Create a Request/Correction/Repair







TH_TKANL 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 TH_TKANL 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 TH_TKANL. "Basic submit
SUBMIT TH_TKANL AND RETURN. "Return to original report after report execution complete
SUBMIT TH_TKANL 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: OVERWRT = Overwrite request
Selection Text: OBJNAME2 = Object name
Selection Text: OBJNAME = Object name
Selection Text: OBJECT2 = Object type (PROG,REPO,..)
Selection Text: OBJECT = Object type (PROG,REPO,..)
Selection Text: FUNC2 = Object function (' ',D,...)
Selection Text: FUNC = Object function (' ',D,...)
Selection Text: PGMID = PgmID (R3TR,LIMU,...)
Selection Text: PUT_USER = Last changed by
Selection Text: PUT_TSYS = Target system
Selection Text: PUT_TEXT = Short text
Selection Text: PUT_STAT = Status (R,L,D,A,..)
Selection Text: PUT_FUNC = Function (P,T,K,C)
Selection Text: PUT_COFI = Request
Selection Text: PGMID2 = PgmID (R3TR,LIMU,...)
Title: Create a Request/Correction/Repair
Text Symbol: T02 = Request & will now be created
Text Symbol: T01 = Request & already exists and will be overwritten
Text Symbol: O05 = Short text
Text Symbol: O04 = Last changed by
Text Symbol: O03 = Target system
Text Symbol: O02 = Status
Text Symbol: O01 = Transport function
Text Symbol: T03 = (Request will be overwritten although it does not have status 'Modifiable')
Text Symbol: T11 = Error when creating request
Text Symbol: T10 = Request was created successfully
Text Symbol: T08 = with following entries:
Text Symbol: T07 = Following request was created:
Text Symbol: T06 = 'Overwrite request'
Text Symbol: T05 = If you want to overwrite the request, choose
Text Symbol: T04 = Request already exists and will not be overwritten


INCLUDES used within this REPORT TH_TKANL

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:

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