RFCLLIB01 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 prepare a journal in accordance with Chilean and Peruvian requirements...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 RFCLLIB01 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: S_ZEBRA =
Selection Text: S_VARI =
Selection Text: S_MONAT = Period
Selection Text: S_GSBER = Business Area
Selection Text: S_COLOPT =
Selection Text: P_CUI = CUI Number
Title: Journal (Chile, Peru)
Text Symbol: 731 = LI Text
Text Symbol: 730 = Line Item Text
Text Symbol: 726 = Item
Text Symbol: 725 = Line Item
Text Symbol: 724 = Crcy
Text Symbol: 723 = Currncy
Text Symbol: 722 = Credit
Text Symbol: 721 = Credit
Text Symbol: 720 = Debit
Text Symbol: 719 = Debit
Text Symbol: 718 = P
Text Symbol: 717 = Period
Text Symbol: 716 = Year
Text Symbol: 715 = Fiscal Year
Text Symbol: 714 = Name
Text Symbol: 713 = Acct Name
Text Symbol: 712 = Acct
Text Symbol: 732 = Text
Text Symbol: 735 = Tax Number
Text Symbol: 736 = Tax No.
Text Symbol: 737 = No.
Text Symbol: 777 = CUI Number
Text Symbol: 899 = Reference Number
Text Symbol: 900 = Official Document Type
Text Symbol: 944 = Running Totals
Text Symbol: 950 = Credit Subtotal:
Text Symbol: 951 = Debit Subtotal:
Text Symbol: 952 = Total Credit:
Text Symbol: 953 = Total Debit:
Text Symbol: 957 = Document Type
Text Symbol: 958 = Document Type
INCLUDE INCLUDE_LIB01_ALV.
No SAP DATABASE tables are accessed within this REPORT code!
POPUP_DISPLAY_TEXT CALL FUNCTION 'POPUP_DISPLAY_TEXT' EXPORTING LANGUAGE = SY-LANGU POPUP_TITLE = text-777 * START_COLUMN = 10 * START_ROW = 3 TEXT_OBJECT = 'RFCLLIB_XX_CUI' * HELP_MODAL = 'X' * IMPORTING * CANCELLED = EXCEPTIONS TEXT_NOT_FOUND = 1 OTHERS = 2 .
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 RFCLLIB01 or its description.