RECPROP is a standard ABAP INCLUDE 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 RECPROP 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 ISUPROP: Owner
Text Symbol: 001 = Property
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
ISU_S_PROPERTY_CREATE CALL FUNCTION 'ISU_S_PROPERTY_CREATE' EXPORTING x_property = l_auto-epropd-property x_keydate = l_auto-epropd-keydate x_prorate = gc_x x_upd_online = gc_x * X_NO_DIALOG = * X_TESTRUN = x_auto = l_auto IMPORTING * Y_DB_UPDATE = * Y_NEW_PROPERTY = y_exit_type = l_exit_type y_new_acb = l_acb EXCEPTIONS existing = 1 foreign_lock = 2 not_authorized = 3 number_error = 4 general_fault = 5 input_error = 6 OTHERS = 7.
ISU_S_PROPERTY_CHANGE CALL FUNCTION 'ISU_S_PROPERTY_CHANGE' EXPORTING x_property = l_property x_keydate = l_keydate x_prorate = gc_x x_upd_online = gc_x x_no_other = gc_x * IMPORTING * Y_EXIT_TYPE = * Y_NEW_ACB = EXCEPTIONS not_found = 1 foreign_lock = 2 not_authorized = 3 reversed = 4 OTHERS = 99.
ISU_S_PROPERTY_DISPLAY CALL FUNCTION 'ISU_S_PROPERTY_DISPLAY' EXPORTING x_property = l_property x_keydate = l_keydate x_upd_online = gc_x x_no_change = gc_x x_no_other = gc_x * IMPORTING * Y_DB_UPDATE = * Y_EXIT_TYPE = * Y_NEW_ACB = EXCEPTIONS not_found = 1 not_authorized = 2 general_fault = 3 OTHERS = 4.
ISU_S_PROPERTY_REVERSE CALL FUNCTION 'ISU_S_PROPERTY_REVERSE' EXPORTING x_property = l_property x_upd_online = gc_x x_no_dialog = gc_x * X_OBJ = * X_TESTRUN = * IMPORTING * Y_DB_UPDATE = * Y_EXIT_TYPE = * Y_NEW_ACB = EXCEPTIONS not_found = 1 foreign_lock = 2 not_authorized = 3 reversed = 4 OTHERS = 99.
ISU_S_PROPERTY_CHANGE CALL FUNCTION 'ISU_S_PROPERTY_CHANGE' EXPORTING x_property = l_property x_keydate = l_keydate x_upd_online = gc_x x_no_dialog = gc_x x_auto = l_auto IMPORTING y_new_acb = l_acb EXCEPTIONS not_found = 1 foreign_lock = 2 not_authorized = 3 reversed = 4 OTHERS = 99.
ISU_S_PROPERTY_CHANGE CALL FUNCTION 'ISU_S_PROPERTY_CHANGE' EXPORTING x_property = l_property x_keydate = l_keydate x_upd_online = gc_x x_no_dialog = gc_x x_auto = l_auto IMPORTING y_new_acb = l_acb EXCEPTIONS not_found = 1 foreign_lock = 2 not_authorized = 3 reversed = 4 installation_mismatch = 5 OTHERS = 99.
ISU_DB_EPROPH_SELECT_ALL CALL FUNCTION 'ISU_DB_EPROPH_SELECT_ALL' EXPORTING x_property = object-key-number x_keydate = sy-datum TABLES t_eproph = lt_eproph EXCEPTIONS not_found = 1 OTHERS = 2.
BAPI_ISUPROP_CREATEFROMDATA CALL FUNCTION 'BAPI_ISUPROP_CREATEFROMDATA' EXPORTING testrun = testrun prorate = prorate propertydata = propertydata keydate = keydate property = property IMPORTING property_number = propertynumber TABLES installations = installations return = return.
BAPI_ISUPROP_CHANGE CALL FUNCTION 'BAPI_ISUPROP_CHANGE' EXPORTING testrun = testrun prorate = prorate propertydatax = propertydatax property = object-key-number keydate = keydate propertydata = propertydata TABLES installations_add = installationsadd installations_remove = installationsremove return = return.
BAPI_ISUPROP_GETDETAIL CALL FUNCTION 'BAPI_ISUPROP_GETDETAIL' EXPORTING property = object-key-number keydate = keydate IMPORTING propertydata = propertydata TABLES installations = installations return = return.
BAPI_ISUPROP_CANCEL CALL FUNCTION 'BAPI_ISUPROP_CANCEL' EXPORTING property = object-key-number testrun = testrun TABLES return = return.
ISU_PROPERTY_DESCRIPTION_DETER CALL FUNCTION 'ISU_PROPERTY_DESCRIPTION_DETER' EXPORTING x_property = object-key-number IMPORTING y_shorttext = object-shorttext EXCEPTIONS not_found = 1 system_error = 2 OTHERS = 3.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RECPROP - Program for Object Type ISUPROP: Owner RECPROP - Program for Object Type ISUPROP: Owner RECPCVF2 - EC-PCA: Forms for Preliminary Steps to CO Plan Data Transfer RECPCV20 - EC-PCA: CO Plan Data Transfer: Preliminary Steps RECPCST2 - EC-PCA: Post CO Plan Data: Control RECPCSL2 - EC-PCA: Data Selection for CO Plan Data Transfer