RFIDPL19 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 RFIDPL19 into the relevant SAP transactions such as SE38 or SE80
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: C_PRCTR = D .
Selection Text: DOD_RAP = D .
Selection Text: DOD_RAP2 = D .
Selection Text: D_KSIEG = D .
Selection Text: D_PRZEL = D .
Selection Text: D_STORNA = D .
Selection Text: KS_DATE = D .
Selection Text: N_PAKIET = D .
Selection Text: O_STORNA = D .
Selection Text: P1MA = D .
Selection Text: P1MAACC = Pos. Exch. Diff. Account
Selection Text: P1WN = D .
Selection Text: P1WNACC = Neg. Exch. Diff. Account
Selection Text: P2MA = D .
Selection Text: P2MAACC = Pos. Exch. Diff. Account
Selection Text: P_RTCUR_ = D .
Selection Text: P_RODZ = D .
Selection Text: P_RLDNR = D .
Selection Text: P_MONAT = D .
Selection Text: P_KURSWN = Exch.Rate Type for Debit Bal.
Selection Text: P_KURSMA = Exch.Rate Type for Credit Bal.
Selection Text: P_GJAHR = D .
Selection Text: P_GEN = D .
Selection Text: P_DATE = D .
Selection Text: P_BUKRS = D .
Selection Text: P_ACC_ = D .
Selection Text: P3WN = Posting Key for Debit Amounts
Selection Text: P3MA = Posting Key for Credit Amounts
Selection Text: P2WNACC = Neg. Exch. Diff. Account
Selection Text: P2WN = D .
Title: Foreign Currency Valuation of Cash Account Balances (Poland)
Text Symbol: J14 =
Text Symbol: J13 = differences
Text Symbol: J12 = exchange
Text Symbol: J11 = Reversal of unrealized
Text Symbol: I91 = Positive unrealized
Text Symbol: I13 = val. date
Text Symbol: I12 = exch. diff. for
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
NUMBER_OF_DAYS_PER_MONTH_GET CALL FUNCTION 'NUMBER_OF_DAYS_PER_MONTH_GET' EXPORTING par_month = data12 par_year = rok__ IMPORTING par_days = idatum.
FAGL_GET_GLT0 CALL FUNCTION 'FAGL_GET_GLT0' EXPORTING i_rldnr = p_rldnr i_rrcty = '0' i_bukrs = p_bukrs i_ryear = rok__ i_racct = p_acc i_rtcur = p_rtcur IMPORTING et_glt0 = t_glt0.
SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING text = v_text.
BDC_INSERT CALL FUNCTION 'BDC_INSERT' EXPORTING tcode = 'F-05' TABLES dynprotab = bdc_data.
SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING percentage = v_procent text = v_text.
FAGL_GET_GLT0 CALL FUNCTION 'FAGL_GET_GLT0' EXPORTING i_rldnr = p_rldnr i_rrcty = '0' i_bukrs = p_bukrs i_ryear = p_gjahr i_racct = p_acc i_rtcur = p_rtcur IMPORTING et_glt0 = t_glt0.
CONVERT_TO_LOCAL_CURRENCY CALL FUNCTION 'CONVERT_TO_LOCAL_CURRENCY' EXPORTING foreign_amount = v_saldo foreign_currency = p_rtcur local_currency = 'PLN' type_of_rate = v_type date = p_date IMPORTING exchange_rate = v_rate local_amount = v_wycena foreign_factor = mnoznik EXCEPTIONS no_rate_found = 1 OTHERS = 2.
BDC_OPEN_GROUP CALL FUNCTION 'BDC_OPEN_GROUP' EXPORTING client = sy-mandt group = n_pakiet user = sy-uname keep = 'X' EXCEPTIONS client_invalid = 1 destination_invalid = 2 group_invalid = 3 group_is_locked = 4 holddate_invalid = 5 internal_error = 6 queue_error = 7 running = 8 system_lock_error = 9 user_invalid = 10 OTHERS = 11.
BDC_CLOSE_GROUP CALL FUNCTION 'BDC_CLOSE_GROUP'.
CONVERT_DATE_TO_EXTERNAL CALL FUNCTION 'CONVERT_DATE_TO_EXTERNAL' EXPORTING date_internal = ks_date_1 IMPORTING date_external = data_ks_txt EXCEPTIONS date_internal_is_invalid = 1 OTHERS = 2.
FAGL_CHECK_GLFLEX_ACTIVE CALL FUNCTION 'FAGL_CHECK_GLFLEX_ACTIVE' IMPORTING e_glflex_active = lv_glflex_active 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.
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 RFIDPL19 or its description.
RFIDPL19 - Foreign Currency Valuation of Cash Account Balances (Poland) RFIDPL19 - Foreign Currency Valuation of Cash Account Balances (Poland) RFIDPL18 - Material Subledger (Poland) RFIDPL18 - Material Subledger (Poland) RFIDPL15_ALVLIST - Include RFIDPL15_ALVLIST RFIDPL15 - G/L Account Balances and Line Items (Poland)