RFKORS10 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for The report selects the vendors for whom standard letters are to be output and creates corresponding requests in the table for correspondence requests in accounting...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 RFKORS10 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: FB1QSZDT = Withh.tax exemptn cert.validty
Selection Text: FB1QSSKZ = Code for withholding tax
Selection Text: FB1MINDK = Minority indicator
Selection Text: FB1MGRUP = Dunning grouping
Selection Text: FB1LOEVM = Delete flag for company code
Selection Text: FB1LNRZE = Head office
Selection Text: FB1LNRZB = Alternative payer
Selection Text: FB1KVERM = Account memo
Selection Text: FB1KULTG = Cashed checks duration
Selection Text: FB1HBKID = House bank
Selection Text: FB1FDGRV = Cash management group
Selection Text: FB1ERNAM = Entry in company code
Selection Text: FB1ERDAT = Creation date in company code
Selection Text: FB1EIKTO = Account at customer
Selection Text: FB1DATLZ = Date of last interest calc.
Selection Text: FB1BUSAB = Accounting clerk
Selection Text: FB1BLNKZ = Preference indicator
Selection Text: FB1BEGRU = Authorization group in co.code
Selection Text: FB1ALTKN = Old master record number
Selection Text: FB1AKONT = Reconciliation account
Selection Text: FA1XZEMP = Alternative payee in document
Selection Text: FA1VBUND = Trading partner
Selection Text: FA1TELX1 = Telex number
Selection Text: FA1TELTX = Teletext number
Selection Text: FA1TELFX = Fax Number
Selection Text: FA1TELF2 = 2nd telephone number
Selection Text: FB1QSZNR = Withh.tax exemptn cert.number
Selection Text: UMSPER = Sales period
Selection Text: UMSATZ = Sales
Selection Text: RXBUKR = Individual request
Selection Text: RSTEXT = Text name
Selection Text: RSTDID = Text ID
Selection Text: RSPRAS = Language
Selection Text: RSHBKZ = Special G/L indicator
Selection Text: REVENT = Correspondence
Selection Text: PRDEST = Log to printer
Selection Text: MONAT = Month
Selection Text: FB1ZWELS = Payment methods
INCLUDE RFKORI00.
INCLUDE RFKORIS1.
No SAP DATABASE tables are accessed within this REPORT code!
CORRESPONDENCE_GET_LEADING_CC CALL FUNCTION 'CORRESPONDENCE_GET_LEADING_CC' EXPORTING I_BUKRS = XBUKRS-BUKRS IMPORTING E_BUKRS = SAVE_BUKRS.
CORRESPONDENCE_GET_LEADING_CC CALL FUNCTION 'CORRESPONDENCE_GET_LEADING_CC' EXPORTING I_BUKRS = XBUKRS-BUKRS IMPORTING E_BUKRS = SAVE_BUKRS.
CALL FUNCTION 'INIT_TEXT' EXPORTING ID = 'FIKO' LANGUAGE = RSPRAS NAME = HTDNAM2 OBJECT = 'BKORM' IMPORTING HEADER = HTHEADER2 TABLES LINES = HTLINES.
READ_TEXT CALL FUNCTION 'READ_TEXT' EXPORTING ID = RSTDID LANGUAGE = RSPRAS NAME = RSTEXT OBJECT = 'TEXT' IMPORTING HEADER = HTHEADER TABLES LINES = HTLINES EXCEPTIONS * ID = 01 * LANGUAGE = 02 * NAME = 03 * OBJECT = 04.
SAVE_TEXT CALL FUNCTION 'SAVE_TEXT' EXPORTING HEADER = HTHEADER2 * INSERT = 'X' SAVEMODE_DIRECT = 'X' TABLES LINES = HTLINES.
CORRESPONDENCE_GET_DEPEND_CC CALL FUNCTION 'CORRESPONDENCE_GET_DEPEND_CC' EXPORTING I_BUKRS = KONTTAB-BUKRS TABLES T_BUKRS = DBUKRS.
DELETE_TEXT CALL FUNCTION 'DELETE_TEXT' EXPORTING ID = 'FIKO' LANGUAGE = RSPRAS NAME = HTDNAM2 OBJECT = 'BKORM' SAVEMODE_DIRECT = 'X'.
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 RFKORS10 or its description.