SAP Reports / Programs | Basis Components | Use Subcomponents | Background Processing(BC-CCM-BTC) SAP BC

BTC_OPTIONS_SET SAP ABAP Report - Set Options for Background Processing







BTC_OPTIONS_SET 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 BTC_OPTIONS_SET 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 BTC_OPTIONS_SET. "Basic submit
SUBMIT BTC_OPTIONS_SET AND RETURN. "Return to original report after report execution complete
SUBMIT BTC_OPTIONS_SET VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Selection Text: WKIM_ON = On
Selection Text: WKIM_OFF = Off
Selection Text: WKEV_ON = On
Selection Text: WKEV_OFF = Off
Selection Text: WAUT_ON = On
Selection Text: WAUT_OFF = Off
Selection Text: VND_ON = On
Selection Text: VND_OFF = Off
Selection Text: TRANS = Transport Changes
Selection Text: SMX_ON = On
Selection Text: SMX_OFF = Off
Selection Text: NOLIMIT = Send Entire Spool Lists
Selection Text: LCA_ON = On
Selection Text: LCA_OFF = Off
Selection Text: LAST = Last Line to Be Sent
Selection Text: FIRST = First Line to Be Sent
Selection Text: EPA_ON = On
Selection Text: EPA_OFF = Off
Title: Set Options for Background Processing
Text Symbol: 204 = Negative values are not permitted.
Text Symbol: 203 = "Reset Cache Settings" button
Text Symbol: 202 = Transaction SPAD -> Full Administration -> Goto -> Cache Control ->
Text Symbol: 201 = Execute the Following Action After Importing into Target System:
Text Symbol: 200 = Information:
Text Symbol: 100 = To change, select the desired option and execute the program.
Text Symbol: 008 = Line Restriction when Sending Spool Lists (SAP Note 329537)
Text Symbol: 007 = Restrict SMX Display to Your Own client (Note 1458243)
Text Symbol: 006 = Only display variants from general input help (SAP Note 136273)
Text Symbol: 005 = Other authorization check for external command at runtime (SAP Note 859104)
Text Symbol: 004 = Other authorization check for external command during scheduling (SAP Note 854060)
Text Symbol: 003 = Job release from wizard for non-administrators (SAP Note 568963)
Text Symbol: 002 = Sort event-controlled jobs after time-controlled jobs (SAP Note 564391)
Text Symbol: 001 = Sort jobs with immediate start after time-controlled jobs (SAP Note 564391)


INCLUDES used within this REPORT BTC_OPTIONS_SET

INCLUDE BTCOPT.
INCLUDE LBTCHDEF.


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:

RSPO_OPTION_GET CALL FUNCTION 'RSPO_OPTION_GET' EXPORTING name = btc_firstline IMPORTING int_value = first.

RSPO_OPTION_GET CALL FUNCTION 'RSPO_OPTION_GET' EXPORTING name = btc_lastline IMPORTING int_value = last.

RSPO_OPTION_GET CALL FUNCTION 'RSPO_OPTION_GET' EXPORTING name = p * DEFAULT_VALUE = IMPORTING * value = cached_value int_value = cached_value.

RSPO_OPTION_FLUSH CALL FUNCTION 'RSPO_OPTION_FLUSH' EXPORTING name = '*' EXCEPTIONS call_error = 1 operation_failed = 2 OTHERS = 3.

TR_OBJECTS_CHECK CALL FUNCTION 'TR_OBJECTS_CHECK' TABLES wt_ko200 = lt_ko200 EXCEPTIONS cancel_edit_other_error = 01 show_only_other_error = 02.

TR_OBJECTS_INSERT CALL FUNCTION 'TR_OBJECTS_INSERT' TABLES wt_ko200 = lt_ko200 wt_e071k = lt_e071k EXCEPTIONS cancel_edit_other_error = 1 show_only_other_error = 2.

POPUP_TO_INFORM CALL FUNCTION 'POPUP_TO_INFORM' EXPORTING titel = 'Information'(200) txt1 = text-201 txt2 = text-202 txt3 = text-203.



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