RDMT_PROMO_IN SAP (Default Values for Promotions via XI Interface) Table details

Dictionary Type: Table
Description: Default Values for Promotions via XI Interface




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




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

RDMT_PROMO_IN is a standard SAP Table which is used to store Default Values for Promotions via XI Interface data and is available within R/3 SAP systems depending on the version and release level.

The RDMT_PROMO_IN table consists of various fields, each holding specific information or linking keys about Default Values for Promotions via XI Interface data available in SAP. These include MEDIA_TYPE (Media Type), CUSTOMER_TYPE (Customer Type), AKART (Promotion Type), PRICE_ACTIVATION (Indicator - Automatic Price Activation).. 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: Cannot Be Enhanced


SAP RDMT_PROMO_IN 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
MEDIA_TYPEMedia Type RDM_MEDIA_TYPECHAR4RDMT_MED_TYPERDM_MEDIA_TYPE
CUSTOMER_TYPECustomer Type RDM_CUSTOMER_TYPECHAR4RDMT_CUST_TYPERDM_CUSTOMER_TYPE
AKARTPromotion Type W_AKARTCHAR4TWAAW_AKARTWAA
PRICE_ACTIVATIONIndicator - Automatic Price Activation RDM_PRICE_ACTIVATIONCHAR1X
FEHLPCheckbox for printout of log for sales price calculations FEHLPCHAR1XFELD
DRUKZCheckbox for print output PRIKZCHAR1XFELD
KZ_PARALLELIndicator: Use Parallel Processing KZ_PARALLELCHAR1X
PAR_SERVERGRPName of logon/server group for parallel processing WPARSERVERGRPCHAR20RZLLITABRZLLI_ACN
MAX_TASKSMaximum Number of Parallel Processes WMAXTASKSNUMC4NUM4
ANZ_POSMaximum Number of Items per Process WMAXPOSNUMC5NUM5
BPROFBonus Buy: Bonus buy profile RDM_BBY_BPROFCHAR4RDMT_BBY_PROFCHAR4RDM_BBY_BPROFRDM_BBY_BPROF_SHLP

Key field Non-key field



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

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

SELECT SINGLE *
FROM RDMT_PROMO_IN
INTO CORRESPONDING FIELDS OF WA_RDMT_PROMO_IN
WHERE...

How to access SAP table RDMT_PROMO_IN

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