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
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.
Title: Program for Object Type WASTEPROP: Property
Text Symbol: S00 = Property
Text Symbol: N02 = Change
Text Symbol: N01 = Create
Text Symbol: N00 = Display
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RESOPROP - Program for Object Type WASTEPROP: Property RESOPROP - Program for Object Type WASTEPROP: Property RESOPROF - Program for Object Type ISUPROFILE: Profile in IS-U RESOPROF - Program for Object Type ISUPROFILE: Profile in IS-U RESOPREM - Program for Object Type PREMISES: Premise RESOPREM - Program for Object Type PREMISES: Premise