KO042 SAP (Structure with all Valid TRFUNCTION Values) Structure details

Dictionary Type: Structure
Description: Structure with all Valid TRFUNCTION Values




ABAP Code to SELECT data from KO042
Related tables to KO042
Access table KO042




Structure field list including key, data, relationships and ABAP select examples

KO042 is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Structure with all Valid TRFUNCTION Values" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_KO042 TYPE KO042.

The KO042 table consists of various fields, each holding specific information or linking keys about Structure with all Valid TRFUNCTION Values data available in SAP. These include REQ_CUST_W (Select Customizing request), REQ_COPY_T (Select transport of copies), REQ_MOVC_C (Select relocations without package change), REQ_MOVO_O (Select relocation of objects with package change).. See below for full list along with technical details, documentation, text table, check tables, foreign key relationships, conversion routines, relevant tcodes and example ABAP select code etc. .

Delivery Class:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP KO042 structure fields - Full list of fields found in SAP data dictionary

Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
REQ_CONS_KSelect Workbench request ORDER_CONCHAR1CHAR_LG_01
REQ_CUST_WSelect Customizing request ORDER_CUSCHAR1CHAR_LG_01
REQ_COPY_TSelect transport of copies ORDER_COPCHAR1CHAR_LG_01
REQ_MOVC_CSelect relocations without package change ORDER_MVCCHAR1CHAR_LG_01
REQ_MOVO_OSelect relocation of objects with package change ORDER_MVOCHAR1CHAR_LG_01
REQ_MOVE_ESelect relocation of a complete package ORDER_MVECHAR1CHAR_LG_01
REQ_CLCP_MSelect Requests for Client Transports ORDER_CLCPCHAR1CHAR_LG_01
REQ_PUT__PDelivery Transport (Upgrade) ORDER_PUTCHAR1CHAR_LG_01
REQ_PATC_DSelect Delivery Transport (OCS) ORDER_PATCCHAR1CHAR_LG_01
TASK_REP_RSelect repair TASK_REPCHAR1CHAR_LG_01
TASK_MOD_SSelect Developments/Corrections TASK_MODCHAR1CHAR_LG_01
TASK_UND_XSelect Unclassified Task TASK_UNDCHAR1CHAR_LG_01
TASK_CUS_QCustomizing Task TASK_CUSCHAR1CHAR_LG_01
PIEC_LST_FSelect piece lists PIECE_LISTCHAR1CHAR_LG_01
PROJ_LST_GSelect Project Piece List PROJ_LISTCHAR1CHAR_LG_01
REQ_DELE_LSelect: Deletion Request ORDER_DELCHAR1CHAR_LG_01

Key field Non-key field



How do I retrieve data from SAP structure KO042 using ABAP code?

As KO042 is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on KO042 as there is no data to select.

How to access SAP table KO042

Within an ECC or HANA version of SAP you can also view further information about KO042 and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).


Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!