SAP Reports / Programs

RFREXCHUOC SAP ABAP Report -







RFREXCHUOC 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 RFREXCHUOC 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

REXCHUOC2 - Change One-Time Conditions (Hungary)
REXCHUOC1 - Create One-Time Conditions (Hungary)


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 RFREXCHUOC. "Basic submit
SUBMIT RFREXCHUOC AND RETURN. "Return to original report after report execution complete
SUBMIT RFREXCHUOC 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: P_BUKRS = D .
Selection Text: P_DATUM = D .
Selection Text: P_H_TXT = D .
Selection Text: P_RECN = D .
Selection Text: S_DATVAL = D .
Title:
Text Symbol: BAC = Condition is not yet saved. Do you want to save?
Text Symbol: DBC = Distribution from Calculation
Text Symbol: DEL = Delete
Text Symbol: INS = Insert Condition
Text Symbol: MOR = More partners
Text Symbol: POS = Contract
Text Symbol: TES = Test Mode


INCLUDES used within this REPORT RFREXCHUOC

INCLUDE RFREXCHUOC_SEL_SCREEN.
INCLUDE RFREXCHUOC_F4.
INCLUDE RFREXCHUOC_GUI.
INCLUDE RFREXCHUOC_FORMS.


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 CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING text_question = text-bac display_cancel_button = ' ' IMPORTING answer = ld_answer.

CONVERSION_EXIT_IMKEY_INPUT CALL FUNCTION 'CONVERSION_EXIT_IMKEY_INPUT' EXPORTING input = rexcc_huoc_scr-objidentdist IMPORTING output = ld_imkey EXCEPTIONS OTHERS = 2.

RE_DECODE_IMKEY CALL FUNCTION 'RE_DECODE_IMKEY' EXPORTING i_imkey = ld_imkey IMPORTING e_viremaster = ls_viremaster EXCEPTIONS OTHERS = 3.

KE_PROFIT_CENTER_READ CALL FUNCTION 'KE_PROFIT_CENTER_READ' EXPORTING prctr = rexcc_huoc_scr-prctr bukrs = rexcc_huoc_scr-bukrs datum = sy-datum IMPORTING ktext = ld_prof_name EXCEPTIONS not_found = 1 missing_coarea_or_ccode = 2 OTHERS = 3.

OBJECT_NUMBER_READ_KS CALL FUNCTION 'OBJECT_NUMBER_READ_KS' EXPORTING kokrs = gv_kokrs kostl = rexcc_huoc_scr-kostl IMPORTING objnr = ld_partnerobjnr.

OBJECT_NUMBER_READ_OR CALL FUNCTION 'OBJECT_NUMBER_READ_OR' EXPORTING aufnr = rexcc_huoc_scr-aufnr IMPORTING objnr = ld_partnerobjnr.

LVC_FIELDCATALOG_MERGE CALL FUNCTION 'LVC_FIELDCATALOG_MERGE' EXPORTING i_buffer_active = ' ' i_structure_name = gc_structure_name CHANGING ct_fieldcat = gt_field_catalog 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 RFREXCHUOC or its description.