ISU2A_PREI SAP (Internal Structure of Prices) Structure details

Dictionary Type: Structure
Description: Internal Structure of Prices




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




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

ISU2A_PREI 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 "Internal Structure of Prices" 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_ISU2A_PREI TYPE ISU2A_PREI.

The ISU2A_PREI table consists of various fields, each holding specific information or linking keys about Internal Structure of Prices data available in SAP. These include NUMBER (Consecutive number of the operand), AB (Date from which time slice is valid), VONZONE (From-block), PREIS (Price).. 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 ISU2A_PREI 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
CSNOSequence number of schema step during billing CSNONUMC6LFDSCHEM
NUMBERConsecutive number of the operand OPCSNONUMC2LFDNR2
ABDate from which time slice is valid ABZEITSCHDATS8DATUM
VONZONEFrom-block VONZONENUMC10E_ZONE
PREISPrice E_PREISCHAR10Assigned to domainALPHAE_PREISPRXISU_F4_PREIS
BISDate at Which a Time Slice Expires BISZEITSCHDATS8DATUM
PREISTYPPrice category PREISTYPCHAR1PREISTYPPRY
PREISTUFPrice level PREISTUFCHAR10Assigned to domainPREISTUFPRZ
MNGBASISLong quantity base for amount MENGENBASDEC9(2) MENGENBAS
MASSUnit of Measurement E_MASSUNIT3Assigned to domainCUNITMEINS
FRAN_TYPEFranchise Fee Category FRAN_TYPECHAR1FRAN_TYPE
KONZIGRFranchise fee group KONZIGRCHAR10Assigned to domainKONZIGR
KONZVERFranchise contract KONZVERCHAR10Assigned to domainALPHAKONZVERKZVEKONA
KABETRGMaximum franchise fee KABETRGDEC16(7) KONBTR
AKLASSEBilling class AKLASSECHAR4Assigned to domainAKLASSEAKL
TIMBASISTime Basis TIMBASISCHAR3TIMBASIS
TIMTYPTime category (days or months) TIMTYPCHAR1TIMTYP
PREIGKLPrice adjustment clause PREIGKLCHAR10Assigned to domainPREIGKLPAC
MITTELPRCalculation of an average price when price change occurs MITTELPRCHAR1MITTELPR
DPREIKZAverage Price DPREIKZCHAR1DPREIKZ
RUNDUNGStarting Point for Rounding E_RUNDUNGCHAR2E_RUNDUNG
RUNDARTRounding Category RUNDARTCHAR1RUNDART
PREISARTPrice type E_PREISARTCHAR1E_PREISART
NEXTINTValuate quantity portions already started using full price NEXTINTCHAR1NEXTINT
PRCZONAJType of Price Block Adjustment PRCZONAJCHAR1PRCZONAJ
PRCZOMINLower limit of interval for price block adjustment in days PRCZOMINNUMC3PRCZOMIN
PRCZOMAXUpper limit of interval for price block adjustment in days PRCZOMAXNUMC3PRCZOMAX
INIT_KZIndicators KENNZXCHAR1KENNZX
REFNR 0
USE_KZIndicators KENNZXCHAR1KENNZX
BISZONETo-block BISZONENUMC10E_ZONE
ZONENNRNumber of price block or price scale E_ZONENNRNUMC3E_ZONENNR
VONZONE_OLDFrom-block VONZONENUMC10E_ZONE
BISZONE_OLDTo-block BISZONENUMC10E_ZONE
TIMBASIS_OLDTime Basis TIMBASISCHAR3TIMBASIS
TIMTYP_OLDTime category (days or months) TIMTYPCHAR1TIMTYP
PRICE_NEWPrice amount PRSBTRDEC17(8) PRSBTR
PRICE_OLDPrice amount PRSBTRDEC17(8) PRSBTR
URPREISBase price to which the price adjustment clause relates URPREISDEC17(8) PRSBTR
PREIADDPrice to be added for price adjustment PREIADDDEC17(8) PRSBTR
PREIFAKTPrice adjustment factor PREIFAKTDEC12(7) PREIFAKT
OPMULTAddition first OPMULTCHAR1KENZX
SAISONOperand E_OPERANDCHAR10Assigned to domainE_OPERANDOPEH_TE221
PREISZUSIndicator: Price Summary PREISZUSCHAR4KENNZ4
FFEE_OLDPrice amount PRSBTRDEC17(8) PRSBTR
FFEE_NEWPrice amount PRSBTRDEC17(8) PRSBTR

Key field Non-key field



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

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

How to access SAP table ISU2A_PREI

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