EPPM_QS08 SAP (Changes to Meter Rate Data) Table details

Dictionary Type: Table
Description: Changes to Meter Rate Data




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




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

EPPM_QS08 is a standard SAP Table which is used to store Changes to Meter Rate Data data and is available within R/3 SAP systems depending on the version and release level.

The EPPM_QS08 table consists of various fields, each holding specific information or linking keys about Changes to Meter Rate Data data available in SAP. These include PP_NR (Prepayment Document Number), PP_ZEILE (Prepayment Document Line), ISSUE_TYPE (Document Issue Type), EM_INDICATOR (Priority).. 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 EPPM_QS08 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 MANDTCLNT3Assigned to domainMANDT
PP_NRPrepayment Document Number E_PP_NRCHAR12ALPHAE_BELNR
PP_ZEILEPrepayment Document Line E_PP_ZEILENUMC6LFDNR6
ISSUE_TYPEDocument Issue Type E_PP_ISSUE_TYPECHAR1E_PP_ISSUE_TYPE
EM_INDICATORPriority E_PP_EM_INDICATORCHAR1E_PP_EM_INDICATOR
NUMBER_MESSAGENumber of messages E_PP_MESSAGE_NRNUMC1E_PP_MESSAGE_NR
CARD_ISSUEAdjustment Reason E_PP_CARD_ISSUE_RCHAR1E_PP_CARD_ISSUE_R
ALGORITHM_CODEAlgorithm Code E_PP_ALGO_CODECHAR1E_PP_ALGO_CODE
WEEKLY_BUDGET_AMWeekly Payment E_PP_BUD_AMOUNTCURR5(2) E_PP_BUDGET_AMOUNT
TARIFTYPRate category TARIFTYPCHAR10Assigned to domainTARIFTYPTTYETTAA
GAS_ALLOCA_RATEGas Allocation Rate E_PP_GAS_RATENUMC2E_PP_GAS_RATE
ADRNBAddress number AD_ADDRNUMCHAR10Assigned to domainALPHAAD_ADDRNUMADR
DIS_ADRNBAddress number AD_ADDRNUMCHAR10Assigned to domainALPHAAD_ADDRNUMADR
ECTEmergency Credit Threshold E_PP_ECTDEC5(2) E_PP_ECT
ECLEmergency Credit Limit E_PP_ECLDEC5(2) E_PP_ECT
BISS_AMOUNTBudget Increment Step Size E_PP_BISS_AMOUNTCURR5(2) E_PP_BISS_AMOUNT
STANDING_CHARGEPrice amount PRSBTRDEC17(8) PRSBTR
PREISPrice E_PREISCHAR10Assigned to domainALPHAE_PREISPRXISU_F4_PREIS
OUTLETID_1Business Partner ID of Outlet E_PP_OUTLETIDCHAR12CHAR12
CREATE_DATECreation Date of QS Form E_PP_CREATE_DATEDATS8DATUM
MD_STATUSDocument Status E_PP_STATUSCHAR2E_PP_STATUS
TWAERSTransaction Currency TWAERSCUKY5Assigned to domainWAERSPCU
JOB_NRDocument Number E_PP_JOB_NRCHAR8E_PP_JOB_NR
NAMEEmployee's last name NAMECHAR35NAME

Key field Non-key field



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

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

SELECT SINGLE *
FROM EPPM_QS08
INTO CORRESPONDING FIELDS OF WA_EPPM_QS08
WHERE...

How to access SAP table EPPM_QS08

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