SAP Reports / Programs

RSREFILL SAP ABAP Report - Transport Translations Between Clients







RSREFILL is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for 1...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 RSREFILL 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 RSREFILL. "Basic submit
SUBMIT RSREFILL AND RETURN. "Return to original report after report execution complete
SUBMIT RSREFILL 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: DIRECT = Log Directory
Selection Text: FILLER = Supplementation Language
Selection Text: REFILL = Update Mode Ins./Repl.
Selection Text: SOURCE = Reference Language D/E ?
Selection Text: TABNAME = Table
Selection Text: TARGET = Language to Be Updated
Selection Text: TEST = Test Mode
Title: Transport Translations Between Clients


INCLUDES used within this REPORT RSREFILL

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:

STRF_SETNAME CALL FUNCTION 'STRF_SETNAME' EXPORTING * DIRTYPE = 'T' FILENAME = SPACE SUBDIR = SPACE IMPORTING FILE = DIRECT EXCEPTIONS WRONG_CALL = 1 OTHERS = 2.

TR_INITIALIZE_LOG_WITH_FILE CALL FUNCTION 'TR_INITIALIZE_LOG_WITH_FILE' EXPORTING FILE = FILE EXCEPTIONS WRONG_CALL = 1 OTHERS = 2.

SCC1_LOG_MSG_EXT_CLIENT_CP CALL FUNCTION 'SCC1_LOG_MSG_EXT_CLIENT_CP' EXPORTING ARBEITSGEBIET = 'TL' LEVEL = 1 MSG_NR = MESSID P1 = TL1 P2 = TL2 P3 = TL3 P4 = TL4 NEWOBJ = 'X' PROT_FILE = FILE CHANGING PROT_FLAG = PROT_FLAG EXCEPTIONS OTHERS = 0.

SCC1_LOG_MSG_EXT_CLIENT_CP CALL FUNCTION 'SCC1_LOG_MSG_EXT_CLIENT_CP' EXPORTING ARBEITSGEBIET = 'TL' LEVEL = 1 MSG_NR = MESSID P1 = TL1 P2 = TL2 P3 = TL3 P4 = TL4 PROT_FILE = FILE CHANGING PROT_FLAG = PROT_FLAG EXCEPTIONS OTHERS = 0.

SCC1_LOG_MSG_EXT_CLIENT_CP CALL FUNCTION 'SCC1_LOG_MSG_EXT_CLIENT_CP' EXPORTING ARBEITSGEBIET = 'TA' LEVEL = 1 MSG_NR = MESSID P1 = TL1 P2 = TL2 P3 = TL3 P4 = TL4 PROT_FILE = FILE CHANGING PROT_FLAG = PROT_FLAG EXCEPTIONS OTHERS = 0.

SCC1_LOG_MSG_EXT_CLIENT_CP CALL FUNCTION 'SCC1_LOG_MSG_EXT_CLIENT_CP' EXPORTING ARBEITSGEBIET = 'TL' LEVEL = 1 MSG_NR = MESSID P1 = TL1 P2 = TL2 P3 = TL3 P4 = TL4 PROT_FILE = FILE CHANGING PROT_FLAG = PROT_FLAG EXCEPTIONS OTHERS = 0.

SCC1_LOG_MSG_EXT_CLIENT_CP CALL FUNCTION 'SCC1_LOG_MSG_EXT_CLIENT_CP' EXPORTING ARBEITSGEBIET = 'TL' LEVEL = 1 MSG_NR = MESSID P1 = TL1 P2 = TL2 P3 = TL3 P4 = TL4 PROT_FILE = FILE CHANGING PROT_FLAG = PROT_FLAG EXCEPTIONS OTHERS = 0.

SCC1_LOG_MSG_EXT_CLIENT_CP CALL FUNCTION 'SCC1_LOG_MSG_EXT_CLIENT_CP' EXPORTING ARBEITSGEBIET = 'TL' LEVEL = 1 MSG_NR = MESSID P1 = TL1 P2 = TL2 P3 = TL3 P4 = TL4 PROT_FILE = FILE CHANGING PROT_FLAG = PROT_FLAG EXCEPTIONS OTHERS = 0.

SCC1_LOG_MSG_EXT_CLIENT_CP CALL FUNCTION 'SCC1_LOG_MSG_EXT_CLIENT_CP' EXPORTING ARBEITSGEBIET = 'TL' LEVEL = 1 MSG_NR = MESSID P1 = TL1 P2 = TL2 P3 = TL3 P4 = TL4 PROT_FILE = FILE CHANGING PROT_FLAG = PROT_FLAG EXCEPTIONS OTHERS = 0.

SCC1_LOG_MSG_EXT_CLIENT_CP CALL FUNCTION 'SCC1_LOG_MSG_EXT_CLIENT_CP' EXPORTING ARBEITSGEBIET = 'TL' LEVEL = 1 MSG_NR = MESSID P1 = TL1 P2 = TL2 P3 = TL3 P4 = TL4 PROT_FILE = FILE CHANGING PROT_FLAG = PROT_FLAG EXCEPTIONS OTHERS = 0.

SCC1_LOG_MSG_EXT_CLIENT_CP CALL FUNCTION 'SCC1_LOG_MSG_EXT_CLIENT_CP' EXPORTING ARBEITSGEBIET = 'TL' LEVEL = 1 MSG_NR = MESSID P1 = TL1 P2 = TL2 P3 = TL3 P4 = TL4 PROT_FILE = FILE CHANGING PROT_FLAG = PROT_FLAG EXCEPTIONS OTHERS = 0.

SCC1_LOG_MSG_EXT_CLIENT_CP CALL FUNCTION 'SCC1_LOG_MSG_EXT_CLIENT_CP' EXPORTING ARBEITSGEBIET = 'TL' LEVEL = 1 MSG_NR = MESSID P1 = TL1 P2 = TL2 P3 = TL3 P4 = TL4 PROT_FILE = FILE CHANGING PROT_FLAG = PROT_FLAG EXCEPTIONS OTHERS = 0.

SLRF_REFILL_TABLES CALL FUNCTION 'SLRF_REFILL_TABLES' EXPORTING REFILL = REFILL TESTMODE = TEST HARD_CHECK_DISABLED = OVERWRT QUELLSPRAS = SOURCE ZIELSPRAS = TARGET FUELLSPRAS = FILLER SOURCE_CLIENT = CLIENT TABNAME = TABNAME FILE = FILE EXCEPTIONS OTHERS = 0.

SCC1_LOG_MSG_EXT_CLIENT_CP CALL FUNCTION 'SCC1_LOG_MSG_EXT_CLIENT_CP' EXPORTING ARBEITSGEBIET = 'TL' LEVEL = 1 MSG_NR = MESSID P1 = TL1 P2 = TL2 P3 = TL3 P4 = TL4 PROT_FILE = FILE CHANGING PROT_FLAG = PROT_FLAG EXCEPTIONS OTHERS = 0.



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