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
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.
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
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
EEWA_ROB_ASSIGN - Display Properties for Cleaning Object EEWA_ROB_ASSIGN - Display Properties for Cleaning Object EEWA_PROPERTY_MACROS - Include EEWA_PROPERTY_MACROS EEWA_ORDER_SELECTION_SCREEN - Include EEWA_ORDER_SELECTION_SCREEN EEWA_ORDER_POSNR_SELSCREEN - Include EEWA_ORDER_POSNR_SELSCREEN EEWA_ORDER_CREATE_SS01 - EEWAORDERCREATESS01