SAP Reports / Programs

FDT_DDIC_BINDING_UP_TO_DATE SAP ABAP Report - BRFplus: Check or update DDIC binding for data objects







FDT_DDIC_BINDING_UP_TO_DATE is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for With this report, you can analyze the binding relationships between data objects defined in BRFplus and the dictionary objects (DDIC) that have been used as a reference for the object definition...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter FDT_DDIC_BINDING_UP_TO_DATE 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 FDT_DDIC_BINDING_UP_TO_DATE. "Basic submit
SUBMIT FDT_DDIC_BINDING_UP_TO_DATE AND RETURN. "Return to original report after report execution complete
SUBMIT FDT_DDIC_BINDING_UP_TO_DATE 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: END_RBD =
Selection Text: END_SCPA =
Selection Text: END_SCPO =
Selection Text: P_APPLN = Application Name
Selection Text: P_A_TAB = Master Data
Selection Text: P_CHECK = Check DDIC Binding
Selection Text: P_COMP = D .
Selection Text: P_C_TAB = Customizing
Selection Text: P_DO_EL = Elements
Selection Text: P_DO_ST = Structures
Selection Text: P_DO_TB = Tables
Selection Text: P_IMDL = Include Marked for Deletion
Selection Text: P_INVDEL = 3. Delete if not used
Selection Text: P_INVMDL = 2. Mark for Deletion
Selection Text: P_INVUNB = 1. Clear Binding
Selection Text: P_IOBS = Include Obsolete
Selection Text: P_PACK = D .
Selection Text: P_REBIND = Update DDIC Binding
Selection Text: P_REFCHK = 1. Check and Update Binding
Selection Text: P_REFDEL = 3. Delete if not used
Selection Text: P_REFMDL = 2. Mark for Deletion
Selection Text: P_SCP_A = Application Scope
Selection Text: P_SCP_O = Object Scope
Selection Text: P_SHOWW = Show Warnings
Selection Text: P_S_TAB = System
Selection Text: P_TEST = Test Mode
Selection Text: P_TRREQ = Transport Request
Selection Text: P_T_TAB = Deployable Objects
Selection Text: SO_APPL = Application ID
Selection Text: SO_DOBJ = Data Object ID
Title: BRFplus: Check or update DDIC binding for data objects
Text Symbol: WD2 = Object is reusable (access level > ''application'') and has already been transported
Text Symbol: WD1 = Object &1 was not deleted
Text Symbol: W01 = No authorization to change content
Text Symbol: APP = Application
Text Symbol: B01 = Selection
Text Symbol: B02 = Action
Text Symbol: B03 = Object Status





Text Symbol: B11 = Data Object Types
Text Symbol: B12 = Update Options
Text Symbol: B22 = Storage Type
Text Symbol: B32 = Action for Invalid Bindings
Text Symbol: B42 = Action for Dereferenced Objects
Text Symbol: C01 = (Use case: DDIC type no longer exists)
Text Symbol: C02 = (Use case: Components removed from DDIC structure)
Text Symbol: C03 = (Status will temporarily be revoked)
Text Symbol: CMP = Component:
Text Symbol: DCC = DDIC-Type
Text Symbol: DEL = Deleted
Text Symbol: E01 = Select at least one data object type
Text Symbol: E02 = Restrict the selection of data objects to rebind
Text Symbol: I01 = No data objects selected
Text Symbol: IMD = Object is marked for deletion
Text Symbol: M01 = The DDIC binding of all selected data objects is up to date
Text Symbol: MDL = DDIC binding cleared and (re)marked for deletion
Text Symbol: OBS = Object is obsolete
Text Symbol: PCK = Package:
Text Symbol: R01 = Dereferenced object
Text Symbol: R02 = Dereferenced object, marked for deletion
Text Symbol: R03 = Dereferenced object, deleted
Text Symbol: R05 = Binding of dereferenced objects is not up to date
Text Symbol: S01 = DDIC binding update successfully tested
Text Symbol: S02 = DDIC binding successfully updated
Text Symbol: TES = (Test)
Text Symbol: TS0 = Running in test mode
Text Symbol: TS1 = Note: Cannot test update of binding for dereferenced objects
Text Symbol: TS2 = Note: Cannot test deletion of dereferenced objects
Text Symbol: UBD = DDIC binding cleared


INCLUDES used within this REPORT FDT_DDIC_BINDING_UP_TO_DATE

INCLUDE FDT_INCL_REPORT_UTILITIES.


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:

DB_COMMIT CALL FUNCTION 'DB_COMMIT'.



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 FDT_DDIC_BINDING_UP_TO_DATE or its description.