RJF_ITEM is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Display open items and balances for a customer...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 RJF_ITEM into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
JF61 - List of Open Items and Balance
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.
Display Customer Line Items and Balance from Financial Accounting
Selection Text: BUKRS = Company Code
Selection Text: GPNR = Business Partner
Title: IS-M/SD: Display Open Items and Balance
Text Symbol: 007 = D/C
Text Symbol: 012 = (CREDIT)
Text Symbol: 001 = Bal.:
Text Symbol: 002 = (DEBIT)
Text Symbol: 003 = Document No.
Text Symbol: 004 = Document Date
Text Symbol: 005 = Curr.
Text Symbol: 006 = Amount
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
ISP_GP_READ CALL FUNCTION 'ISP_GP_READ' EXPORTING GPNR_IN = GPNR IMPORTING GP_OUT = GP_OUT EXCEPTIONS DELETED = 01 NOT_EXISTS = 02.
ISP_DEBITOR_READ CALL FUNCTION 'ISP_DEBITOR_READ' EXPORTING BUKR_IN = BUKRS GPNR_IN = GP_OUT-GPNR TABLES JKNA1 = KNA1_OUT JKNB1 = KNB1_OUT EXCEPTIONS NOT_EXISTS = 01.
ISP_GET_CONFIG_OF_EVENT CALL FUNCTION 'ISP_GET_CONFIG_OF_EVENT' EXPORTING I_APPKL = 'J' I_BUKRS = BUKRS I_EVENT = 'DEB011' IMPORTING E_LOGSYS = LV_LOGSYS E_RFNAME = LV_RFNAME.
ISP_NAME_READ CALL FUNCTION 'ISP_NAME_READ' EXPORTING GPNR_IN = GPNR IMPORTING GP_ALLG_ADRNR = ADRNR * NAME1 = * NAMEKURZ = NAMELANG = NAMEL EXCEPTIONS ADDRESS_NOT_FOUND = 01 GP_NOT_FOUND = 02 MISSING_INPUT = 03.
ISP_ADDRESS_READ CALL FUNCTION 'ISP_ADDRESS_READ' EXPORTING ADRNR_IN = ADRNR IMPORTING SADRWA_OUT = ADR_OUT EXCEPTIONS NOT_FOUND = 01.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RJF_ITEM - IS-M/SD: Display Open Items and Balance RJF_ITEM - IS-M/SD: Display Open Items and Balance RJF_ITALY_VAT - IS-M/SD: Report for VAT (Italy) RJF_ITALY_VAT - IS-M/SD: Report for VAT (Italy) RJF_GEN_PRICE_ALTERNATION_PROT - Display Log of Index Generation / Amortization Plans for Price Change RJF_GEN_PRICE_ALTERNATION_PROT - Display Log of Index Generation / Amortization Plans for Price Change