EEWA_ROB_CUSTOMIZE 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_CUSTOMIZE into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
EWAROBTYP - Maintain Cleaning Object Category
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: P_AREA = Service Area
Selection Text: P_ROBTXT = Description
Selection Text: P_ROBTYP = Cleaning Object Category
Selection Text: P_UNIT = Unit of measurement
Selection Text: P_SPARTE = D .
Title: Manage Cleaning Object Categories
Text Symbol: 001 = C field name......................................... Field description...........................................
Text Symbol: 002 = Class System
Text Symbol: 003 = Owner
Text Symbol: 004 = Field Desc.
Text Symbol: 005 = Field Name
Text Symbol: 006 = Field Group
Text Symbol: 007 = Maintain Cleaning Object Categories
Text Symbol: 050 = Cleaning object cat.
Text Symbol: 051 = Cat.text
Text Symbol: 052 = Unit of measurement:
Text Symbol: 053 = Service Area
Text Symbol: 100 = SAP fields
Text Symbol: 101 = Customer fields
Text Symbol: T01 = Define Cleaning Object Type
INCLUDE: EMSG,
No SAP DATABASE tables are accessed within this REPORT code!
RS_SET_SELSCREEN_STATUS CALL FUNCTION 'RS_SET_SELSCREEN_STATUS' EXPORTING p_status = 'ROBTYP' * P_PROGRAM = ' ' TABLES p_exclude = t EXCEPTIONS OTHERS = 1.
DDIF_FIELDINFO_GET CALL FUNCTION 'DDIF_FIELDINFO_GET' EXPORTING tabname = x_tabname TABLES dfies_tab = itab EXCEPTIONS not_found = 1 internal_error = 2.
RPY_DYNPRO_READ CALL FUNCTION 'RPY_DYNPRO_READ' EXPORTING progname = baserep dynnr = basedyn TABLES fields_to_containers = basefld.
ISU_MAN_TRANS_WASTE_OBJECTS CALL FUNCTION 'ISU_MAN_TRANS_WASTE_OBJECTS' EXPORTING x_tab = co_name_typ x_sobj = co_obj_name_rob x_texttab = co_name_typt x_keytab_robtyp = irobtyp IMPORTING y_ok = tr_ok EXCEPTIONS general_fault = 1 korrnr_error = 2 append_error = 3 OTHERS = 4.
ISU_AUT_TRANS_WASTE_OBJECTS CALL FUNCTION 'ISU_AUT_TRANS_WASTE_OBJECTS' EXPORTING x_tab = co_name_typ x_sobj = co_obj_name_rob x_texttab = co_name_typt x_keytab_robtyp = irobtyp IMPORTING y_ok = tr_ok EXCEPTIONS general_fault = 1 append_error = 2 tr_check_error = 3 OTHERS = 4.
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_CUSTOMIZE - Manage Cleaning Object Categories EEWA_ROB_CUSTOMIZE - Manage Cleaning Object Categories 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