RFKORDP3 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This program prints customer statements and open item lists as letters for customers and vendors...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 RFKORDP3 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: RART-SK1 = Sort by Cash Discount Date 1
Selection Text: RART-SK2 = Sort by Cash Discount Date 3
Selection Text: RART-UEB = Sort by Number of Days Overdue
Selection Text: RAUGBL = No Cleared Items
Selection Text: RBUKRS = Company Code
Selection Text: RDATAR = Key Date Type
Selection Text: RDATUM = Date of Request
Selection Text: RERLDT = Repeat Printout From
Selection Text: REVENT = Correspondence
Selection Text: RFORID = Form Set
Selection Text: RINDKO = Individual Correspondence
Selection Text: RKOART = Account Type
Selection Text: RKONTO = Account
Selection Text: RSALDO = Balance in Local Currency
Selection Text: RSPRAS = Language Key
Selection Text: RTKOID = Sender Details
Selection Text: RUSNAM = User
Selection Text: RUZEIT = Time of Request
Selection Text: RVZTAG = Arrears for Clearing
Selection Text: RXAVIS = Create Payment Advice Note
Selection Text: RXBKOR = Data from Trigger Table
Selection Text: RXBUKR = Individual Request
Selection Text: RXDEZV = Decentralized Processing
Selection Text: RXKPOS = Statement also Without Items
Selection Text: RXOPOL = Open Item List
Selection Text: RXVERR = Clearing
Selection Text: RZLSCH = Form ID for Payment Medium
Selection Text: SORTVK = Sort Var. for Correspondence
Selection Text: SORTVP = Sort Var. for Open Item List
Selection Text: SORTVP2 = Sort Var. for Clearing Trans.
Selection Text: STATBL = Noted Items
Selection Text: TDDEST = Output to Printer
Selection Text: UMSKZ = Special G/L Indicator
Selection Text: VOREBL = Parked Documents
Selection Text: RART-NET = Sort by Net Due Date
Selection Text: RART-ALT = Sort Documents by Age
Selection Text: P_SCRIPT = SAPscript Form
Selection Text: P_ADOBE = PDF-Based Print Form
INCLUDE RFKORI00.
INCLUDE RFKORI02P3.
No SAP DATABASE tables are accessed within this REPORT code!
START_FORM * CALL FUNCTION 'START_FORM' * EXPORTING FORM = SAVE_FORM * LANGUAGE = LANGUAGE * STARTPAGE = 'FIRST' * IMPORTING LANGUAGE = LANGUAGE * EXCEPTIONS FORM = 5.
START_FORM * CALL FUNCTION 'START_FORM' * EXPORTING FORM = SAVE_FORM * LANGUAGE = LANGUAGE * STARTPAGE = 'FIRST' * IMPORTING LANGUAGE = LANGUAGE * EXCEPTIONS FORM = 5.
CORRESPONDENCE_GET_DEPEND_CC CALL FUNCTION 'CORRESPONDENCE_GET_DEPEND_CC' EXPORTING i_bukrs = hdbukrs TABLES t_bukrs = dbukrs.
CORRESPONDENCE_GET_LEADING_CC CALL FUNCTION 'CORRESPONDENCE_GET_LEADING_CC' EXPORTING i_bukrs = knb1-bukrs IMPORTING e_bukrs = save_bukrs.
CORRESPONDENCE_GET_LEADING_CC CALL FUNCTION 'CORRESPONDENCE_GET_LEADING_CC' EXPORTING i_bukrs = lfb1-bukrs IMPORTING e_bukrs = save_bukrs.
CORRESPONDENCE_TEXT CALL FUNCTION 'CORRESPONDENCE_TEXT' EXPORTING i_bukrs = hhead-hdbukrs i_event = revent i_spras = rspras IMPORTING e_function = hfunktion e_tdname = htdname e_tdspras = htdspras e_thead = htheader TABLES lines = htlines EXCEPTIONS no_event_found = 02 no_spras = 06.
SAVE_TEXT CALL FUNCTION 'SAVE_TEXT' EXPORTING header = htheader * INSERT = 'X' savemode_direct = 'X' IMPORTING newheader = htheader TABLES lines = htlines.
DETERMINE_DUE_DATE CALL FUNCTION 'DETERMINE_DUE_DATE' EXPORTING i_faede = faede IMPORTING e_faede = faede EXCEPTIONS OTHERS = 1.
DETERMINE_DUE_DATE CALL FUNCTION 'DETERMINE_DUE_DATE' EXPORTING i_faede = faede IMPORTING e_faede = faede EXCEPTIONS OTHERS = 1.
DETERMINE_DUE_DATE CALL FUNCTION 'DETERMINE_DUE_DATE' EXPORTING i_faede = faede IMPORTING e_faede = faede EXCEPTIONS OTHERS = 1.
DETERMINE_DUE_DATE CALL FUNCTION 'DETERMINE_DUE_DATE' EXPORTING i_faede = faede IMPORTING e_faede = faede EXCEPTIONS OTHERS = 1.
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 RFKORDP3 or its description.
RFKORDP3 - Printout of Customer Statements (Philippines) RFKORDP3 - Printout of Customer Statements (Philippines) RFKORDP2 - Printout of Official Receipts Before Payment (Philippines) RFKORDP2 - Printout of Official Receipts Before Payment (Philippines) RFKORDP1 - Printout of Official Receipts After Payment (Philippines) RFKORDP1 - Printout of Official Receipts After Payment (Philippines)