SAP Reports / Programs | Financial Accounting | Localization(FI-LOC) SAP FI

RFFOBR_V SAP ABAP Report - International Payment Media - Boleto (Brazil)







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


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





Text Symbol: 901 = .
Text Symbol: 902 = Repeat attempt to print
Text Symbol: 903 = boleto?
Text Symbol: 904 = Data Locked
Text Symbol: 910 = Print Boleto
Text Symbol: 911 = Print boleto for document &
Text Symbol: 912 = You have canceled the "Post and print form" transaction
Text Symbol: 913 = Boleto printing terminated. The boleto for the payment document must
Text Symbol: 914 = & & &


INCLUDES used within this REPORT RFFOBR_V

INCLUDE RFFORI0M.
INCLUDE RFFORIP1.
INCLUDE RFFORI00.


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:

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.



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