SAP Reports / Programs | Financial Accounting | Accounts Receivable | Dunning(FI-AR-AR-DU) SAP FI

RF150SMS SAP ABAP Report - Program RF150SMS







RF150SMS is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report program is used to schedule a dunning run from the Schedule Manager, or to schedule the run by job with a variant and repetition rate so that the dunning run is carried out regularly...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 RF150SMS 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 RF150SMS. "Basic submit
SUBMIT RF150SMS AND RETURN. "Return to original report after report execution complete
SUBMIT RF150SMS 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: COPYD = Template: Program run date
Selection Text: COPYI = Template: Identification
Selection Text: COPY_PAR = Copy parameters
Selection Text: DEL_DEST = Delete target parameters
Selection Text: IMMED = Print: Immediately
Selection Text: PRINT = With Dunning Printout
Selection Text: PRINTER = Printer
Selection Text: TARGETD = Dynam.Target Date Calculation
Title: Program RF150SMS
Text Symbol: 001 = Dunning Selection
Text Symbol: 002 = Dunning Printout


INCLUDES used within this REPORT RF150SMS

No INCLUDES are used within this REPORT code!


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:

COPY_DUNNING_PARAMETERS CALL FUNCTION 'COPY_DUNNING_PARAMETERS' EXPORTING i_laufd = laufd i_laufi = laufi i_copyd = copyd i_copyi = copyi i_xdanp = xdanp i_overwrite_destin = del_dest EXCEPTIONS parameters_missed = 1 parameters_exists = 2 OTHERS = 3.

SCMA_SCHEDULE_DUNNING_RUN CALL FUNCTION 'SCMA_SCHEDULE_DUNNING_RUN' EXPORTING i_laufd = laufd i_laufi = laufi i_pdest = printer i_pimmed = immed i_xdran = print EXCEPTIONS parameters_missed = 1 startdate_wrong = 2 printer_wrong = 3 lock_failed = 4 no_authority = 5 OTHERS = 8.

DELETE_DUNNING_PARAMETERS CALL FUNCTION 'DELETE_DUNNING_PARAMETERS' EXPORTING i_laufd = laufd i_laufi = laufi i_inter = space EXCEPTIONS no_authority = 1 parameters_missed = 2 wrong_status = 3 OTHERS = 4.



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