SAP Reports / Programs

EEWA_ROB_CUSTOMIZE SAP ABAP Report - Manage Cleaning Object Categories







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


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

EWAROBTYP - Maintain Cleaning Object Category


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_CUSTOMIZE. "Basic submit
SUBMIT EEWA_ROB_CUSTOMIZE AND RETURN. "Return to original report after report execution complete
SUBMIT EEWA_ROB_CUSTOMIZE 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_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


INCLUDES used within this REPORT EEWA_ROB_CUSTOMIZE

INCLUDE: EMSG,


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_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.



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