SAP Reports / Programs

EEWA_ROB_ASSIGN SAP ABAP Report - Display Properties for Cleaning Object







EEWA_ROB_ASSIGN 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 EEWA_ROB_ASSIGN 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 EEWA_ROB_ASSIGN. "Basic submit
SUBMIT EEWA_ROB_ASSIGN AND RETURN. "Return to original report after report execution complete
SUBMIT EEWA_ROB_ASSIGN 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: S_ROB = Cleaning Object
Title: Display Properties for Cleaning Object
Text Symbol: 001 = m
Text Symbol: 242 = Cleaning object not allocated to a property
Text Symbol: A10 = Root
Text Symbol: A11 = Property Allocation of Cleaning Object
Text Symbol: B11 = Cleaning Object Identification
Text Symbol: B12 = Total Length:
Text Symbol: C10 = Property:
Text Symbol: C11 = Share of Cleaning Object
Text Symbol: C12 = Non-Allocated Cleaning Meters:
Text Symbol: C13 = Description
Text Symbol: C14 = Assessment Value not Allocated


INCLUDES used within this REPORT EEWA_ROB_ASSIGN

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:

ISU_ADDRESS_PROVIDE_INTERNAL CALL FUNCTION 'ISU_ADDRESS_PROVIDE_INTERNAL' EXPORTING x_address_type = 'A' X_LENGTH = 50 x_line_count = 1 X_ADDRNUMBER = wa_prop-adrnr IMPORTING Y_ADDR_LINES = h_eadrd CHANGING XY_OBJ = addrdispl EXCEPTIONS NOT_FOUND = 01 PARAMETER_ERROR = 02 OBJECT_NOT_GIVEN = 03.

ERGO_TEXT_SHOW CALL FUNCTION 'ERGO_TEXT_SHOW' EXPORTING textname = txt_report id = 'RE' langu = sy-langu EXCEPTIONS text_not_found = 01.

CONVERT_DATE_TO_EXTERNAL CALL FUNCTION 'CONVERT_DATE_TO_EXTERNAL' EXPORTING date_internal = x_rob-ab IMPORTING date_external = ab.

CONVERT_DATE_TO_EXTERNAL CALL FUNCTION 'CONVERT_DATE_TO_EXTERNAL' EXPORTING date_internal = x_rob-bis IMPORTING date_external = bis.

CONVERT_DATE_TO_EXTERNAL CALL FUNCTION 'CONVERT_DATE_TO_EXTERNAL' EXPORTING date_internal = p_ab IMPORTING date_external = ab.

CONVERT_DATE_TO_EXTERNAL CALL FUNCTION 'CONVERT_DATE_TO_EXTERNAL' EXPORTING date_internal = p_bis IMPORTING date_external = bis.

RS_TREE_CONSTRUCT CALL FUNCTION 'RS_TREE_CONSTRUCT' TABLES nodetab = t_tree EXCEPTIONS tree_failure = 1.

RS_TREE_LIST_DISPLAY CALL FUNCTION 'RS_TREE_LIST_DISPLAY' EXPORTING callback_program = 'EEWA_ROB_ASSIGN' callback_user_command = 'NODE_SELECT' IMPORTING f15 = f15.

ISU_S_EEWA_PROP_DISPLAY CALL FUNCTION 'ISU_S_EEWA_PROP_DISPLAY' EXPORTING x_prop = l_prop x_call_ext = 'X'.

ERGO_TEXT_SHOW CALL FUNCTION 'ERGO_TEXT_SHOW' EXPORTING textname = txt_report id = 'RE' langu = sy-langu EXCEPTIONS text_not_found = 01.



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