AD01DLISFR SAP (Resource-related billing: DLI flow totals revenue by rev el) Table details

Dictionary Type: Table
Description: Resource-related billing: DLI flow totals revenue by rev el




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




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

AD01DLISFR is a standard SAP Table which is used to store Resource-related billing: DLI flow totals revenue by rev el data and is available within R/3 SAP systems depending on the version and release level.

The AD01DLISFR table consists of various fields, each holding specific information or linking keys about Resource-related billing: DLI flow totals revenue by rev el data available in SAP. These include DLINR (Number of the Dynamic Item), RV_KSTAR (Cost Element), RV_WTGBTR1 (Simulation subtotal), RV_WTGBTR2 (Simulation subtotal).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP AD01DLISFR table 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
DLINRNumber of the Dynamic Item AD01DLINRNUMC20AD01DLIAD01DLINR
RV_KSTARCost Element KSTARCHAR10Assigned to domainALPHAKSTARKAT
RV_WTGBTR1Simulation subtotal AD01RVWRTCURR15(2) WERTV8
RV_WTGBTR2Simulation subtotal AD01RVWRTCURR15(2) WERTV8
RV_WTGBTR3Simulation subtotal AD01RVWRTCURR15(2) WERTV8
RV_WTGBTR4Simulation subtotal AD01RVWRTCURR15(2) WERTV8
RV_WAERSCurrency Key WAERSCUKY5TCURCWAERSFWS

Key field Non-key field



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

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

SELECT SINGLE *
FROM AD01DLISFR
INTO CORRESPONDING FIELDS OF WA_AD01DLISFR
WHERE...

How to access SAP table AD01DLISFR

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