RFFDIS45 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This program simplifies the comparison of payment advices with the bank account...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 RFFDIS45 into the relevant SAP transactions such as SE38 or SE80
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.
Selection Text: ABWEICH = Maximum variance amount
Selection Text: ARCHIV = Archived payment advices
Selection Text: ARCHKLAS = Archiving Category
Selection Text: DISPART = Planning type
Selection Text: DISPDDAT = Planning date
Selection Text: DISPEB = Planning level
Selection Text: DISPOBEZ = Cash Management Account Name
Selection Text: MAXBETR = Maximum amount
Selection Text: MINBETR = Minimum Amount (Posting)
Selection Text: PROZ = Maximum percentage variance
Selection Text: P_ACCUR = Translate Advice to Acct Crcy
Selection Text: S_BUDAT = Posting Date
Selection Text: S_GEBER = D .
Selection Text: ZUORDNR = Compare allocation number
Selection Text: S_GRANT = D .
Selection Text: S_PRCTR = D .
Selection Text: S_SEGMT = D .
Title: Compare Payment Advices with Bank Account
Text Symbol: 906 = A
Text Symbol: 905 = BSP
Text Symbol: 904 = Assignment: Postings - Payment Advices
Text Symbol: 903 = Manual archiving
Text Symbol: 902 = Payment advice constraints
Text Symbol: 901 = Automatic archiving
Text Symbol: 900 = Further selections
Text Symbol: 001 = Automatic Matching Log
Text Symbol: 006 = Posting Advice
Text Symbol: 010 = Archive
Text Symbol: 011 = Do you want to archive
Text Symbol: 012 = the selected payment advices?
Text Symbol: 013 = Exit comparison
Text Symbol: 014 = Do you want to exit the application?
Text Symbol: 015 = (selected payment advices are not archived)
Text Symbol: 021 = Also display advices for accounts with no postings
Text Symbol: 022 = Automatic archiving
Text Symbol: 030 = CoCd
Text Symbol: 031 = Account
Text Symbol: 032 = Currency
INCLUDE DIS45F01.
INCLUDE RFCMINCL_SUPP_ACC_ASSIGNM.
No SAP DATABASE tables are accessed within this REPORT code!
ENQUEUE_EFFDES call function 'ENQUEUE_EFFDES' exporting archk = space bukrs = skb1-bukrs bnkko = ska1-saknr "#EC DOM_EQUAL exceptions foreign_lock = 1 system_failure = 2.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RFFDIS45 - Compare Payment Advices with Bank Account RFFDIS45 - Compare Payment Advices with Bank Account RFFDIS40 - Compare Cash Management Summary Records with Postings RFFDIS40 - Compare Cash Management Summary Records with Postings RFFDIS35 - Journal of Entered and Changed Payment Advices RFFDIS35 - Journal of Entered and Changed Payment Advices