CPET_TERM_IN SAP (CPE Term - Input for General Data) Structure details

Dictionary Type: Structure
Description: CPE Term - Input for General Data




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




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

CPET_TERM_IN 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 "CPE Term - Input for General Data" 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_CPET_TERM_IN TYPE CPET_TERM_IN.

The CPET_TERM_IN table consists of various fields, each holding specific information or linking keys about CPE Term - Input for General Data data available in SAP. These include TERMTYPE (CPE Term - Term Calculation Type), TERMRULE (CPE Term - Term Rule), QUOTSRC (Quotation Source), QUOTTYPE (Quotation Type).. 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 CPET_TERM_IN 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
TERMTYPECPE Term - Term Calculation Type CPET_TERMTYPENUMC7CPEC_ROUTINECPE_ROUTINECPE_ROUTINE
TERMRULECPE Term - Term Rule CPET_TERMRULECHAR5CPEC_TERMRULEALPHACPE_RULECPE_TERMRULE
QUOTSRCQuotation Source CPET_QUOTSRCCHAR2CPEC_QUOTSRCCPE_QUOTSRCCPE_QUOTSRC
QUOTTYPEQuotation Type CPET_QUOTTYPECHAR5CPEC_QUOTTYPECPE_QUOTTYPECPE_QUOTTYPE
QUOTNAMEQuotation Name CPET_QUOTNAMECHAR18CPEC_QUOTNAMECPE_QUOTNAMECPE_QUOTNAME
QUOTGROUPQuotation Group CPET_QUOTGROUPCHAR5CPEC_QUOTGROUPCHAR5CPE_QUOTGROUP
REFDOCCATCPE Term - Reference Document Category CPET_REFDOCCATNUMC3CPE_DOCCATEGORY
REFDOCCPE Term - Reference Document Number CPET_REFDOCCHAR10CPE_DOCUMENT
REFITEMCPE Term - Reference Document Item Number CPET_REFITEMCHAR10CPE_DOCITEM
REFGUIDCPE Term - GUID of Reference Document Item CPET_REFGUIDRAW16SYSUUID
REFCONDCPE Term - Reference Condition Type CPET_REFCONDCHAR4Assigned to domainKSCHL
FIXTERMRATECPE Term - Fixed Rate CPET_FIXTERMRATECURR15(2) CPE_AMOUNT
FIXTERMCURRCPE - Currency for Fixed Rate CPET_FIXCURRCUKY5TCURCWAERS
FIXTERMPRUNCPE - Price Unit of Fixed Rate CPET_FIXPRUNDEC5CPE_PRUN
FIXTERMUOMCPE - Unit of Measure of Fixed Rate CPET_FIXUOMUNIT3T006CUNITMEINS
USERVAL1CPE Term - Freely Usable Field CPET_USERVAL1DEC17(7) CPE_USERVAL1
USERUOM1CPE Term - Freely Usable Unit of Measure Field CPET_USERUOM1UNIT3Assigned to domainCUNITMEINS

Key field Non-key field



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

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

How to access SAP table CPET_TERM_IN

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