SAP Reports / Programs

RGCORG00 SAP ABAP Report - DO NOT USE!!! Program has been retired!







RGCORG00 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This program automatically fills the assignment tables EWULC02 and EWULC03 for a conversion package...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 RGCORG00 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

GCEJ - Suggest FI-LC package assignment


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 RGCORG00. "Basic submit
SUBMIT RGCORG00 AND RETURN. "Return to original report after report execution complete
SUBMIT RGCORG00 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: SO_RLDNR = Ledger
Selection Text: SO_RCOMP = Company
Selection Text: PA_TEST = Test run
Selection Text: PA_RDFLG = Assign ledgers
Selection Text: PA_RCFLG = Assign companies
Selection Text: PA_PAKET = Package
Title: DO NOT USE!!! Program has been retired!
Text Symbol: 013 = Companies for conversion
Text Symbol: 012 = Ledger for conversn
Text Symbol: 011 = FI-LC pack.
Text Symbol: 010 = Choose
Text Symbol: 009 = Technical settings
Text Symbol: 008 = Upd. run
Text Symbol: 007 = Test run
Text Symbol: 006 = Valid package/company assignments
Text Symbol: 005 = Valid package/ledger assignments
Text Symbol: 004 = Pack.
Text Symbol: 003 = Select companies
Text Symbol: 002 = Select LC ledger
Text Symbol: 001 = Select LC package


INCLUDES used within this REPORT RGCORG00

INCLUDE RGCEUTOP.


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:

G_CURRENCY_FROM_CT_GET * call function 'G_CURRENCY_FROM_CT_GET' * exporting * ct = it_t881-curt2 * rldnr = it_t881-rldnr * importing * currency = it_ewulc02-gcurr.

GET_EUROCODES_CONVERSION_40 * call function 'GET_EUROCODES_CONVERSION_40' * importing * eurowaers = gd_curr_euro * exceptions * customizing_not_confirmed = 1 * others = 2.

EWU_GET_CURR_RCOMP * call function 'EWU_GET_CURR_RCOMP' * exporting * comp = it_t880-rcomp * importing ** status = * curr = it_ewulc03-curr * exceptions * others = 1.

LC_EURO_LISTE * call function 'LC_EURO_LISTE' * exporting * e_structure = v_tabname * e_text = v_text * e_no_header = con_x * tables * t_tab = it_posttab * t_display = it_display * changing * c_tab = it_tab.

MESSAGES_INITIALIZE * call function 'MESSAGES_INITIALIZE' * exporting * collect_and_send = space * reset = 'X'.

MESSAGE_STORE * call function 'MESSAGE_STORE' * exporting * arbgb = a_msg-msgid * msgty = a_msg-msgty * msgv1 = a_msg-msgv1 * msgv2 = a_msg-msgv2 * msgv3 = a_msg-msgv3 * msgv4 = a_msg-msgv4 * txtnr = a_msg-msgno.

MESSAGES_SHOW * call function 'MESSAGES_SHOW' * exporting * corrections_option = ' ' * object = ' ' * send_if_one = ' ' * show_linno = ' ' * exceptions * no_messages = 1.

POP_VALUE_REQUEST_EURO * call function 'POP_VALUE_REQUEST_EURO' * exporting * e_tabname = 'EWUPAK' * e_titel = text-001 * e_display = ' ' * importing * i_value = r_paket.

POP_VALUE_REQUEST_EURO * call function 'POP_VALUE_REQUEST_EURO' * exporting * e_tabname = 'EWULC01' * e_titel = text-002 * e_display = ' ' * importing * i_value = r_rldnr.

POP_VALUE_REQUEST_EURO * call function 'POP_VALUE_REQUEST_EURO' * exporting * e_tabname = 'T882C' * e_titel = text-003 * e_display = ' ' * importing * i_value = r_rcomp.

EWU_GET_CURR_RCOMP * call function 'EWU_GET_CURR_RCOMP' * exporting * comp = v_rcomp * importing * curr = r_curr * status = ld_status * exceptions * others = 1.



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