RDM_OPT_FILL_HEADER_ATTRIBUTES is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This program fills the promotion header attributes
If you would like to execute this report or see the full code listing simply enter RDM_OPT_FILL_HEADER_ATTRIBUTES into the relevant SAP transactions such as SE38 or SE80
This report can be called from another progam/report simply by using the ABAP SUBMIT statement, see below for example ABAP code snipts of how to do this.
Selection Text: PA_APLOG = Display Application Log
Selection Text: PA_REDO = Overwrite Attributes
Selection Text: PA_TEST = D .
Selection Text: SO_AKART = D .
Selection Text: SO_AKTNR = D .
Selection Text: SO_VKDAB = D .
Selection Text: SO_VKDBI = Retail Sales To
Title: Provide Demand Management Attributes to Promotion Header Data
Text Symbol: 001 = Restrictions Promotion
Text Symbol: 002 = Options
Text Symbol: 003 = Process Promotions with Filled Attributes
Text Symbol: 004 = Statuses
Text Symbol: 005 = Statuses
Text Symbol: 006 = Processing Status
Text Symbol: 007 = Processing Status
Text Symbol: 008 = Carry Out Test Run Only
Text Symbol: 010 = Action Blocked
Text Symbol: 011 = No Authorization
Text Symbol: 012 = Do Not Overwrite Attributes
Text Symbol: 013 = Promotion Type Not Found
Text Symbol: 014 = Promotion Changed
INCLUDE RDMOPTFILLHEADERATTRIBUTESTOP. " GLOBAL DATA
INCLUDE RDMOPTFILLHEADERATTRIBUTESF01. " FORM-ROUTINES
No SAP DATABASE tables are accessed within this REPORT code!
No SAP FUNCTION MODULES are executed within this report code!
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RDM_OPT_FILL_HEADER_ATTRIBUTES - Provide Demand Management Attributes to Promotion Header Data RDM_OPT_FILL_HEADER_ATTRIBUTES - Provide Demand Management Attributes to Promotion Header Data RDM_OPT_CONVERT_INBOUND_FILES - Conversion of Inbound Files from SAP-DM Format to SAP-XI Format RDM_OPT_CONVERT_INBOUND_FILES - Conversion of Inbound Files from SAP-DM Format to SAP-XI Format RDM_OPT_CHG_POINTER_REORG_TOP - RDMOPTCHGPOINTERREORGTOP RDM_OPT_CHG_POINTER_REORG_F01 - RDMOPTCHGPOINTERREORGF01