WRP_RRM_OUTBOUND_PARAMETER SAP (Control Parameters for Data Export in RRM Interface) Structure details

Dictionary Type: Structure
Description: Control Parameters for Data Export in RRM Interface




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




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

WRP_RRM_OUTBOUND_PARAMETER is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Control Parameters for Data Export in RRM Interface" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_WRP_RRM_OUTBOUND_PARAMETER TYPE WRP_RRM_OUTBOUND_PARAMETER.

The WRP_RRM_OUTBOUND_PARAMETER table consists of various fields, each holding specific information or linking keys about Control Parameters for Data Export in RRM Interface data available in SAP. These include VKORG_TEXT (Text (20 Characters)), VTWEG (Distribution Channel), VTWEG_TEXT (Text (20 Characters)), CAT_IND (RRM Interface: Article Category Selection Indicator).. 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP WRP_RRM_OUTBOUND_PARAMETER structure 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
VKORGSales Organization VKORGCHAR4Assigned to domainVKORGVKOC_VKORG
VKORG_TEXTText (20 Characters) TEXT20CHAR20TEXT20
VTWEGDistribution Channel VTWEGCHAR2Assigned to domainVTWEGVTWC_VTWEG
VTWEG_TEXTText (20 Characters) TEXT20CHAR20TEXT20
CAT_INDRRM Interface: Article Category Selection Indicator W_RP_RRM_CATEGORY_INDICATORCHAR1CHAR1
MATKLMaterial Group MATKLCHAR9Assigned to domainMATKLMKLS_WBWG
MATKL_TEXTText (20 Characters) TEXT20CHAR20TEXT20
HIER_CNTHierarchy ID HIER_CNTCHAR2HIERCNTHIERHIERID
STRUC_NODEHierarchy Node STRUC_NODECHAR18NODESNODE_STRUC
HIER_CNT_TEXTText (20 Characters) TEXT20CHAR20TEXT20
NODE_TEXTText (20 Characters) TEXT20CHAR20TEXT20
SITES_INDRRM Interface: Selection Indicator for Groups of Plants W_RP_RRM_SITES_INDICATORCHAR1CHAR1
KLARTClass Type KLASSENARTCHAR3Assigned to domainKLASSENARTKAR
WRKGPPlant group in SAP Retail WRKGPCHAR18KLASSE
WRKGP_TEXTText, 40 Characters Long TEXT40CHAR40TEXT40
PLTYP_PPrice determination: Item-based price list type PLTYP_PCHAR2Assigned to domainPLTYP
PLTYP_TEXTText (20 Characters) TEXT20CHAR20TEXT20
RRMPROPricing: Profile for RRM Interface W_RP_RRM_PROFILECHAR4CHAR4WRP_RRM_PROFILE
MD_OUTRRM Interface: Indicator for Master Data Export W_RP_RRM_MD_OUTBOUNDCHAR1XFELD
PURCHPRICES_OUTRRM Interface: Indicator for Purchasing Price Exports W_RP_RRM_PURCHPRICES_OUTBOUNDCHAR1XFELD
PRICEPOINTS_OUTRRM Interface: Indicator for Price Point Export W_RP_RRM_PRICEPOINT_OUTBOUNDCHAR1XFELD
SALESDATA_OUTRRM Interface: Indicator for Sales History Export W_RP_RRM_SALESDATA_OUTBOUNDCHAR1XFELD
SDATA_VAL_INDRRM Interface: Selection Indicator for Sales History Validty W_RP_RRM_SDATA_VAL_INDICATORCHAR1W_RP_RRM_SDATA_VAL_INDICATOR
PERNUMRRM Interface: Number of Periods for Sales History W_RP_RRM_PERIOD_NUMBERNUMC3NUMC03

Key field Non-key field



How do I retrieve data from SAP structure WRP_RRM_OUTBOUND_PARAMETER using ABAP code?

As WRP_RRM_OUTBOUND_PARAMETER is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on WRP_RRM_OUTBOUND_PARAMETER as there is no data to select.

How to access SAP table WRP_RRM_OUTBOUND_PARAMETER

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