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

RFKORS10 SAP ABAP Report - Vendor: Standard Letters







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


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 RFKORS10. "Basic submit
SUBMIT RFKORS10 AND RETURN. "Return to original report after report execution complete
SUBMIT RFKORS10 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: 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





Selection Text: FB1ZUAWA = Sort key
Selection Text: FB1ZTERM = Terms of payment key
Selection Text: FB1ZSABE = Accounting clerk at customer
Selection Text: FB1ZINRT = Interest calculation frequency
Selection Text: FB1ZINDT = Key date of last inter. calc.
Selection Text: FB1ZGRUP = Payment grouping
Selection Text: FB1ZAHLS = Payment block
Selection Text: FB1XVERR = Clearing with customer
Selection Text: FB1XPORE = Single payment
Selection Text: FB1XDEZV = Local processing
Selection Text: FB1WEBTR = Bill of exchange limit
Selection Text: FB1VZSKZ = Interest indicator
Selection Text: FB1TOGRU = Tolerance group
Selection Text: FB1SPERR = Posting block for comp.code
Selection Text: FB1REPRF = Double invoice check flag
Selection Text: FA1TELF1 = 1st telephone number
Selection Text: FA1LOEVM = Head office delete flag
Selection Text: FA1LNRZA = Alternative payer
Selection Text: FA1LAND1 = Country key
Selection Text: FA1KUNNR = Customer
Selection Text: FA1KTOKK = Account group
Selection Text: FA1KONZS = Group key
Selection Text: FA1FISKN = Fiscal address
Selection Text: FA1ESRNR = ISR subscriber number
Selection Text: FA1ERNAM = General data entered by
Selection Text: FA1ERDAT = General data creation data
Selection Text: FA1DTAWS = Instruction key for DME
Selection Text: FA1DTAMS = Central bank ind. for DME
Selection Text: FA1DATLT = Data communication line no.
Selection Text: FA1BUBKZ = Company number (check digit)
Selection Text: FA1BRSCH = Industry
Selection Text: FA1BEGRU = Authorization group
Selection Text: FA1BBSNR = Company number (additional)
Selection Text: FA1BBBNR = Company number
Selection Text: FA1BAHNS = Train station
Selection Text: FA1ANRED = Title
Selection Text: CURRY = Fiscal year
Selection Text: AGOBLIG2 = Total liabilities
Selection Text: FA1NAME1 = Name 1





Selection Text: FA1TELBX = Telebox number
Selection Text: FA1STRAS = Street
Selection Text: FA1STKZU = Taxes on sales/purchases
Selection Text: FA1STKZN = Indicator: Natural person
Selection Text: FA1STKZA = Output tax
Selection Text: FA1STCEG = VAT registration number
Selection Text: FA1STCD2 = Tax code 2
Selection Text: FA1STCD1 = Tax code 1
Selection Text: FA1SPRAS = Language
Selection Text: FA1SPERR = Central posting block
Selection Text: FA1SPERQ = Block function
Selection Text: FA1SPERM = Central purchasing block
Selection Text: FA1SORTL = Search term
Selection Text: FA1REGIO = Region
Selection Text: FA1PSTLZ = Postal code
Selection Text: FA1PSTL2 = PO Box postal code
Selection Text: FA1PFACH = PO Box
Selection Text: FA1ORT02 = District
Selection Text: FA1ORT01 = City
Selection Text: FA1NAME4 = Name 4
Selection Text: FA1NAME3 = Name 3
Selection Text: FA1NAME2 = Name 2
Title: Vendor: Standard Letters
Text Symbol: 205 = Error list
Text Symbol: 204 = Individual Letters and Standard Letters
Text Symbol: 203 = Name is Missing in Logon Language
Text Symbol: 202 = CoCd Correspondence Spool no.Title Output pages
Text Symbol: 201 = Overview of generated output requests
Text Symbol: 200 = Log
Text Symbol: 001 = Configuration-dependent select options


INCLUDES used within this REPORT RFKORS10

INCLUDE RFKORI00.
INCLUDE RFKORIS1.


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:

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.

INIT_TEXT



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'.



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