SAP Reports / Programs | Periodical Sales and Distribution | SAP Media | Periodical Sales and Distribution(IS-M-SD-PS) SAP IS

RJF_ALFU SAP ABAP Report - IS-M/SD: Reconciliation List for Billing Document Transfer to FI







RJF_ALFU is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.

If you would like to execute this report or see the full code listing simply enter RJF_ALFU into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

JFAF - IS-M: Billing Document Check List


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 RJF_ALFU. "Basic submit
SUBMIT RJF_ALFU AND RETURN. "Return to original report after report execution complete
SUBMIT RJF_ALFU 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_SAMMG = Coll.billing doc.processing
Selection Text: S_UEBNR = Transfer
Title: IS-M/SD: Reconciliation List for Billing Document Transfer to FI
Text Symbol: 001 = Billing Doc.Reconciliation List


INCLUDES used within this REPORT RJF_ALFU

INCLUDE MJ000TAL . " ALLGEMEINE DATEN


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:

CONVERSION_EXIT_ALPHA_INPUT CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT' EXPORTING INPUT = S_UEBNR-LOW IMPORTING OUTPUT = S_UEBNR-LOW .

CONVERSION_EXIT_ALPHA_INPUT CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT' EXPORTING INPUT = S_UEBNR-HIGH IMPORTING OUTPUT = S_UEBNR-HIGH .

ISP_SELECT_SINGLE_T001 CALL FUNCTION 'ISP_SELECT_SINGLE_T001' EXPORTING BUKRS = ITAB-BUKRS IMPORTING T001_I = T001 EXCEPTIONS NO_ENTRY_FOUND = 1 OTHERS = 2 .

ISP_SELECT_SINGLE_T042Z CALL FUNCTION 'ISP_SELECT_SINGLE_T042Z' EXPORTING LAND1 = T001-LAND1 ZLSCH = ITAB-ZLSCH IMPORTING T042Z_I = T042Z EXCEPTIONS NO_ENTRY_FOUND = 1 OTHERS = 2 .

ISP_TEXT_FOR_DOMAIN_VALUE_GET CALL FUNCTION 'ISP_TEXT_FOR_DOMAIN_VALUE_GET' EXPORTING FIELDNAME = 'JFRK-RFBSK' FIELDVALUE = V_FIELD IMPORTING DOMAIN_VALUE_TEXT = V_NAME EXCEPTIONS NOT_FOUND = 1 OTHERS = 2 .

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING I_PROGRAM_NAME = LOC_REPID * I_INTERNAL_TABNAME = 'ERGTAB' "4.61

REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING I_CALLBACK_PROGRAM = LOC_REPID I_CALLBACK_USER_COMMAND = 'USER_COMMAND' IS_LAYOUT = WA_LAYOUT IT_FIELDCAT = FIELD_CAT I_SAVE = 'A' " Standard + Benutzer IS_VARIANT = WA_VARIANT IS_PRINT = IS_PRINT "4.02/4

ISM_INVOICE_LIST CALL FUNCTION 'ISM_INVOICE_LIST' EXPORTING I_VARIANT = WA_VARIANT TABLES I_JFRK_TAB = DETL_TAB .

REUSE_ALV_COMMENTARY_WRITE CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE' EXPORTING IT_LIST_COMMENTARY = LT_LIST_COMMENTARY .



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