RBUS5115 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 RBUS5115 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 BUS5115 : Exposure Management
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
BAPI_TEM_EXPOSURE_CREATE CALL FUNCTION 'BAPI_TEM_EXPOSURE_CREATE' EXPORTING EXPOSUREID_IN = EXPOSUREIDIN EXPOSUREORIGIN_IN = EXPOSUREORIGININ LOGSYSTEM_IN = LOGSYSTEMIN EXPOSURE = EXPOSURE TESTRUN = TESTRUN IMPORTING RETURNEXPOSUREID = RETURNEXPOSUREID RETURNEXPOSUREORIGIN = RETURNEXPOSUREORIGIN RETURNLOGSYSTEM = RETURNLOGSYSTEM TABLES RETURN = RETURN EXCEPTIONS OTHERS = 01.
BAPI_TEM_EXPOSURE_CHANGE CALL FUNCTION 'BAPI_TEM_EXPOSURE_CHANGE' EXPORTING EXPOSUREID = OBJECT-KEY-EXPOSUREID EXPOSUREORIGIN = OBJECT-KEY-EXPOSUREORIGIN LOGSYSTEM = OBJECT-KEY-LOGSYSTEM EXPOSURE = EXPOSURE EXPOSUREX = EXPOSUREX TESTRUN = TESTRUN TABLES RETURN = RETURN EXCEPTIONS OTHERS = 01.
BAPI_TEM_EXPOSURE_DELETE CALL FUNCTION 'BAPI_TEM_EXPOSURE_DELETE' EXPORTING EXPOSUREID = OBJECT-KEY-EXPOSUREID EXPOSUREORIGIN = OBJECT-KEY-EXPOSUREORIGIN LOGSYSTEM = OBJECT-KEY-LOGSYSTEM TESTRUN = TESTRUN TABLES RETURN = RETURN EXCEPTIONS OTHERS = 01.
BAPI_TEM_EXPOSURE_RELEASE CALL FUNCTION 'BAPI_TEM_EXPOSURE_RELEASE' EXPORTING EXPOSUREID = OBJECT-KEY-EXPOSUREID EXPOSUREORIGIN = OBJECT-KEY-EXPOSUREORIGIN LOGSYSTEM = OBJECT-KEY-LOGSYSTEM TABLES RETURN = RETURN EXCEPTIONS OTHERS = 01.
BAPI_TEM_EXPOSURE_GETDETAIL CALL FUNCTION 'BAPI_TEM_EXPOSURE_GETDETAIL' EXPORTING EXPOSUREID = OBJECT-KEY-EXPOSUREID EXPOSUREORIGIN = OBJECT-KEY-EXPOSUREORIGIN LOGSYSTEM = OBJECT-KEY-LOGSYSTEM PROCESSINGSTATE = PROCESSINGSTATE IMPORTING RETURNEXPOSURE = RETURNEXPOSURE TABLES RETURN = RETURN EXCEPTIONS OTHERS = 01.
BAPI_TEM_EXPOS_GETLIST CALL FUNCTION 'BAPI_TEM_EXPOS_GETLIST' EXPORTING PROCESSINGSTATE = PROCESSINGSTATE TABLES RETURN = RETURN RETURNEXPOSURE = RETURNEXPOSURE RANGE_TRANS_CATEGORY_IN = RANGETRANSCATEGORYIN RANGE_ATTRIBUTE6_IN = RANGEATTRIBUTE6IN RANGE_ATTRIBUTE5_IN = RANGEATTRIBUTE5IN RANGE_ATTRIBUTE4_IN = RANGEATTRIBUTE4IN RANGE_ATTRIBUTE3_IN = RANGEATTRIBUTE3IN RANGE_ATTRIBUTE2_IN = RANGEATTRIBUTE2IN RANGE_ATTRIBUTE1_IN = RANGEATTRIBUTE1IN RANGE_CURRENCY_ISO_IN = RANGECURRENCYISOIN RANGE_CURRENCY_IN = RANGECURRENCYIN RANGE_COUNTRY_ISO_IN = RANGECOUNTRYISOIN RANGE_COUNTRY_IN = RANGECOUNTRYIN RANGE_COMPANY_CODE_IN = RANGECOMPANYCODEIN RANGE_SIGN_IN = RANGESIGNIN RANGE_DUEDATE_IN = RANGEDUEDATEIN RANGE_YEAR_IN = RANGEYEARIN RANGE_PERIOD_IN = RANGEPERIODIN RANGE_LOGSYSTEM_IN = RANGELOGSYSTEMIN RANGE_ORIGIN_IN = RANGEORIGININ 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.
RBUS5115 - Program for Object Type BUS5115 : Exposure Management RBUS5115 - Program for Object Type BUS5115 : Exposure Management RBUS5108 - Program for Object Type BUS5108 : CO Transaction RBUS5108 - Program for Object Type BUS5108 : CO Transaction RBUS5107 - Program for Object Type BUS5107 : IR Transactions RBUS5107 - Program for Object Type BUS5107 : IR Transactions