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

RECPROP SAP ABAP INCLUDE - Program for Object Type ISUPROP: Owner







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


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 RECPROP. "Basic submit
SUBMIT RECPROP AND RETURN. "Return to original report after report execution complete
SUBMIT RECPROP 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 ISUPROP: Owner
Text Symbol: 001 = Property


INCLUDES used within this REPORT RECPROP

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



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