SAP Reports / Programs | SAP Utilities | SAP Utilities(IS-U) SAP IS

RESOPROP SAP ABAP Report - Program for Object Type WASTEPROP: Property







RESOPROP 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 RESOPROP 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 RESOPROP. "Basic submit
SUBMIT RESOPROP AND RETURN. "Return to original report after report execution complete
SUBMIT RESOPROP VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Program for Object Type WASTEPROP: Property
Text Symbol: S00 = Property
Text Symbol: N02 = Change
Text Symbol: N01 = Create
Text Symbol: N00 = Display


INCLUDES used within this REPORT RESOPROP

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_DB_EEWA_PROP_SELECT CALL FUNCTION 'ISU_DB_EEWA_PROP_SELECT' EXPORTING x_prop = prop IMPORTING y_prop = t_prop EXCEPTIONS not_found = 1 system_error = 2 not_qualified = 3 OTHERS = 4.

ISU_S_EEWA_PROP_DISPLAY CALL FUNCTION 'ISU_S_EEWA_PROP_DISPLAY' EXPORTING x_prop = prop x_no_change = 'X' x_no_other = 'X' x_call_ext = 'X' IMPORTING y_exit_type = exit_type EXCEPTIONS not_found = 1 internal_error = 2 not_authorized = 3 OTHERS = 4.

ISU_S_EEWA_PROP_CHANGE CALL FUNCTION 'ISU_S_EEWA_PROP_CHANGE' EXPORTING x_prop = prop x_no_other = 'X' x_call_ext = 'X' x_upd_online = 'X' IMPORTING y_db_update = upd y_exit_type = exit_type EXCEPTIONS not_found = 1 foreign_lock = 2 internal_error = 3 input_error = 4 not_authorized = 5 OTHERS = 6.

ISU_S_EEWA_PROP_CREATE CALL FUNCTION 'ISU_S_EEWA_PROP_CREATE' EXPORTING x_prop = prop x_upd_online = 'X' x_call_ext = 'X' IMPORTING y_db_update = upd y_exit_type = exit_type y_obj = obj EXCEPTIONS not_customized = 1 not_found = 2 existing = 3 foreign_lock = 4 key_invalid = 5 number_error = 6 system_error = 7 input_error = 8 not_authorized = 9 OTHERS = 10.

ISU_S_EEWA_PROP_CREATE CALL FUNCTION 'ISU_S_EEWA_PROP_CREATE' EXPORTING x_prop = property x_upd_online = 'X' x_no_dialog = 'X' x_auto = ls_auto TABLES y_keys = new_keys EXCEPTIONS not_customized = 1 not_found = 2 existing = 3 foreign_lock = 4 key_invalid = 5 number_error = 6 system_error = 7 input_error = 8 not_authorized = 9 OTHERS = 10.

ISU_PROP_GET_CUSTOMER_DATA CALL FUNCTION 'ISU_PROP_GET_CUSTOMER_DATA' EXPORTING x_prop = prop CHANGING xy_obj = l_obj EXCEPTIONS internal_error = 1 OTHERS = 2.

ISU_PROP_GET_CUSTOMER_DATA CALL FUNCTION 'ISU_PROP_GET_CUSTOMER_DATA' EXPORTING x_prop = prop CHANGING xy_obj = l_obj EXCEPTIONS internal_error = 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 RESOPROP or its description.