ENT4524 SAP (Generated Table for View ENT4524) Table View details

Dictionary Type: Table View
Description: Generated Table for View ENT4524




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




Table View field list including key, data, relationships and ABAP select examples

ENT4524 is a standard SAP Table View which is used to store Generated Table for View ENT4524 data and is available within R/3 SAP systems depending on the version and release level.

The ENT4524 table consists of various fields, each holding specific information or linking keys about Generated Table for View ENT4524 data available in SAP. These include OBJNR (Object number), BUREG (Distribution rule group), LFDNR (Sequence number of distribution rule), PERBZ (Settlement 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: Not classified


SAP ENT4524 table view 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
MANDTClient MANDTCLNT3T000MANDT
OBJNRObject number J_OBJNRCHAR22ONR00J_OBJNRONR
BUREGDistribution rule group BRSGRNUMC3NUMC3
LFDNRSequence number of distribution rule BR_LFDNRNUMC3NUMC3
PERBZSettlement type PERBZ_LDCHAR3PERBZPERBZ_LD
URZUOSource Assignment URZUOCHAR3TSC0DALPHACO_SCZUO
GABJAValid-from year GABJANUMC4GJAHRGJAHR
GABPEValid-from period GABPENUMC3POPER
GBISJValid-to year GBISJNUMC4GJAHRGJAHR
GBISPValid to GBISPNUMC3POPER
PROZSSettlement percentage rate BRGPROZSDEC5(2) PROZS
AQZIFEquivalence number for order settlement AQZIFDEC10AQZIF
BMENGQuantity for settlement BRGMENGEQUAN15(3) MENGV8
BEINHUnit of measure BRGMEINHUNIT3T006CUNITMEINS
BETRRAmount for amount rule BETRRCURR15(2) WERTV8
BWAERCurrency for the amount in the amount rule BRGBWAERCUKY5TCURCWAERS
BRTYPAmount rule type BRTYPCHAR2ALPHABRTYP
BRESTRemaining Amount for Amount Settlement w. Amount Rule Cat. AMOUNTRESTCURR15(2) WERTV8
ERSJAYear first used ERSJANUMC4GJAHRGJAHR
ERSPEPeriod of first use ERSPENUMC3POPER
LETJAYear last used LETJANUMC4GJAHRGJAHR
LETPEPeriod of last use LETPENUMC3POPER
ZINCL'Including overheads' - indicator DZINCLCHAR1XFELD
DFREGDefault Rule DFREGCHAR3TKB2AALPHADFREG
AVORGSettlement transaction AVORGCHAR4TJ01J_VORGANG
KONTYAccount assignment category KONTYCHAR2OBARTJ_OBART_LD
AUFPLRouting number of operations in the order CO_AUFPLNUMC10AUFPL
APLZLInternal counter CIM_COUNTNUMC8CIM_COUNT
KDAUFSales Order Number KDAUFCHAR10VBUKALPHAVBELNAUN
KDPOSItem Number in Sales Order KDPOSNUMC6NUM06KPO
RECIDRecovery Indicator JV_RECINDCHAR2ALPHAJV_RECIND
RIFINDDerivation Rule for Recovery Indicator in Settlement (JV) JV_RIFINDCHAR1JV_RIFIND

Key field Non-key field



How do I retrieve data from SAP table ENT4524 using ABAP code

The following ABAP code Example will allow you to do a basic selection on ENT4524 to SELECT all data from the table
DATA: WA_ENT4524 TYPE ENT4524.

SELECT SINGLE *
FROM ENT4524
INTO CORRESPONDING FIELDS OF WA_ENT4524
WHERE...

How to access SAP table ENT4524

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