SAP Reports / Programs

RBUS5115 SAP ABAP Report - Program for Object Type BUS5115 : Exposure Management







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


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 RBUS5115. "Basic submit
SUBMIT RBUS5115 AND RETURN. "Return to original report after report execution complete
SUBMIT RBUS5115 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 BUS5115 : Exposure Management


INCLUDES used within this REPORT RBUS5115

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:

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.



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