RBUS1074 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 RBUS1074 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 BUS1074 : Redemption Schedule Quantity
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
BAPI_RSS_CREATE CALL FUNCTION 'BAPI_RSS_CREATE' EXPORTING REDEMPTIONSET = REDEMPTIONSET TESTRUN = TESTRUN IMPORTING SETNAME = OBJECT-KEY-SETNAME SECURITYNUMBER = OBJECT-KEY-SECURITYNUMBER TABLES RETURN = RETURN EXCEPTIONS OTHERS = 01.
BAPI_RSS_GET_LIST CALL FUNCTION 'BAPI_RSS_GET_LIST' EXPORTING SECURITYID = SECURITYID TABLES REDEMPTIONSETS = REDEMPTIONSETS RETURN = RETURN EXCEPTIONS OTHERS = 01.
BAPI_RSS_CHANGE_SCHEDULE CALL FUNCTION 'BAPI_RSS_CHANGE_SCHEDULE' EXPORTING SECURITYNUMBER = OBJECT-KEY-SECURITYNUMBER SETNAME = OBJECT-KEY-SETNAME VALIDFROM = VALIDFROM SCHEDULE = SCHEDULE TESTRUN = TESTRUN TABLES QUANTITY = QUANTITY PUBLICATIONDATE = PUBLICATIONDATE RETURN = RETURN REDEMPTIONS = REDEMPTIONS EXCEPTIONS OTHERS = 01.
BAPI_RSS_GET_DETAIL CALL FUNCTION 'BAPI_RSS_GET_DETAIL' EXPORTING SECURITYNUMBER = OBJECT-KEY-SECURITYNUMBER SETNAME = OBJECT-KEY-SETNAME NOREDEMPTIONS = NOREDEMPTIONS UNFIXEDSCHEDULE = UNFIXEDSCHEDULE LATESTSCHEDULE = LATESTSCHEDULE IMPORTING REDEMPTIONSET = REDEMPTIONSET TABLES SCHEDULES = SCHEDULES REDEMPTIONS = REDEMPTIONS REDEMPTIONCONDITIONS = REDEMPTIONCONDITIONS INTERESTCONDITIONS = INTERESTCONDITIONS RETURN = RETURN EXCEPTIONS OTHERS = 01.
BAPI_RSS_ADD_SCHEDULE CALL FUNCTION 'BAPI_RSS_ADD_SCHEDULE' EXPORTING SECURITYNUMBER = OBJECT-KEY-SECURITYNUMBER SETNAME = OBJECT-KEY-SETNAME SCHEDULE = SCHEDULE TESTRUN = TESTRUN TABLES REDEMPTIONS = REDEMPTIONS REDEMPTIONCONDITIONS = REDEMPTIONCONDITIONS INTERESTCONDITIONS = INTERESTCONDITIONS RETURN = RETURN EXCEPTIONS OTHERS = 01.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RBUS1074 - Program for Object Type BUS1074 : Redemption Schedule Quantity RBUS1074 - Program for Object Type BUS1074 : Redemption Schedule Quantity RBUS1073 - Program for Object Type BUS1073: PriceMarkdownPlan RBUS1073 - Program for Object Type BUS1073: PriceMarkdownPlan RBUS1072 - Program for Object Type BUS1072: Material Group RBUS1072 - Program for Object Type BUS1072: Material Group