ERP_MULTIPLE_PROMOTIONS_S SAP (Multiple Promotions) Structure details

Dictionary Type: Structure
Description: Multiple Promotions




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




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

ERP_MULTIPLE_PROMOTIONS_S 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 "Multiple Promotions" 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_ERP_MULTIPLE_PROMOTIONS_S TYPE ERP_MULTIPLE_PROMOTIONS_S.

The ERP_MULTIPLE_PROMOTIONS_S table consists of various fields, each holding specific information or linking keys about Multiple Promotions data available in SAP. These include CAMPAIGN (Project Planning: 16-Character GUID for Projects and Activts), CMPGN_ID (Character Field Length = 10), CMPGN_EXTID (Project Planning: External Indentifier of an Element), LOGSYS (Logical system).. 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 ERP_MULTIPLE_PROMOTIONS_S 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
OPERATIONFunction MSGFNCHAR3MSGFN
CAMPAIGNProject Planning: 16-Character GUID for Projects and Activts CGPL_GUID16RAW16CGPLPCGPL_PROJECT_GUID
CMPGN_IDCharacter Field Length = 10 CHAR10CHAR10CHAR10
CMPGN_EXTIDProject Planning: External Indentifier of an Element CGPL_EXTIDCHAR24CGPL_EXTID
LOGSYSLogical system LOGSYSCHAR10Assigned to domainALPHALOGSYS
START_DATEPlanned Start Date CGPL_PLANSTARTDATEDATS8DATUM
END_DATEPlanned Finish Date CGPL_PLANFINISHDATEDATS8DATUM
PRIORITYPriority CGPL_PRIORITYNUMC3NUMC3
IS_EXCLUSIVECampaigns: Exclusive Campaign CMPGN_EXCLUSIVECHAR1CMPGN_EXCLUSIVE
IS_DELETABLESingle-Character Indicator CHAR1CHAR1CHAR1
VALIDATION_STATUSStatus of a Campaign CMPGN_VALIDATION_STATUSCHAR1CMPGN_VALIDATION_STATUS
OBJECT_TYPEObject Type in Project Planning CGPL_OBJECT_TYPECHAR3CHAR3

Key field Non-key field



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

As ERP_MULTIPLE_PROMOTIONS_S 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 ERP_MULTIPLE_PROMOTIONS_S as there is no data to select.

How to access SAP table ERP_MULTIPLE_PROMOTIONS_S

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