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

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




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




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

CPET_TERMINPUT_FILE 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 - Changed 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_TERMINPUT_FILE TYPE CPET_TERMINPUT_FILE.

The CPET_TERMINPUT_FILE table consists of various fields, each holding specific information or linking keys about CPE Term - Changed Input for General Data data available in SAP. These include TERMINPUT_GUID (CPE - Object GUID in CHAR32 Format), TERMTYPE (CPE Term - Term Calculation Type), TERMRULE (CPE Term - Term Rule), QUOTSRC (Quotation Source).. 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: Can be enhanced (character-type or numeric)


SAP CPET_TERMINPUT_FILE 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
CLIENTClient MANDTCLNT3Assigned to domainMANDT
TERMINPUT_GUIDCPE - Object GUID in CHAR32 Format CPET_CHARGUIDCHAR32CHAR32
TERMTYPECPE Term - Term Calculation Type CPET_TERMTYPENUMC7Assigned to domainCPE_ROUTINECPE_ROUTINE
TERMRULECPE Term - Term Rule CPET_TERMRULECHAR5ALPHACPE_RULECPE_TERMRULE
QUOTSRCQuotation Source CPET_QUOTSRCCHAR2CPE_QUOTSRCCPE_QUOTSRC
QUOTTYPEQuotation Type CPET_QUOTTYPECHAR5CPE_QUOTTYPECPE_QUOTTYPE
QUOTNAMEQuotation Name CPET_QUOTNAMECHAR18CPE_QUOTNAMECPE_QUOTNAME
QUOTGROUPQuotation Group CPET_QUOTGROUPCHAR5CHAR5CPE_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 - Object GUID in CHAR32 Format CPET_CHARGUIDCHAR32CHAR32
REFCONDCPE Term - Reference Condition Type CPET_REFCONDCHAR4Assigned to domainKSCHL
FIXTERMRATECPE Term - Fixed Rate CPET_FIXTERMRATECURR15(2) CPE_AMOUNT
FIXTERMCURRCPE - Currency for Fixed Rate CPET_FIXCURRCUKY5Assigned to domainWAERS
FIXTERMPRUNCPE - Price Unit of Fixed Rate CPET_FIXPRUNDEC5CPE_PRUN
FIXTERMUOMCPE - Unit of Measure of Fixed Rate CPET_FIXUOMUNIT3Assigned to domainCUNITMEINS
USERVAL1CPE Term - Freely Usable Field CPET_USERVAL1DEC17(7) CPE_USERVAL1
USERUOM1CPE Term - Freely Usable Unit of Measure Field CPET_USERUOM1UNIT3Assigned to domainCUNITMEINS
CALCRULECPE Term - Calculation Rule CPET_CALCRULECHAR5CPEC_CALCRULEALPHACPE_RULECPE_CALCRULE
SURCHARGERULECPE Term - Surcharge Rule CPET_SURCHARGERULECHAR5CPEC_SURCHARGEALPHACPE_RULECPE_SURCHARGERULE
PERDETRULE_QCPE Term - Period Determination Rule for Commodity Rates CPET_PERDETRULE_QCHAR5CPEC_PERIODDETALPHACPE_RULECPE_PERDETRULE
PERDETRULE_CCPE Term - Period Determ. Rule for Currency Exchange Rates CPET_PERDETRULE_CCHAR5CPEC_PERIODDETALPHACPE_RULECPE_PERDETRULE
PERDTIN_GUID_QCPE - Object GUID in CHAR32 Format CPET_CHARGUIDCHAR32CHAR32
PERDTIN_GUID_CCPE - Object GUID in CHAR32 Format CPET_CHARGUIDCHAR32CHAR32
CALCROUTCPE Term - Calculation Routine CPET_CALCROUTNUMC7CPEC_ROUTINECPE_ROUTINECPE_ROUTINE
CALCMINCPE Term - Minimum of Commodity Rate Calculation CPET_CALCMINCURR15(2) CPE_AMOUNT
CALCMAXCPE Term - Maximum of Commodity Rate Calculation CPET_CALCMAXCURR15(2) CPE_AMOUNT
CALCMMCURRCPE Term - Currency of Rate Calculation Limits CPET_CALCMMCURRCUKY5TCURCWAERS
CALCMMPRUNCPE Term - Price Unit of Rate Calculation Limits CPET_CALCMMPRUNDEC5CPE_PRUN
CALCMMUOMCPE Term - Unit of Measure for Rate Limits CPET_CALCMMUOMUNIT3T006CUNITMEINS
SURCHARGEROUTCPE Term - Surcharge Routine CPET_SURCHARGEROUTNUMC7CPEC_ROUTINECPE_ROUTINECPE_ROUTINE
SURCHARGEABSCPE Term - Absolute Surcharge for Commodity CPET_SURCHARGEABSCURR15(2) CPE_AMOUNT
SURCHARGECURRCPE Term - Currency of Absolute Surcharge CPET_SURCHARGECURRCUKY5TCURCWAERS
SURCHARGEPRUNCPE Term - Price Unit of Absolute Surcharge CPET_SURCHARGEPRUNDEC5CPE_PRUN
SURCHARGEUOMCPE Term - Unit of Measure of Absolute Surcharge CPET_SURCHARGEUOMUNIT3T006CUNITMEINS
SURCHARGEFACTOR1CPE Term - Factor 1 when Combining Surcharge and Quotation CPET_SURCHARGEFACTOR1DEC10(6) CPE_FACTOR
SURCHARGEFACTOR2CPE Term - Factor 2 when Combining Surcharge and Quotation CPET_SURCHARGEFACTOR2DEC10(6) CPE_FACTOR

Key field Non-key field



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

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

How to access SAP table CPET_TERMINPUT_FILE

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