SAP Reports / Programs | Financial Accounting(FI) SAP FI

RFKORD00_PDF SAP ABAP Report - Print Program: Payment Notice







RFKORD00_PDF 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 RFKORD00_PDF into the relevant SAP transactions such as SE38 or SE80


ABAP code to call this SAP report using the submit statement

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.






SUBMIT RFKORD00_PDF. "Basic submit
SUBMIT RFKORD00_PDF AND RETURN. "Return to original report after report execution complete
SUBMIT RFKORD00_PDF VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Selection Text: RIMMD = ?...(RIMMD)
Selection Text: UMSKZ = Special G/L Indicator
Selection Text: UMSKA = Special G/L Indicator
Selection Text: TDDEST = Output to Printer
Selection Text: STATBL = Noted Items
Selection Text: SORTVP2 = Res.item and part.pmnt sorting
Selection Text: SORTVP = Sort Var. for Clg & Open Items
Selection Text: SORTVK = Sort Correspondence
Selection Text: RXOPOS = Reply
Selection Text: RXDIFA = Output Only for Difference
Selection Text: RXBKOR = Data from Trigger Table
Selection Text: RXAPOS = Cleared Items
Selection Text: RUZEIT = Time of Request
Selection Text: RUSNAM = User
Selection Text: RTKOID = Sender Details
Selection Text: RSPRAS = Language Key
Selection Text: RINDKO = Individual Correspondence
Selection Text: RGJAHR = Fiscal Year
Selection Text: RFORID = Form Set
Selection Text: REVENT = Correspondence
Selection Text: RERLDT = Repeat Printout From
Selection Text: RDATUM = Date of Request
Selection Text: RBUKRS = Company Code
Selection Text: RBELNR = Document Number
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
Selection Text: AGPNB = No Error when Clearing
Title: Print Program: Payment Notice
Text Symbol: 205 = Error List
Text Symbol: 204 = Payment Notice
Text Symbol: 203 = Name is Missing in Logon Language
Text Symbol: 202 = CC Correspondence Spool No./Fax ID Title/Fax No. .. Output Pages..
Text Symbol: 201 = Overview of Generated Output Requests
Text Symbol: 200 = Log





Text Symbol: 111 = Print Imm.
Text Symbol: 110 = Output to Printer


INCLUDES used within this REPORT RFKORD00_PDF

INCLUDE RFKORI00.
INCLUDE RFKORI01.
INCLUDE RFKORI01PDF.


TABLES used within REPORT and the associated SELECT statement:

No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

START_FORM * CALL FUNCTION 'START_FORM' * EXPORTING FORM = SAVE_FORM * LANGUAGE = LANGUAGE * STARTPAGE = STARTPAGE * 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.



Contribute (Add Comments)

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 RFKORD00_PDF or its description.