SAP Reports / Programs | Default Risk and Limit System | Bank Components | Default Risk and Limit System(IS-B-RA-CL) SAP IS

RKLCOCUMIG SAP ABAP Report - Initial Loading of Assignment of Currency -> Country







RKLCOCUMIG is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Initial Loading of the Currency -> Country Assignment Table If national currencies already exist in the definition table for countries in the IMG, these are transferred to the assignment table for counterparty risk for the assignment of currencies to a country...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 RKLCOCUMIG into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

KLCOCUMIG - Initial Loading Assignmt Crcy->Cntry


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 RKLCOCUMIG. "Basic submit
SUBMIT RKLCOCUMIG AND RETURN. "Return to original report after report execution complete
SUBMIT RKLCOCUMIG 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: CHCK_EMP = Ignore Initial Currency
Selection Text: CHCK_TST = Test Run
Title: Initial Loading of Assignment of Currency -> Country
Text Symbol: 001 = The assignment table already contains data. The program cannot be run.
Text Symbol: 002 = Country
Text Symbol: 003 = Currency
Text Symbol: 004 = User has terminated the processing
Text Symbol: 005 = Start initial loading?
Text Symbol: 006 = Database was changed
Text Symbol: 007 = Entry with initial currency was not transferred


INCLUDES used within this REPORT RKLCOCUMIG

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_STEP call function 'POPUP_TO_CONFIRM_STEP' exporting defaultoption = 'N' textline1 = text-005 textline2 = text-006 titel = text-005 * START_COLUMN = 25 * START_ROW = 6 cancel_display = ' ' importing answer = g_answer .



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