SAP Reports / Programs

/BEV1/EMERLST SAP ABAP Report - Match Empties Update







/BEV1/EMERLST 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 /BEV1/EMERLST 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 /BEV1/EMERLST. "Basic submit
SUBMIT /BEV1/EMERLST AND RETURN. "Return to original report after report execution complete
SUBMIT /BEV1/EMERLST 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: SL_VBELN = Invoice Number
Selection Text: SL_FKDAT = Billing Date
Selection Text: SL_ERDAT = Entered On
Title: Match Empties Update
Text Symbol: 016 = Customer No.:
Text Symbol: 015 = PartnerFunct:
Text Symbol: 014 = Item Categ.:
Text Symbol: 013 = Mat. Type:
Text Symbol: 012 = Invoice Number:
Text Symbol: 011 = Number of Documents That Have no Item:
Text Symbol: 010 = Number of Missing Documents:
Text Symbol: 009 = Number of Documents Found in YCLLGOFS:
Text Symbol: 008 = No Documents in Indicated Period
Text Symbol: 007 = Number of Missing Items:
Text Symbol: 006 = Number of Items Not Processed Because of Item Category:
Text Symbol: 005 = Number of Items Not Processed Because of Material Type:
Text Symbol: 004 = Number of Items Found in YCLLGOFS:
Text Symbol: 003 = Number of Items Found in YCLLGBWDP:
Text Symbol: 002 = Number of Processed Items:
Text Symbol: 001 = Number of Processed Documents:


INCLUDES used within this REPORT /BEV1/EMERLST

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:

RS_TREE_EXPAND CALL FUNCTION 'RS_TREE_EXPAND' EXPORTING ALL = 'X' NODE_ID = W_ROOTID EXCEPTIONS NOT_FOUND = 1 OTHERS = 2.

RS_TREE_LIST_DISPLAY CALL FUNCTION 'RS_TREE_LIST_DISPLAY' * exporting * CALLBACK_PROGRAM = ' ' * CALLBACK_USER_COMMAND = ' ' * CALLBACK_TEXT_DISPLAY = ' ' * CALLBACK_MOREINFO_DISPLAY = ' ' * CALLBACK_COLOR_DISPLAY = ' ' * CALLBACK_TOP_OF_PAGE = ' ' * STATUS = 'IMPLICIT' * CHECK_DUPLICATE_NAME = '1' * COLOR_OF_LINK = '1' * COLOR_OF_NODE = '4' * COLOR_OF_MARK = '3' * LOWER_CASE_SENSITIVE = ' ' * MODIFICATION_LOG = ' ' * NODE_LENGTH = 30 * TEXT_LENGTH = 75 * TEXT_LENGTH1 = 0 * TEXT_LENGTH2 = 0 * RETURN_MARKED_SUBTREE = ' ' * SCREEN_START_COLUMN = 0 * SCREEN_START_LINE = 0 * SCREEN_END_COLUMN = 0 * SCREEN_END_LINE = 0 * SUPPRESS_NODE_OUTPUT = ' ' IMPORTING F15 = W_F15 EXCEPTIONS OTHERS = 1.

RS_TREE_CREATE CALL FUNCTION 'RS_TREE_CREATE' EXPORTING ROOT_NAME = SY-TITLE ROOT_TYPE = NODETYP_ROOT DISPLAY_ATTRIBUTES = L_TREEATTR IMPORTING root_id = w_rootid EXCEPTIONS OTHERS = 1.

SX_MESSAGE_TEXT_BUILD CALL FUNCTION 'SX_MESSAGE_TEXT_BUILD' EXPORTING MSGID = '/BEV1/EMC' MSGNR = P_MSGNO MSGV1 = P_MSGV1 MSGV2 = P_MSGV2 MSGV3 = P_MSGV3 MSGV4 = P_MSGV4 IMPORTING MESSAGE_TEXT_OUTPUT = P_MSG EXCEPTIONS OTHERS = 1.

DDIF_FIELDINFO_GET CALL FUNCTION 'DDIF_FIELDINFO_GET' EXPORTING TABNAME = P_TABLENAME FIELDNAME = P_FLDNAME LANGU = SY-LANGU IMPORTING X030L_WA = L_X030L TABLES DFIES_TAB = XFIELDBEZ EXCEPTIONS NOT_FOUND = 1 INTERNAL_ERROR = 2 OTHERS = 3.

RS_TREE_ADD_NODE CALL FUNCTION 'RS_TREE_ADD_NODE' EXPORTING NEW_NAME = P_NODENAME INSERT_ID = P_TARGET_ID RELATIONSHIP = P_RELATION * LINK = ' ' NEW_TYPE = P_TYPE DISPLAY_ATTRIBUTES = P_ATTRIBUTES IMPORTING NEW_ID = L_RESULT_ID NODE_INFO = L_RESULT_NODE_INFO EXCEPTIONS ID_NOT_FOUND = 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 /BEV1/EMERLST or its description.