BDLMORIG is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Shows Interface parameters of function -> double click on each parameter entry shows fields and their DDIC + ABAP type info...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 BDLMORIG 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.
Title: Tool to get interface data of functions in different R/3 systems
Text Symbol: 049 = is a type that is predefined in ABAP.
Text Symbol: 052 = Error while getting DDIC data.
Text Symbol: 054 = Please place cursor in selected table.
Text Symbol: 055 = Logical Function:
Text Symbol: 061 = Wrong function parameter found.
Text Symbol: 101 = Differences in Function Interfaces:
Text Symbol: 102 = SAP Release of Comp. System:
Text Symbol: 103 = System to compare :
Text Symbol: 104 = SAP Release of Dev. System :
Text Symbol: 105 = Actual System :
Text Symbol: 106 = Function Module :
Text Symbol: 107 = Function Name :
Text Symbol: 108 = Logical Function :
Text Symbol: 109 = No differences found between interfaces.
Text Symbol: 110 = Position:
Text Symbol: 112 = Depth:
Text Symbol: 113 = Decimals:
Text Symbol: 114 = Internal length:
Text Symbol: 115 = ABAP type:
Text Symbol: 116 = DDIC type:
Text Symbol: 117 = Data element:
Text Symbol: 118 = Field name:
Text Symbol: 119 = Tab/Struct name:
Text Symbol: 120 = Field:
Text Symbol: 121 = Table Parameter:
Text Symbol: 122 = Changing Parameter:
Text Symbol: 123 = Export Parameter:
Text Symbol: 124 = Import Parameter:
Text Symbol: 125 = Exception:
Text Symbol: 126 = DDIC length:
Text Symbol: 130 = Find
Text Symbol: 131 = String not found.
Text Symbol: 132 = Wrong search pattern.
Text Symbol: 048 = Modified
Text Symbol: 001 = No data found for this selection.
Text Symbol: 002 = Please place cursor on a valid line.
Text Symbol: 003 = You do not have authorization.
INCLUDE BDLMOTOP.
INCLUDE BDLMOI10.
INCLUDE BDLMOO10.
INCLUDE BDLMOF10.
INCLUDE BDLMFCOM. " COMMON INCLUDE WITH BDLMFUBA TO GET DDIC INFO
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.
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 BDLMORIG or its description.
BDLMORIG - Tool to get interface data of functions in different R/3 systems BDLMORIG - Tool to get interface data of functions in different R/3 systems BDLMOO10 - Include OUTPUT for program BDLMORIG BDLMOI10 - Include INPUT program BDLMORIG BDLMOF10 - Include FORMS in program BDLMORIG BDLMFUNV - Display of missing functions