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

RJL_ULPV SAP ABAP Report - IS-M/SD: Commission Settlement for SC to Financial Accounting







RJL_ULPV is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Transfer of commission settlements (SC) to Financial Accounting This program is used to transfer settlements generated in IS-M/SD to Financial Accounting...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_ULPV 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

JL1E - IS-M: Transfer SC Comm.Settlement


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_ULPV. "Basic submit
SUBMIT RJL_ULPV AND RETURN. "Return to original report after report execution complete
SUBMIT RJL_ULPV 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: BUKRS = Company Code
Selection Text: DATUM = Settlement Date To
Selection Text: SAMMG = Collective Settlement Run
Selection Text: TAGE = Billing Lead Days
Selection Text: TESTL = Test Run
Title: IS-M/SD: Commission Settlement for SC to Financial Accounting
Text Symbol: 001 = The system did not post any documents to RF/FI.
Text Symbol: 003 = ---------- ------ ------------------------------------------------------------------------------------------------------------------
Text Symbol: 004 = No user found
Text Symbol: 005 = No RFC event found
Text Symbol: 006 = No entry found in table TJU01
Text Symbol: 007 = No entry found in table TJU03
Text Symbol: 008 = No entry found in table TJU04
Text Symbol: 009 = No errors were found
Text Symbol: 010 = Error occurred while creating business partner
Text Symbol: 011 = Global error occurred while creating business partner
Text Symbol: 100 = Commission billing data was transferred to Financial Accounting.
Text Symbol: 101 = No settlements available for transfer to Financial Accounting.
Text Symbol: 120 = CAUTION: Error occurred while generating posting data in FI >> You may have to delete BTCI sessions <<
Text Symbol: 140 = Problems setting up link to third-party system or communications.
Text Symbol: 150 = Termination occurred on receiver side


INCLUDES used within this REPORT RJL_ULPV

INCLUDE JKOMDATA.
INCLUDE KONVDATA.
INCLUDE THEADDAT.
INCLUDE JLRKDATA.
INCLUDE JLRPDATA.
INCLUDE JLPADATA.
INCLUDE JLFSDATA.
INCLUDE JFDFDATA.
INCLUDE MJ000TAL.
INCLUDE MJY00TEG.
INCLUDE MJL00TKO.


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:

No SAP FUNCTION MODULES are executed within this report code!



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