RFKORDP1 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 payment notices 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 RFKORDP1 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: P_SCRIPT = SAPScript Form
Selection Text: RBELNR = Document Number
Selection Text: RBUKRS = Company Code
Selection Text: RDATUM = Date of Request
Selection Text: RERLDT = Repeat Printout From
Selection Text: REVENT = Correspondence
Selection Text: RFEXNR = External Number
Selection Text: RFNUMBER = No New Numbers
Selection Text: RFORID = Form Set
Selection Text: RFRANGE = Lot Number
Selection Text: RFREPR = Reprint Receipt Number
Selection Text: RGJAHR = Fiscal Year
Selection Text: RINDKO = Individual Correspondence
Selection Text: RSPRAS = Language Key
Selection Text: RTKOID = Sender Details
Selection Text: RUSNAM = User name
Selection Text: RUZEIT = Time of Request
Selection Text: RXAPOS = Cleared Items
Selection Text: RXBKOR = Data from Trigger Table
Selection Text: RXDIFA = Output Only for Difference
Selection Text: RXOPOS = Reply
Selection Text: SELNON = Non-VAT Tax Codes
Selection Text: SELVAT = VAT Tax Codes
Selection Text: SORTVK = Sort Var. for Correspondence
Selection Text: SORTVP = Sort Var. for Clg & Open Items
Selection Text: SORTVP2 = Sort Var. for Part Payments
Selection Text: STATBL = Noted Items
Selection Text: TDDEST = Output to Printer
Selection Text: UMSKA = Special G/L Indicator
Selection Text: UMSKZ = Special G/L Indicator
Selection Text: RBUPLA = D .
Selection Text: P_ADOBE = PDF Form
Selection Text: PRDEST = Log to Printer
Selection Text: KODAT02 = Date 2 in Notice
Selection Text: KODAT01 = Date 1 in Notice
Selection Text: KAGZA = No Cleared Payments
Selection Text: FBELG = Follow-On Document
Selection Text: BSCHL = Posting Key
INCLUDE RFKORI00.
INCLUDE RFKORI01.
INCLUDE RFKORIPH.
INCLUDE RFKORI13PH.
No SAP DATABASE tables are accessed within this REPORT code!
POPUP_DISPLAY_TEXT CALL FUNCTION 'POPUP_DISPLAY_TEXT' EXPORTING popup_title = 'HELP' text_object = 'PH_RFKORDP1_ACT' EXCEPTIONS text_not_found = 1 OTHERS = 2.
START_FORM * CALL FUNCTION 'START_FORM' * EXPORTING FORM = SAVE_FORM * LANGUAGE = LANGUAGE * STARTPAGE = STARTPAGE * IMPORTING LANGUAGE = LANGUAGE * EXCEPTIONS FORM = 5.
START_FORM * CALL FUNCTION 'START_FORM' * EXPORTING FORM = SAVE_FORM * LANGUAGE = LANGUAGE * STARTPAGE = STARTPAGE * 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.
FI_ONETIMEACNT_RECEIVER_DECODE
CALL FUNCTION 'FI_ONETIMEACNT_RECEIVER_DECODE' EXPORTING i_cpdvs = cpdvs IMPORTING e_empfg = bsec-empfg.
FI_ONETIMEACNT_RECEIVER_DECODE CALL FUNCTION 'FI_ONETIMEACNT_RECEIVER_DECODE' EXPORTING i_cpdvs = cpdvs IMPORTING e_empfg = bsec-empfg.
CORRESPONDENCE_GET_LEADING_CC CALL FUNCTION 'CORRESPONDENCE_GET_LEADING_CC' EXPORTING i_bukrs = bkpf-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.
CORRESPONDENCE_GET_DEPEND_CC CALL FUNCTION 'CORRESPONDENCE_GET_DEPEND_CC' EXPORTING i_bukrs = hdbukrs TABLES t_bukrs = dbukrs.
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 RFKORDP1 or its description.
RFKORDP1 - Printout of Official Receipts After Payment (Philippines) RFKORDP1 - Printout of Official Receipts After Payment (Philippines) RFKORDJ4 - Print Program: Statement of Account (Period. Billing) RFKORDJ4 - Print Program: Statement of Account (Period. Billing) RFKORDJ3 - Receipt - Cleared (Japan) RFKORDJ3 - Receipt - Cleared (Japan)