CKEX1_S_EXECUTION_RESOURCES SAP (Redundant Fields Retained from the Itemization) Structure details

Dictionary Type: Structure
Description: Redundant Fields Retained from the Itemization




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




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

CKEX1_S_EXECUTION_RESOURCES 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 "Redundant Fields Retained from the Itemization" 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_CKEX1_S_EXECUTION_RESOURCES TYPE CKEX1_S_EXECUTION_RESOURCES.

The CKEX1_S_EXECUTION_RESOURCES table consists of various fields, each holding specific information or linking keys about Redundant Fields Retained from the Itemization data available in SAP. These include QUANTITY_EX (Execution Services: Quantity to be Posted), UNIT_OF_MEASURE_EX (Execution Services: Unit of Measure for Qty to be Posted), TYPPS_EX (Item Category), KOKRS_HRK_EX (Origin Controlling Area Item).. 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: Not classified


SAP CKEX1_S_EXECUTION_RESOURCES 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
.INCLU-_EX 0
QUANTITY_EXExecution Services: Quantity to be Posted CK_QUANTITY_EXEC_SRVQUAN15(3) CQUA8
UNIT_OF_MEASURE_EXExecution Services: Unit of Measure for Qty to be Posted CK_MEINS_EXEC_SRVUNIT3Assigned to domainCUNITMEINS
.INCLU-_EX 0
TYPPS_EXItem Category TYPPSCHAR1TYPPS
KOKRS_HRK_EXOrigin Controlling Area Item KOKRS_HRKCHAR4Assigned to domainCACCD
EXTNR_EXBase Planning Object (External Number) EXTNRCHAR18Assigned to domainALPHAEXTNREBT
KOSTL_EXCost Center KOSTLCHAR10Assigned to domainALPHAKOSTLKOS
LSTAR_EXActivity Type LSTARCHAR6Assigned to domainLSTARLARLART_EMPTY
MATNR_EXMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
WERKS_EXPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
PSCHL_EXPricing Key PSCHLCHAR18CHAR18
ASNUM_EXActivity Number ASNUMCHAR18Assigned to domainALPHAASNUMASN
INFNR_EXNumber of Purchasing Info Record INFNRCHAR10Assigned to domainALPHAINFNRINFMEIN_C
EKORG_EXPurchasing Organization EKORGCHAR4T024EEKORGEKO
PRZNR_EXBusiness Process CO_PRZNRCHAR12Assigned to domainALPHACO_PRZNRKWP
BWTAR_EXValuation Type BWTAR_DCHAR10Assigned to domainBWTARBWT
LIFNR_EXAccount Number of Vendor or Creditor LIFNRCHAR10Assigned to domainALPHALIFNRLIFKRED_C
CURRENCY_EXCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
TOTAL_PR_EXPCP: Total Price CK_PRICE_TOTALCURR15(2) WERTV8
UOM_PR_EXPrice Quantity Unit PMEHTUNIT3Assigned to domainCUNITMEINS
QUANTITY_PR_EXPCP: Price Unit (Base Quantity) of the Price CK_PRICE_QUANTITY_UNITDEC5PACK3
LTEXT_EXLong Text LTEXTCHAR40TEXT40
STGE_LOCStorage Location LGORT_DCHAR4Assigned to domainLGORTLAG

Key field Non-key field



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

As CKEX1_S_EXECUTION_RESOURCES 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 CKEX1_S_EXECUTION_RESOURCES as there is no data to select.

How to access SAP table CKEX1_S_EXECUTION_RESOURCES

Within an ECC or HANA version of SAP you can also view further information about CKEX1_S_EXECUTION_RESOURCES 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!