SAP Reports / Programs | Basis Components | Change & Transport System | Client Copy(BC-CTS-CCO) SAP BC

RSCCPROT_UCOMMAND_ALV SAP ABAP INCLUDE - Include RSCCPROT_UCOMMAND_ALV







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


Text pool values


Title: Include RSCCPROT_UCOMMAND_ALV


INCLUDES used within this REPORT RSCCPROT_UCOMMAND_ALV

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:

SCC1_AUTH_CHECK_EXT_CLIENT_CP CALL FUNCTION 'SCC1_AUTH_CHECK_EXT_CLIENT_CP' IMPORTING CCCFLOW_LEVEL = CCCFLOW_LEVEL RIGHT_S_TABU_CLI = RIGHT_S_TABU_CLI * RIGHT_USER_GROUP = * RIGHT_USER_PROFILE = * RIGHT_USER_ROLE = * RIGHT_SYSTEM_TRANSPORT = * RIGHT_CREATE_TRANSPORT = .

POPUP_DISPLAY_TEXT_USER_BUTTON CALL FUNCTION 'POPUP_DISPLAY_TEXT_USER_BUTTON' EXPORTING * LANGUAGE = SY-LANGU POPUP_TITLE = 'Inkonsistenzen möglich'(024) START_COLUMN = 5 START_ROW = 10 * DOCU_CLASS = 'DT' TEXT_OBJECT = 'WARNING_OLD_CLIENT_COPY' * DISPLAY_OK_BUTTON = 'X' * DISPLAY_CANCEL_BUTTON = 'X' IMPORTING ANSWER = ANSWER TABLES * USER_BUTTONS = PARAMETER = SPARTAB EXCEPTIONS ERROR_IN_TEXT = 0 TEXT_NOT_FOUND = 0 OTHERS = 0 .

POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING DEFAULTOPTION = 'Y' TEXTLINE1 = TEXT * TEXTLINE2 = ' ' TITEL = TITLE * START_COLUMN = 25 * START_ROW = 6 CANCEL_DISPLAY = ' ' IMPORTING ANSWER = ANSWER .

SCCR_PERFORM_TABLE_COPY CALL FUNCTION 'SCCR_PERFORM_TABLE_COPY' EXPORTING PROFILE = CCPROF CCMODUS = CCMODUS CCSUPCOPY = CCSUPCOPY CCCOMFILE = DUMMY_COMFILE CCTABLIST = SPACE CCRESTART = CCRESTART QUELLMANDANT = CCCFLOW-SOURCEMAND PROF_PARM = CCPROFPARM IMPORTING RCOD = RCOD CHANGING TSTAMP = CCCFLOW-TSTAMP.

POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING DEFAULTOPTION = 'Y' TEXTLINE1 = 'Transaktion verlassen?'(023) * TEXTLINE2 = ' ' TITEL = 'Protokollauswertung'(022) * START_COLUMN = 25 * START_ROW = 6 CANCEL_DISPLAY = ' ' IMPORTING ANSWER = ANSWER.

POPUP_TO_DECIDE_WITH_MESSAGE CALL FUNCTION 'POPUP_TO_DECIDE_WITH_MESSAGE' EXPORTING * DEFAULTOPTION = '1' DIAGNOSETEXT1 = 'Sie brechen nun die Mandantenkopie ab.'(AB1)

SCCM_SET_PAR_CLICOP_OPTION CALL FUNCTION 'SCCM_SET_PAR_CLICOP_OPTION'.



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