VDWAIVE_PROFILE SAP (Rule Set for Waiver Profile) Table details

Dictionary Type: Table
Description: Rule Set for Waiver Profile




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




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

VDWAIVE_PROFILE is a standard SAP Table which is used to store Rule Set for Waiver Profile data and is available within R/3 SAP systems depending on the version and release level.

The VDWAIVE_PROFILE table consists of various fields, each holding specific information or linking keys about Rule Set for Waiver Profile data available in SAP. These include WAIVE_PROF_ID (Waiver Profile ID), WAIVE_RULE (Waiver Rule ID), TU_NUMBER (Number of Time Units), TIMEUNIT (Time Unit).. 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 VDWAIVE_PROFILE 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
WAIVE_PROF_IDWaiver Profile ID TB_WAIVE_PROF_IDCHAR4VDWAIVE_PR_HEADT_WAIVE_PROF_IDFVD_WAIVE_PR_ID
WAIVE_RULEWaiver Rule ID TB_WAIVE_RULECHAR3TDWAIVE_RULEST_WAIVE_RULE
TU_NUMBERNumber of Time Units TB_TU_NUMBERNUMC2T_TU_NUMBER
TIMEUNITTime Unit TB_TIMEUNITCHAR1T_TIMEUNIT
TIMEFRAME_TYPETime Period Category TB_TIMEFRAME_TYPENUMC1T_TIMEFRAME_TYPE
WR_CURRWaiver Rule Currency TB_WR_CURRCUKY5TCURCWAERS
WR_DATE_FROMWaiver Rule Valid from TB_WR_DATE_FROMDATS8DATUM
WR_AMOUNTAmount for Waiver Rule TB_WR_AMOUNTCURR9(2) WERT5
WR_NUMBERNumber Parameter for Waiver Rule TB_WR_NUMBERNUMC5NUM5
WR_PERCENTPercentage Rate for Waiver Rule TB_WR_PERCENTDEC6(3) DECV3_3

Key field Non-key field



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

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

SELECT SINGLE *
FROM VDWAIVE_PROFILE
INTO CORRESPONDING FIELDS OF WA_VDWAIVE_PROFILE
WHERE...

How to access SAP table VDWAIVE_PROFILE

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