SAP Reports / Programs | Basis Components | Internationalization (I18N)(BC-I18) SAP BC

RSCP0105 SAP ABAP Report - Test with Translations







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


Text pool values


Title: Test with Translations
Text Symbol: 020 = Changes not permitted
Text Symbol: 021 = There was no data to save
Text Symbol: 022 = UPDATE TCPT1 error
Text Symbol: 023 = MODIFY TCPT1 error
Text Symbol: 024 = &1 entries inserted and &2 changed
Text Symbol: 025 = &1 changed lines
Text Symbol: 026 = Leave unchanged
Text Symbol: 027 = Changed Rows
Text Symbol: 028 = Status unchanged
Text Symbol: 029 = But logged on in "&1"
Text Symbol: 030 = Risk characters?
Text Symbol: 031 = Change all languages
Text Symbol: 032 = &1 sets changed
Text Symbol: 033 = &1 sets changed
Text Symbol: 034 = Texts unchanged


INCLUDES used within this REPORT RSCP0105

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:

POPUP_TO_CONFIRM_LOSS_OF_DATA CALL FUNCTION 'POPUP_TO_CONFIRM_LOSS_OF_DATA' EXPORTING TEXTLINE1 = MSG TEXTLINE2 = 'unverändert lassen'(026) TITEL = 'Geänderte Zeilen'(027) * START_COLUMN LIKE SY_CUCOL DEFAULT 25 * START_ROW LIKE SY-CUROW DEFAULT 6 IMPORTING ANSWER = YORN.

POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING *" DEFAULTOPTION DEFAULT 'Y' TEXTLINE1 = 'Alle Sprachen ändern'(031) TEXTLINE2 = MSG TITEL = 'Zeichen riskieren ?'(030) *" START_COLUMN LIKE SY-CUCOL DEFAULT 25 *" START_ROW LIKE SY-CUROW DEFAULT 6 IMPORTING ANSWER = YORN.

GET_PRINT_PARAMETERS call function 'GET_PRINT_PARAMETERS' * EXPORTING * ARCHIVE_ID = C_CHAR_UNKNOWN * ARCHIVE_INFO = C_CHAR_UNKNOWN * ARCHIVE_MODE = C_CHAR_UNKNOWN * ARCHIVE_TEXT = C_CHAR_UNKNOWN * AR_OBJECT = C_CHAR_UNKNOWN * ARCHIVE_REPORT = C_CHAR_UNKNOWN * AUTHORITY = C_CHAR_UNKNOWN * COPIES = C_NUM3_UNKNOWN * COVER_PAGE = C_CHAR_UNKNOWN * DATA_SET = C_CHAR_UNKNOWN * DEPARTMENT = C_CHAR_UNKNOWN * DESTINATION = C_CHAR_UNKNOWN * EXPIRATION = C_NUM1_UNKNOWN * IMMEDIATELY = C_CHAR_UNKNOWN * IN_ARCHIVE_PARAMETERS = ' ' * IN_PARAMETERS = ' ' * LAYOUT = C_CHAR_UNKNOWN * LINE_COUNT = C_INT_UNKNOWN * LINE_SIZE = C_INT_UNKNOWN * LIST_NAME = C_CHAR_UNKNOWN * LIST_TEXT = C_CHAR_UNKNOWN * MODE = ' ' * NEW_LIST_ID = C_CHAR_UNKNOWN * PROTECT_LIST = C_CHAR_UNKNOWN * NO_DIALOG = C_FALSE * RECEIVER = C_CHAR_UNKNOWN * RELEASE = C_CHAR_UNKNOWN * REPORT = C_CHAR_UNKNOWN * SAP_COVER_PAGE = C_CHAR_UNKNOWN * HOST_COVER_PAGE = C_CHAR_UNKNOWN * PRIORITY = C_NUM1_UNKNOWN * SAP_OBJECT = C_CHAR_UNKNOWN * TYPE = C_CHAR_UNKNOWN * USER = SY-UNAME * USE_OLD_LAYOUT = ' ' IMPORTING * OUT_ARCHIVE_PARAMETERS = OUT_PARAMETERS = l_pri_params VALID = l_valid EXCEPTIONS * ARCHIVE_INFO_NOT_FOUND = 1 * INVALID_PRINT_PARAMS = 2 * INVALID_ARCHIVE_PARAMS = 3 OTHERS = 4 .



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