SAP Reports / Programs

BDLMFUBA SAP ABAP Report - Tool to define function calls and variables for Service Assistent







BDLMFUBA is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for WORKFLOW: 1st sight: Table BDLFUNC insert logical function name, COE name and short description, status can be changed by button 'set status'...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 BDLMFUBA 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 BDLMFUBA. "Basic submit
SUBMIT BDLMFUBA AND RETURN. "Return to original report after report execution complete
SUBMIT BDLMFUBA 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 define function calls and variables for Service Assistent
Text Symbol: 089 = Interface data error.
Text Symbol: 088 = Error: Interface data missing.
Text Symbol: 086 = Error: Wrong function module selected.
Text Symbol: 085 = Error: Wrong option.
Text Symbol: 084 = Active Variables missing.
Text Symbol: 083 = Wrong interval boundaries.
Text Symbol: 082 = Action cancelled.
Text Symbol: 081 = Global Variables already complete.
Text Symbol: 080 = Interface data missing.
Text Symbol: 079 = No action possible without saving interface data.
Text Symbol: 078 = Global Variables incomplete.
Text Symbol: 077 = New Global Variables inserted.
Text Symbol: 076 = Really insert?
Text Symbol: 075 = New Global Variables will be inserted.
Text Symbol: 074 = Add new Global Variables.
Text Symbol: 073 = Really refresh?
Text Symbol: 072 = Refresh interface data
Text Symbol: 071 = Data of dependent entries will be deleted.
Text Symbol: 069 = Invalid variable name.
Text Symbol: 068 = Global variable has been changed.
Text Symbol: 067 = New name of global variable:
Text Symbol: 066 = Replace definition of global variable?
Text Symbol: 065 = Change development system
Text Symbol: 064 = Insert new entry for development system?
Text Symbol: 062 = Data of dependent entries deleted.
Text Symbol: 061 = Wrong function parameter found.
Text Symbol: 060 = Create all variables new?
Text Symbol: 090 = No active entries may exist for inactive or to be deleted function modules.
Text Symbol: 140 = Only activated Logical Functions may be inserted.
Text Symbol: 139 = Insertion failed.
Text Symbol: 138 = Logical functions successfully inserted into selected Services.
Text Symbol: 137 = Logical function is inactivated.
Text Symbol: 136 = 'Z*'-Logfunc reserved for customers.
Text Symbol: 135 = Changes not allowed on SAP service definitions.
Text Symbol: 134 = No changes made.
Text Symbol: 133 = Editor to define data types
Text Symbol: 132 = Wrong search pattern.





Text Symbol: 131 = String not found.
Text Symbol: 130 = Find
Text Symbol: 125 = Logical function must be active.
Text Symbol: 124 = Error: Number overflow.
Text Symbol: 123 = Logical function name must start with 'Z'.
Text Symbol: 122 = and
Text Symbol: 121 = Interval must be between
Text Symbol: 102 = Global Variables must be saved.
Text Symbol: 101 = Save Global Variables
Text Symbol: 099 = Collected interface data must be saved.
Text Symbol: 098 = Save data now?
Text Symbol: 097 = Save interface data
Text Symbol: 096 = Development system:
Text Symbol: 095 = Function module:
Text Symbol: 094 = Selected function:
Text Symbol: 093 = Error while getting DDIC data.
Text Symbol: 092 = Change entry?
Text Symbol: 091 = Get development system
Text Symbol: 059 = and must be inserted again.
Text Symbol: 030 = No action possible on empty field.
Text Symbol: 029 = Error: Wrong Logical Function.
Text Symbol: 028 = Logical name already exists.
Text Symbol: 027 = Please fill in marked field.
Text Symbol: 026 = Leave change mode
Text Symbol: 025 = Function module already exists.
Text Symbol: 024 = May only contain numbers.
Text Symbol: 023 = Inconsistency found in Global Variables.
Text Symbol: 022 = Invalid function name.
Text Symbol: 021 = Function not found.
Text Symbol: 019 = Error: Wrong ABAP type.
Text Symbol: 018 = Leave program
Text Symbol: 017 = Lock failed for service maintenance tables.
Text Symbol: 016 = Leave table
Text Symbol: 015 = Save before leaving change mode?
Text Symbol: 014 = Unsaved data will get lost.
Text Symbol: 013 = Delete line
Text Symbol: 012 = Proceed?
Text Symbol: 011 = Selected line will be deleted.
Text Symbol: 010 = No import/export parameters found.





Text Symbol: 009 = Interface initialized from developement system.
Text Symbol: 008 = Error! Data not saved.
Text Symbol: 007 = Data successfully saved.
Text Symbol: 006 = Destination exists.
Text Symbol: 005 = Destination does not exist.
Text Symbol: 003 = You do not have authorization.
Text Symbol: 002 = Please place cursor on a valid line.
Text Symbol: 001 = No data found for this selection.
Text Symbol: 058 = Manually Changes will get lost
Text Symbol: 057 = New Creation of Global Variables.
Text Symbol: 056 = Tables filled with interface data.
Text Symbol: 055 = Logical Function:
Text Symbol: 054 = Please place cursor in selected table.
Text Symbol: 053 = Error occured during generation.
Text Symbol: 052 = Syntax error.
Text Symbol: 051 = Includes successfully generated.
Text Symbol: 050 = Data inserted from database table.
Text Symbol: 049 = Warning: All dependent entries will also be deleted.
Text Symbol: 048 = Set delete flag
Text Symbol: 047 = Really set delete flag?
Text Symbol: 046 = Selected line and dependent entries will be affected.
Text Symbol: 045 = Modification not allowed on all fields.
Text Symbol: 044 = Destination closed.
Text Symbol: 043 = Destination opened.
Text Symbol: 042 = Initialize interface
Text Symbol: 041 = Interface from development system:
Text Symbol: 040 = No interface data found.
Text Symbol: 039 = Error: Wrong release.
Text Symbol: 038 = Communication failure.
Text Symbol: 037 = System failure.
Text Symbol: 036 = Generate now?
Text Symbol: 035 = This will take affect to all download services.
Text Symbol: 034 = All includes will be generated new.
Text Symbol: 033 = Generation of all includes
Text Symbol: 032 = No release info available.
Text Symbol: 031 = Delete flag set to all entries.


INCLUDES used within this REPORT BDLMFUBA

INCLUDE BDLMFTOP.
INCLUDE BDLMFI10.
INCLUDE BDLMFI40.



INCLUDE BDLMFO10.
INCLUDE BDLMFO40.
INCLUDE BDLMFF10.
INCLUDE BDLMFF40.
INCLUDE BDLMFCOM. " COMMON INCLUDE WITH BDLMORIG 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 BDLMFUBA or its description.