SAP Reports / Programs | Basis Components | Installation Tools(BC-INS) SAP BC

INST_BCCUST_START SAP ABAP Report - SAP Installation: Customizing (Basic Settings)







INST_BCCUST_START is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Call Installation Reports The reports to be executed as part of a Smart Implementation should be called via a common interface...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter INST_BCCUST_START 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 INST_BCCUST_START. "Basic submit
SUBMIT INST_BCCUST_START AND RETURN. "Return to original report after report execution complete
SUBMIT INST_BCCUST_START 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: COMP = Software Component
Selection Text: SELNR = Procedure number
Title: SAP Installation: Customizing (Basic Settings)
Text Symbol: E10 = Component & is not supported
Text Symbol: T01 = Software Component
Text Symbol: T02 = Selected Installation Reports
Text Symbol: E04 = INSTPARA incomplete:
Text Symbol: 001 = Check execution for
Text Symbol: 002 = Start execution for
Text Symbol: 003 = Check authorization for
Text Symbol: E01 = Checks failed:
Text Symbol: E02 = No authorization:
Text Symbol: E03 = Parameters incomplete:


INCLUDES used within this REPORT INST_BCCUST_START

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:

UPG_GET_COMPONENT_RELEASES * CALL FUNCTION 'UPG_GET_COMPONENT_RELEASES' * TABLES * TT_CVERS = TT_CVERS * EXCEPTIONS * NO_RELEASE_FOUND = 1 * COMPONENT_RELEASE_NOT_FOUND = 2 * OTHERS = 3.

AUTHORITY_CHECK * CALL FUNCTION 'AUTHORITY_CHECK' * EXPORTING * FIELD1 = ' ' * FIELD2 = ' ' * FIELD3 = ' ' * OBJECT = S_INSTCNTL-INSTAUTH * USER = SY-UNAME * VALUE1 = ' ' * VALUE2 = ' ' * VALUE3 = ' ' * EXCEPTIONS * USER_DONT_EXIST = 1 * USER_IS_AUTHORIZED = 2 * USER_NOT_AUTHORIZED = 3 * USER_IS_LOCKED = 4 * OTHERS = 5.

RS_REFRESH_FROM_SELECTOPTIONS * CALL FUNCTION 'RS_REFRESH_FROM_SELECTOPTIONS' * EXPORTING * CURR_REPORT = S_INSTCNTL-INSTPROG * TABLES * SELECTION_TABLE = T_SELTAB * EXCEPTIONS * NOT_FOUND = 1 * NO_REPORT = 2 * OTHERS = 3.

TR_WRITE_LOG * CALL FUNCTION 'TR_WRITE_LOG' * EXPORTING * IV_LOG_TYPE = 'MEMORY' * IV_LOGNAME_MEMORY = 'CUSTOM_LOG' * TABLES * IT_MSGS = T_PROTTAB * EXCEPTIONS * INVALID_INPUT = 1 * FILE_ACCESS_ERROR = 2 * DB_ACCESS_ERROR = 3 * OTHERS = 4.

INST_SET_RETURN * CALL FUNCTION 'INST_SET_RETURN' * EXPORTING * RESULT = RESULT_RC * RESULT_TEXT = RESULT_TEXT * RESULT_REPORT = S_INSTCNTL-INSTPROG * EXCEPTIONS * OTHERS = 1.

SAPGUI_PROGRESS_INDICATOR * CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' * EXPORTING * TEXT = MTEXT.



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