RDMT_BBY_PROF SAP (Bonus Buy: Bonus Buy Profiles) Table details

Dictionary Type: Table
Description: Bonus Buy: Bonus Buy Profiles




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




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

RDMT_BBY_PROF is a standard SAP Table which is used to store Bonus Buy: Bonus Buy Profiles data and is available within R/3 SAP systems depending on the version and release level.

The RDMT_BBY_PROF table consists of various fields, each holding specific information or linking keys about Bonus Buy: Bonus Buy Profiles data available in SAP. These include BPROF (Bonus Buy: Bonus buy profile), NUMKI (Number range in the case of internal number assignment), NUMKE (Number range in the case of external number assignment), KSCHL_PRICE (Bonus Buy: Condition Type for 'Discount Price' on Get Side).. 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 = RDMT_BBY_PROFT


SAP RDMT_BBY_PROF 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
BPROFBonus Buy: Bonus buy profile RDM_BBY_BPROFCHAR4CHAR4RDM_BBY_BPROFRDM_BBY_BPROF_SHLP
NUMKINumber range in the case of internal number assignment NUMKICHAR2NUMKR
NUMKENumber range in the case of external number assignment NUMKECHAR2NUMKR
KSCHL_PRICEBonus Buy: Condition Type for 'Discount Price' on Get Side RDM_BBY_KSCHL_PRICECHAR4T685KSCHLVND
KSCHL_DISCABonus Buy: Condition Type for 'Discount Amount' on Get Side RDM_BBY_KSCHL_DISCACHAR4T685KSCHLVND
KSCHL_DISCPBonus Buy: Condition Type for 'Discount Percent' on Get Side RDM_BBY_KSCHL_DISCPCHAR4T685KSCHLVND
KSCHL_FREEGBonus Buy: Condition Type for 'Free Goods' on Get Side RDM_BBY_KSCHL_FREEGCHAR4T685KSCHLVND
KSCHL_PRICE_BUYBonus Buy: Condition Type for 'Discount Price' on Buy Side RDM_BBY_KSCHL_PRICE_BUYCHAR4T685KSCHLVND
KSCHL_DISCA_BUYBonus Buy: Condition Type for 'Discount Amount' on Buy Side RDM_BBY_KSCHL_DISCA_BUYCHAR4T685KSCHLVND
KSCHL_DISCP_BUYBonus Buy: Condition Type for 'Discount Percent' on Buy Side RDM_BBY_KSCHL_DISCP_BUYCHAR4T685KSCHLVND

Key field Non-key field



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

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

SELECT SINGLE *
FROM RDMT_BBY_PROF
INTO CORRESPONDING FIELDS OF WA_RDMT_BBY_PROF
WHERE...

How to access SAP table RDMT_BBY_PROF

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