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
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)
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.
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
INCLUDE RFREXCHUOC_SEL_SCREEN.
INCLUDE RFREXCHUOC_F4.
INCLUDE RFREXCHUOC_GUI.
INCLUDE RFREXCHUOC_FORMS.
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RFREXCHUOC - RFREXCHUOC - RFREXCHUINV - Check Report for Non-Invoiced/Printed Documents (Hungary) RFREXCHUINV - Check Report for Non-Invoiced/Printed Documents (Hungary) RFREXCFR_ARCH_WRI - Archiving of Transactional Data: Write (France) RFREXCFR_ARCH_WRI - Archiving of Transactional Data: Write (France)