SAP Reports / Programs

BDLMORIG SAP ABAP Report - Tool to get interface data of functions in different R/3 systems







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


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 BDLMORIG. "Basic submit
SUBMIT BDLMORIG AND RETURN. "Return to original report after report execution complete
SUBMIT BDLMORIG VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


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.





Text Symbol: 005 = Destination does not exist.
Text Symbol: 007 = Data successfully saved.
Text Symbol: 008 = Error! Data not saved.
Text Symbol: 009 = Interface initialized from developement system.
Text Symbol: 010 = No import/export parameters found.
Text Symbol: 011 = Chosen line will be deleted.
Text Symbol: 012 = Really delete?
Text Symbol: 013 = Delete line
Text Symbol: 014 = Unsaved data will get lost.
Text Symbol: 015 = Save before leaving change mode?
Text Symbol: 016 = Leave table
Text Symbol: 017 = Save before leaving program?
Text Symbol: 018 = Leave program
Text Symbol: 019 = Select a development system
Text Symbol: 021 = Function not found.
Text Symbol: 022 = Invalid function name.
Text Symbol: 026 = Leave change mode
Text Symbol: 032 = Saved
Text Symbol: 033 = Unknown
Text Symbol: 034 = Active
Text Symbol: 035 = Not active
Text Symbol: 036 = Structure
Text Symbol: 037 = Transparent table
Text Symbol: 038 = System failure.
Text Symbol: 039 = Communication failure.
Text Symbol: 041 = Interface from development system:
Text Symbol: 042 = Initialize interface
Text Symbol: 043 = Interface inserted from local table.
Text Symbol: 044 = Former interface data will get lost.
Text Symbol: 046 = Wrong ABAP type.
Text Symbol: 047 = Really refresh?


INCLUDES used within this REPORT BDLMORIG

INCLUDE BDLMOTOP.
INCLUDE BDLMOI10.
INCLUDE BDLMOO10.
INCLUDE BDLMOF10.
INCLUDE BDLMFCOM. " COMMON INCLUDE WITH BDLMFUBA TO GET DDIC INFO


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