SAP Reports / Programs

/SAPDMC/SAP_LSMW_BI_ANALYSIS SAP ABAP Report - Request Transactions with Errors from Batch Input Folder







/SAPDMC/SAP_LSMW_BI_ANALYSIS is a standard Executable ABAP Report 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 /SAPDMC/SAP_LSMW_BI_ANALYSIS 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 /SAPDMC/SAP_LSMW_BI_ANALYSIS. "Basic submit
SUBMIT /SAPDMC/SAP_LSMW_BI_ANALYSIS AND RETURN. "Return to original report after report execution complete
SUBMIT /SAPDMC/SAP_LSMW_BI_ANALYSIS 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: P_BISESS = Batch Input Folder(s)
Selection Text: P_MSGLV1 = No Messages
Selection Text: P_MSGLV2 = Only Error Messages (E,A,X)
Selection Text: P_MSGLV3 = All Messages (S,I,W,E,A,X)
Title: Request Transactions with Errors from Batch Input Folder
Text Symbol: 001 = Batch Input Folder(s):
Text Symbol: 002 = No transactions with errors exist
Text Symbol: 003 = Batch Input Session
Text Symbol: 004 = Created On
Text Symbol: 005 = Created At
Text Symbol: 006 = Internal ID of BI Folder:
Text Symbol: 007 = Original Transaction Number
Text Symbol: 010 = Selection
Text Symbol: 011 = Program
Text Symbol: 012 = Screen
Text Symbol: 013 = Screen Description
Text Symbol: 014 = Field Name
Text Symbol: 015 = Field Description
Text Symbol: 016 = Field Value
Text Symbol: 017 = Values of Selected Screen Fields


INCLUDES used within this REPORT /SAPDMC/SAP_LSMW_BI_ANALYSIS

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:

DDIF_FIELDINFO_GET CALL FUNCTION 'DDIF_FIELDINFO_GET' EXPORTING TABNAME = IT_FLD-TABNAME FIELDNAME = IT_FLD-FIELDNAME LANGU = SY-LANGU TABLES DFIES_TAB = IT_DFIES EXCEPTIONS NOT_FOUND = 1 INTERNAL_ERROR = 2 OTHERS = 3.

REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_callback_program = sy-repid i_callback_pf_status_set = l_status_set i_callback_user_command = l_user_command i_grid_title = l_title is_layout = wa_layout it_fieldcat = it_fieldcat it_sort = it_sort TABLES t_outtab = IT_CONTENT EXCEPTIONS program_error = 1 OTHERS = 2.

REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_callback_program = sy-repid i_callback_pf_status_set = l_PF8_status_set i_grid_title = l_PF8_title is_layout = wa_PF8_layout it_fieldcat = it_PF8_fieldcat it_sort = it_PF8_sort TABLES t_outtab = IT_PF8_CONTENT EXCEPTIONS program_error = 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 /SAPDMC/SAP_LSMW_BI_ANALYSIS or its description.