RFFOBR_V is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for You use this report to create payment media for use in the Brazilian vendor operation procedure...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 RFFOBR_V 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: PAR_ANZB = Number of Accompanying Sheets
Selection Text: PAR_ANZP = Number of Sample Printouts
Selection Text: PAR_BELP = Payment Document Validation
Selection Text: PAR_CRLF = End of Line Character
Selection Text: PAR_DTYP = Output Medium (for DME)
Selection Text: PAR_EPOS = Display Line Items
Selection Text: PAR_ESPR = Texts in Recipient's Language
Selection Text: PAR_FILL = Padding Character
Selection Text: PAR_ISOC = Currency in ISO Code
Selection Text: PAR_MAXP = No. Items in Payment Summary
Selection Text: PAR_NOSU = No Form Summary Section
Selection Text: PAR_RCHK = Restart from Boleto No.
Selection Text: PAR_UNIX = File Name (for DME)
Selection Text: PAR_ZFOR = Alternative Boleto Form
Selection Text: SEL_GSBR = Business Area
Selection Text: SEL_HBKI = House Bank
Selection Text: SEL_HKTI = Account ID
Selection Text: SEL_UZAW = Payment Method Supplement
Selection Text: SEL_VBLN = Payment Document Number
Selection Text: SEL_WAER = Currency Key
Selection Text: SEL_ZAWE = Payment Method
Title: International Payment Media - Boleto (Brazil)
Text Symbol: 916 = boleto by executing this document.
Text Symbol: 915 = must be printed again. Use the option to print the
Text Symbol: 106 = Boleto Lot Number
Text Symbol: 200 = Print Collective Bank Transfers
Text Symbol: 201 = Printer
Text Symbol: 202 = Print Immediately
Text Symbol: 203 = Print Boletos
Text Symbol: 505 = (Title 1)
Text Symbol: 510 = (Title 2)
Text Symbol: 515 = (Payment Document)
Text Symbol: 520 = (Line Items)
Text Symbol: 525 = (Total Per Currency)
Text Symbol: 530 = (Fm Cl. Sec.)
Text Symbol: 531 = (Amount Per Currency in Form Closing Section)
Text Symbol: 535 = (Credit Memo Acc. Sheet)
Text Symbol: 900 = Boleto numbers locked by user
INCLUDE RFFORI0M.
INCLUDE RFFORIP1.
INCLUDE RFFORI00.
No SAP DATABASE tables are accessed within this REPORT code!
F4_CHECK_LOT CALL FUNCTION 'F4_CHECK_LOT' EXPORTING I_XDYNP = 'X' I_DYNP_PROGN = 'RFFOBR_D' I_DYNP_DYNNR = '1000' I_DYNP_ZBUKR = 'ZW_ZBUKR-LOW' I_DYNP_HBKID = 'SEL_HBKI-LOW' I_DYNP_HKTID = 'SEL_HKTI-LOW' IMPORTING E_STAPL = PAR_STAP EXCEPTIONS OTHERS = 0.
FORM_CHECK CALL FUNCTION 'FORM_CHECK' EXPORTING I_PZFOR = PAR_ZFOR.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.