SAP Reports / Programs | Supplier Relationship Management | Enterprise Buyer | SRM Framework(SRM-EBP-FW) SAP SRM

/SAPSRM/PDO_MD_FILL_LOOK_UP SAP ABAP Report - Fill Look-Up Tables from Configuration Tables







/SAPSRM/PDO_MD_FILL_LOOK_UP is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.

If you would like to execute this report or see the full code listing simply enter /SAPSRM/PDO_MD_FILL_LOOK_UP into the relevant SAP transactions such as SE38 or SE80


ABAP code to call this SAP report using the submit statement

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.






SUBMIT /SAPSRM/PDO_MD_FILL_LOOK_UP. "Basic submit
SUBMIT /SAPSRM/PDO_MD_FILL_LOOK_UP AND RETURN. "Return to original report after report execution complete
SUBMIT /SAPSRM/PDO_MD_FILL_LOOK_UP VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Selection Text: P_ACTION = Action
Selection Text: P_ET_ANY = Any possible entry (Column)
Selection Text: P_ET_DFT = Default (Initial)
Selection Text: P_ET_NRM = Normal (Filled)
Selection Text: P_FIELDS = Field
Selection Text: P_HEADER = Header Level
Selection Text: P_ITEM = Item Level
Selection Text: P_LIST = Show Results List
Selection Text: P_PRIND = Show Progress Indicator
Selection Text: P_SETTYP = Set Type
Selection Text: P_SET_BO = Set Level (Business Objects)
Selection Text: P_SET_DO = Set Level (Dependent Objects)
Selection Text: P_TEST = Test
Selection Text: P_UNCHNG = Display Also Unchanged Data
Selection Text: S_ACTION = Action Name
Selection Text: S_CLIENT = D .
Selection Text: S_FIELD = D .
Selection Text: S_SETTYP = D .
Selection Text: S_SET_AC = Sets for Actions
Selection Text: S_SET_FD = Sets for Fields
Title: Fill Look-Up Tables from Configuration Tables
Text Symbol: PRD = Generating default field metadata. Please be patient.
Text Symbol: PRE = Generating field metadata for any possible entry. Please be patient.
Text Symbol: PRF = Generating field metadata. Please be patient.
Text Symbol: PRS = Generating set type metadata. Please be patient.
Text Symbol: SC1 = When changing or transporting metadata configuration table entries
Text Symbol: SC2 = this report is called in the background.
Text Symbol: SC3 = In case of errors or for testing you also can start this report manually.
Text Symbol: SC4 = Mark the checkboxes according to the configuration tables you have changed.
Text Symbol: TST = Test Mode
Text Symbol: TTC = Customer
Text Symbol: TTL = Look-Up
Text Symbol: TTS = System
Text Symbol: UFC = Before
Text Symbol: UFD = Delete
Text Symbol: UFI = Insert
Text Symbol: UFN = No Change
Text Symbol: UFU = Now





Text Symbol: 003 = Header existing Entries:
Text Symbol: 004 = Header Entries for Deletion:
Text Symbol: 005 = Header Entries for Update or Creation:
Text Symbol: 006 = Item existing Entries:
Text Symbol: 007 = Item Entries for Deletion:
Text Symbol: 008 = Item Entries for Update or Creation:
Text Symbol: 009 = Set in DO context existing Entries:
Text Symbol: 010 = Set in DO context entries for Deletion:
Text Symbol: 011 = Set in DO context entries for Update or Creation:
Text Symbol: 012 = Set in BO context existing Entries:
Text Symbol: 013 = Set in BO context entries for Deletion:
Text Symbol: 014 = Set in BO context entries for Update or Creation:
Text Symbol: ACE = Existing entries in /SAPSRM/C_ACTTY (Definition of actions in PDO layer)
Text Symbol: ACF = Existing entries in /SAPSRM/C_ACTSET (Assignment of actions to sets and BO types)
Text Symbol: ACS = New entries in /SAPSRM/C_ACTSET (Assignment of actions to sets and BO types)
Text Symbol: ACT = New entries in /SAPSRM/C_ACTTY (Definition of Actions in PDO layer)
Text Symbol: ADH = Add line to header table extension &1
Text Symbol: ADI = Add line to item table extension &1
Text Symbol: ATE = Existing entries in /SAPSRM/C_ACTTYT (Description of Actions in PDO layer)
Text Symbol: ATT = New entries in /SAPSRM/C_ACTTYT (Definition of Actions in PDO layer)
Text Symbol: DLH = Delete line of header table extension &1
Text Symbol: DLI = Delete line of item table extension &1
Text Symbol: ERE = Exception occurred. No subtypes read from
Text Symbol: ERP = Parameter error. No subtypes read from
Text Symbol: ETT = Type of Entry a field belongs to
Text Symbol: LVB = Set (BO)
Text Symbol: LVD = Set (DO)
Text Symbol: LVH = Header
Text Symbol: LVI = Item
Text Symbol: MDA = Metadata for Actions (Buttons, etc.)
Text Symbol: MDF = Metadata for Fields
Text Symbol: MDL = Metadata Level
Text Symbol: MDS = Metadata for Sets (Substructures)
Text Symbol: MDU = Set Type Metadata
Text Symbol: MTA = Actions
Text Symbol: MTF = Fields
Text Symbol: MTS = Sets
Text Symbol: PRA = Generating action metadata. Please be patient.


INCLUDES used within this REPORT /SAPSRM/PDO_MD_FILL_LOOK_UP

No INCLUDES are used within this REPORT code!







TABLES used within REPORT and the associated SELECT statement:

No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

No SAP FUNCTION MODULES are executed within this report code!



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.

The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name /SAPSRM/PDO_MD_FILL_LOOK_UP or its description.