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

RJL_SGUL SAP ABAP Report - IS-M/SD: Assign Collective Settlement Processing to Accounts Transfer







RJL_SGUL is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This evaluation allows you to obtain a list of transfers for a collective processing run...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 RJL_SGUL 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

JLTT - Assign Coll.Processing to Transfer


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 RJL_SGUL. "Basic submit
SUBMIT RJL_SGUL AND RETURN. "Return to original report after report execution complete
SUBMIT RJL_SGUL 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 = Collective settlement run
Selection Text: S_UEBNR = Transfer
Title: IS-M/SD: Assign Collective Settlement Processing to Accounts Transfer
Text Symbol: 010 = Coll.run Transfer Transfer type Text TFI THR
Text Symbol: 020 = Commission settlement EE FI
Text Symbol: 030 = Commission settlement SC FI
Text Symbol: 040 = Home del.settlement EE FI
Text Symbol: 050 = Home del.settlement SC FI
Text Symbol: 060 = Settlement in Human Resources
Text Symbol: EPP = Transfer Employee Commission Settlement to Human Resources
Text Symbol: EPZ = Transfer Empl.Home Delivery Settlement to Human Resources


INCLUDES used within this REPORT RJL_SGUL

INCLUDE MJ000TAL . " ALLGEMEINE DATEN
INCLUDE MJY00TEG.


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.

REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING * I_INTERFACE_CHECK = ' ' I_CALLBACK_PROGRAM = LOC_REPID I_CALLBACK_PF_STATUS_SET = 'SET_PF_STATUS' I_CALLBACK_USER_COMMAND = 'USER_COMMAND' IS_LAYOUT = WA_LAYOUT IT_FIELDCAT = IT_FIELDCAT I_SAVE = 'A' IS_PRINT = WA_PRINT TABLES T_OUTTAB = ERGTAB.

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING I_PROGRAM_NAME = P_REPID I_INTERNAL_TABNAME = 'ERGTAB' I_INCLNAME = P_REPID CHANGING CT_FIELDCAT = P_IT_FIELDCAT[] EXCEPTIONS INCONSISTENT_INTERFACE = 1 PROGRAM_ERROR = 2 OTHERS = 3.

ISM_SELECT_SINGLE_TJU08 CALL FUNCTION 'ISM_SELECT_SINGLE_TJU08' EXPORTING APPKL = 'J' EVENT = P_EVENT AKTSPRSL = SY-LANGU IMPORTING TJU08_I = IT_TJU08 EXCEPTIONS NO_ENTRY_FOUND = 1 OTHERS = 2.

ISM_SETTLEMENT_LIST CALL FUNCTION 'ISM_SETTLEMENT_LIST' EXPORTING I_VARIANT = LOC_VARIANT I_SAMMG = LOC_SAMMG TABLES I_JLRK_TAB = IT_JLRK.



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