SAP Reports / Programs | Service | Solution Manager | Service Data Download(SV-SMG-SDD) SAP SV

BDLMFCOM SAP ABAP INCLUDE - Include BDLMFCOM







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


Text pool values


Title: Include BDLMFCOM


INCLUDES used within this REPORT BDLMFCOM

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:

BDL_GET_DDIC_INFO CALL FUNCTION 'BDL_GET_DDIC_INFO' DESTINATION DESTINATION EXPORTING DESTINATION = DESTINATION SAP_RELEASE = RELEASE TABLES EXCEPTION_LIST = BDLRSEXC4_ITAB EXPORT_PARAMETER = BDLRSEXP4_ITAB IMPORT_PARAMETER = bdlrsimp4_itab CHANGING_PARAMETER = bdlrscha4_itab TABLES_PARAMETER = bdlrstbl4_itab DFIES_TAB = bdldfies_itab TAB_HEADERS = bdltabhea_itab DFIELDS_TABLE = bdldfields_itab TABLE_HEADERS = bdltabhead_itab EXCEPTIONS ERROR_WHILE_GETTING_DDIC_DATA = 1 WRONG_FUNCTION_PARAMETER = 2 SYSTEM_FAILURE = 3 COMMUNICATION_FAILURE = 4 OTHERS = 5.

BDL_DDIF_TABL_GET CALL FUNCTION 'BDL_DDIF_TABL_GET' DESTINATION DESTINATION EXPORTING NAME = NAME_30D "of DB structure * STATE = 'A' * LANGU = ' ' IMPORTING * GOTSTATE = DD02V_WA = DD02V_30D * DD09L_WA = TABLES DD03P_TAB = DD03P_30D_ITAB * DD05M_TAB = * DD08V_TAB = * DD12V_TAB = * DD17V_TAB = * DD35V_TAB = * DD36M_TAB = EXCEPTIONS ILLEGAL_INPUT = 1 SYSTEM_FAILURE = 2 COMMUNICATION_FAILURE = 3 OTHERS = 4.

BDL_DDIF_TABL_GET CALL FUNCTION 'BDL_DDIF_TABL_GET' DESTINATION DESTINATION EXPORTING NAME = NAME "of DB structure * STATE = 'A' * LANGU = ' ' IMPORTING * GOTSTATE = DD02V_WA = DD02V * DD09L_WA = TABLES DD03P_TAB = DD03P_ITAB * DD05M_TAB = * DD08V_TAB = * DD12V_TAB = * DD17V_TAB = * DD35V_TAB = * DD36M_TAB = EXCEPTIONS ILLEGAL_INPUT = 1 SYSTEM_FAILURE = 2 COMMUNICATION_FAILURE = 3 OTHERS = 4.

TABLE_PRINT_STRUCTURE_UNKNOWN * CALL FUNCTION 'TABLE_PRINT_STRUCTURE_UNKNOWN' * EXPORTING * SHOW_SELECTIONSCREEN = ' ' * TAB_NAME = P_DDIC_TAB * TAB_TITLE = LOGNAME ** HIDE_STRNAME = ' ' ** GLOBAL_CURRENCY_KEY = ' ' ** GLOBAL_UNIT_KEY = ' ' * TABLES * WORK_TAB = ** PAGEHEAD = ** HIDE_COL = * EXCEPTIONS * INTERNAL_ERROR = 1 * TABLE_NOT_FOUND = 2 * OTHERS = 3.

POPUP_GET_VALUES CALL FUNCTION 'POPUP_GET_VALUES' " find EXPORTING * NO_VALUE_CHECK = ' ' POPUP_TITLE = TEXT-130 * START_COLUMN = '5' * START_ROW = '5' IMPORTING RETURNCODE = RETURNCODE TABLES FIELDS = DESCRIPTION EXCEPTIONS ERROR_IN_FIELDS = 1 OTHERS = 2.



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