TWRPGP SAP (General Parameters for Pricing) Table details

Dictionary Type: Table
Description: General Parameters for Pricing




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




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

TWRPGP is a standard SAP Table which is used to store General Parameters for Pricing data and is available within R/3 SAP systems depending on the version and release level.

The TWRPGP table consists of various fields, each holding specific information or linking keys about General Parameters for Pricing data available in SAP. These include VF_PROTY (Sls Price Calc.: Type for Determining Validity Start Default), VF_OFFDAYS (SP: Number of Days for Postdating the Validity Start Date), VF_WKDAY1 (Sales Price Calculation: Weekday for Validity Start Date), VF_WKDAY2 (Sales Price Calculation: Weekday for Validity Start Date).. 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP TWRPGP 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
VF_PROTYSls Price Calc.: Type for Determining Validity Start Default VALID_FROM_PROPOSAL_TYPECHAR1VALID_FROM_PROPOSAL_TYPE
VF_OFFDAYSSP: Number of Days for Postdating the Validity Start Date VALID_FROM_OFFSET_DAYSNUMC2
VF_WKDAY1Sales Price Calculation: Weekday for Validity Start Date VALID_FROM_WEEKDAYNUMC1TZNWEEKDAY
VF_WKDAY2Sales Price Calculation: Weekday for Validity Start Date VALID_FROM_WEEKDAYNUMC1TZNWEEKDAY
VF_MSGTYSP: Behaviour When Default Validity Start is Exceeded VALID_FROM_MSTYPECHAR1VALID_FROM_MSTYPE
EKERVDefault Value for PP Determ. Seq. in Internal Article Maint. PP_DETSEQ_FOR_ARTMASTERCHAR2Assigned to domainEKERV
VKERVDefault Value for SP Determ. Seq. in Internal Article Maint. SP_DETSEQ_FOR_ARTMASTERCHAR2Assigned to domainEKERV
REFSITE_PRCUse Reference Plant Data in Price Determination REFSITE_IN_PRICING_SETCHAR1XFELD
MGAME_POSP: Minimum Standard Purchase Order Quantity for Pricing MINIMUM_PO_QUANTITYQUAN13(3) MENG13
MGAME_M_INTVENDSP: Qty in Purch. Price Determination for Internal Vendors DEFQUANT_PRICING_M_INT_VENDORQUAN13(3) MENG13
MGAME_V_INTVENDSP: Qty in Sales Price Dtermination for Internal Vendors DEFQUANT_PRICING_V_INT_VENDORQUAN13(3) MENG13
KALVGDocument schema for determining calculation schema W_KALVGCHAR1TVKVKALVG
.INCLU--AP 0
WRF_PPGATPrice Point Group Assignment Category WRF_PPGATCHAR1WRF_PPGAT

Key field Non-key field



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

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

SELECT SINGLE *
FROM TWRPGP
INTO CORRESPONDING FIELDS OF WA_TWRPGP
WHERE...

How to access SAP table TWRPGP

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