SAP Reports / Programs

RFCLLIB01 SAP ABAP Report - Journal (Chile, Peru)







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


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





Text Symbol: 959 = Doc. Type
Text Symbol: 988 = Rev. Doc.
Text Symbol: 989 = Rev. Doc.
Text Symbol: 990 = RD
Text Symbol: 711 = G/L Acct
Text Symbol: 010 = Journal
Text Symbol: 020 = Company Code
Text Symbol: 026 = Business Area
Text Symbol: 028 = Date/Time
Text Symbol: 029 = CUI Number
Text Symbol: 030 = Period
Text Symbol: 032 = CUI Number
Text Symbol: 036 = Tax Number
Text Symbol: 050 = List Format
Text Symbol: 054 = Stripes
Text Symbol: 057 = Optimize Columns
Text Symbol: 058 = Display Header
Text Symbol: 059 = Layout
Text Symbol: 060 = Form output
Text Symbol: 061 = Adobe Form Name
Text Symbol: 100 = None
Text Symbol: 101 = Period:
Text Symbol: 200 = Business Area
Text Symbol: 210 = Business Area Description
Text Symbol: 400 = Posting Date
Text Symbol: 401 = Company Code
Text Symbol: 410 = Document Number
Text Symbol: 420 = Fiscal Year
Text Symbol: 430 = Posting Period
Text Symbol: 440 = Debit
Text Symbol: 450 = Credit
Text Symbol: 455 = Currency
Text Symbol: 460 = Debit/Credit Indicator
Text Symbol: 470 = G/L Account
Text Symbol: 475 = Account Name
Text Symbol: 480 = Line Item
Text Symbol: 500 = Total Number of Documents:
Text Symbol: 701 = Co. Code
Text Symbol: 702 = CC





Text Symbol: 703 = Pstg Date
Text Symbol: 704 = PD
Text Symbol: 705 = Bus. Area
Text Symbol: 706 = BA
Text Symbol: 707 = BA Description
Text Symbol: 708 = BA Desc.
Text Symbol: 709 = Doc. No.
Text Symbol: 710 = Doc.


INCLUDES used within this REPORT RFCLLIB01

INCLUDE INCLUDE_LIB01_ALV.


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:

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 .



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