/DSD/PR_FBAM SAP (MDSD Promotions - Feedback Amounts) Table details

Dictionary Type: Table
Description: MDSD Promotions - Feedback Amounts




ABAP Code to SELECT data from /DSD/PR_FBAM
Related tables to /DSD/PR_FBAM
Access table /DSD/PR_FBAM




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

/DSD/PR_FBAM is a standard SAP Table which is used to store MDSD Promotions - Feedback Amounts data and is available within R/3 SAP systems depending on the version and release level.

The /DSD/PR_FBAM table consists of various fields, each holding specific information or linking keys about MDSD Promotions - Feedback Amounts data available in SAP. These include PRONR (DSD Deal Conditions - Deal Condition Number), SEQNR (DSD Deal Conditions - Deal Condition Sequence Number), VBELN (DSD Route Settlement: External Delivery/Order Number), POSNR (Sales Document Item).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP /DSD/PR_FBAM 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
PRONRDSD Deal Conditions - Deal Condition Number /DSD/PR_PRONRCHAR10Assigned to domainALPHA/DSD/PR_PRONR
SEQNRDSD Deal Conditions - Deal Condition Sequence Number /DSD/PR_SEQNRNUMC6Assigned to domainPOSNR
VBELNDSD Route Settlement: External Delivery/Order Number /DSD/HH_HH_DELVRYCHAR35/DSD/HH_EXT_ID
POSNRSales Document Item POSNR_VANUMC6Assigned to domainPOSNRAPO
DOC_TYPEDSD Deal Conditions - Feedback Data Document Type /DSD/PR_DOCTYPCHAR2/DSD/PR_DOCTYP
TOUR_IDDSD Route Settlement: Tour ID /DSD/HH_TOUR_IDCHAR32/DSD/HH_GUID
VBELN_INTSales Document VBELN_VACHAR10Assigned to domainALPHAVBELNAUN
POSNR_INTSales Document Item POSNR_VANUMC6Assigned to domainPOSNRAPO
VBELN_RELSales Document VBELN_VACHAR10Assigned to domainALPHAVBELNAUN
POSNR_RELSales Document Item POSNR_VANUMC6Assigned to domainPOSNRAPO
ZWERTCondition value KWERTCURR13(2) WERTV7
WAERKSD Document Currency WAERKCUKY5Assigned to domainWAERSFWS

Key field Non-key field



How do I retrieve data from SAP table /DSD/PR_FBAM using ABAP code

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

SELECT SINGLE *
FROM /DSD/PR_FBAM
INTO CORRESPONDING FIELDS OF WA_/DSD/PR_FBAM
WHERE...

How to access SAP table /DSD/PR_FBAM

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