TWRP_RRMP SAP (Pricing: Profile for Data Export in RRM Interface) Table details

Dictionary Type: Table
Description: Pricing: Profile for Data Export in RRM Interface




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




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

TWRP_RRMP is a standard SAP Table which is used to store Pricing: Profile for Data Export in RRM Interface data and is available within R/3 SAP systems depending on the version and release level.

The TWRP_RRMP table consists of various fields, each holding specific information or linking keys about Pricing: Profile for Data Export in RRM Interface data available in SAP. These include RRMPRO (Pricing: Profile for RRM Interface), SOURCE (Source for the Sales History in RRM Interface), SVARI (Name of a selection variant for dyn. reading of info struct.), SVAPPGRP (Grouping selection variants according to application area).. 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)

Text table = TWRP_RRMPT


SAP TWRP_RRMP 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
RRMPROPricing: Profile for RRM Interface W_RP_RRM_PROFILECHAR4CHAR4WRP_RRM_PROFILE
SOURCESource for the Sales History in RRM Interface W_RP_RRM_SALESDATA_SOURCECHAR1W_RP_RRM_SALESDATA_SOURCE
SVARIName of a selection variant for dyn. reading of info struct. SVARICHAR12MCWSVKSVARI
SVAPPGRPGrouping selection variants according to application area SVAPPGRPCHAR2SVGRP
AAMETHAnalytical Application Methods MCW_AA_METHCHAR16TMCW_AA_METHMCW_AA_METH_ID
AA_APPAnalytical Application MCW_AA_APPCHAR3MCW_AA_APP_ID
FLD_TURNVRRM Profile: Info Structure Field/BW Query for Bus.Vol.Value W_RP_RRM_FLD_TURNVCHAR30Assigned to domainFDNAME
FLD_TURNQRRM Profile: Info Structure Field/BW Query for Bus.Vol.Qty W_RP_RRM_FLD_TURNQCHAR30Assigned to domainFDNAME
PPD_TYPERRM Profile: Type of Purchasing Price Determination W_RP_RRM_PPD_TYPECHAR2W_RP_RRM_PPD_TYPE
EPTYPPrice Point Category EPTYPCHAR2EPTYP
RRM_ADDINRRM Interface: Filter Value for Business Add-In RRM_OUTBOUND W_RP_RRM_OUTBOUND_FILTERCHAR20TWRP_RRM_FLTVALW_RP_RRM_OUTBOUND_FILTER
LOG_CREATERRM Interface: Indicator Application Log Creation W_RP_RRM_LOG_CREATECHAR1XFELD

Key field Non-key field



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

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

SELECT SINGLE *
FROM TWRP_RRMP
INTO CORRESPONDING FIELDS OF WA_TWRP_RRMP
WHERE...

How to access SAP table TWRP_RRMP

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