SAP Reports / Programs

RFFMKU_DOC_DOUBLE_ANALYSER SAP ABAP Report - Analyzis of Possible Duplicated Documents







RFFMKU_DOC_DOUBLE_ANALYSER is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Use this program to identify and analyze documents that may have been inadvertently posted twice...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 RFFMKU_DOC_DOUBLE_ANALYSER 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

FMEDANALYZER - Analyzis of possible Duplicated Docs


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 RFFMKU_DOC_DOUBLE_ANALYSER. "Basic submit
SUBMIT RFFMKU_DOC_DOUBLE_ANALYSER AND RETURN. "Return to original report after report execution complete
SUBMIT RFFMKU_DOC_DOUBLE_ANALYSER 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_DOCDAT = D .
Selection Text: P_VARIA = D .
Selection Text: P_TIME = Same User and Time
Selection Text: P_FMAREA = D .
Selection Text: P_DCYEAR = D .
Title: Analyzis of Possible Duplicated Documents
Text Symbol: C50 = Duplicate Created by
Text Symbol: C49 = Dupl.Creat.by
Text Symbol: C48 = Duplicate Created by
Text Symbol: C47 = Duplicate Created by
Text Symbol: C46 = Duplicate Reference document number ABP
Text Symbol: C45 = Dupli.ABP.Ref
Text Symbol: C44 = Dupli.ABP.Reference
Text Symbol: C43 = Duplicate ABP Reference
Text Symbol: C42 = Dupicate Reference procedure
Text Symbol: C41 = Dupli. Ref. proc.
Text Symbol: C40 = Dupli.Ref. procedure
Text Symbol: C39 = Duplicate Reference procedure
Text Symbol: C38 = Duplicate Logical system of source document
Text Symbol: C37 = Dupli. Log.System
Text Symbol: C36 = Dupli.Logical system
Text Symbol: C35 = Duplicate Log. system source
Text Symbol: C34 = Duplicate Reference document number
Text Symbol: C51 = Duplicate Created on
Text Symbol: C52 = Duplicate Created on
Text Symbol: C53 = Dupli.Creat.on
Text Symbol: C54 = Duplicate Created on
Text Symbol: C55 = Duplicate Created at
Text Symbol: C56 = Duplicate Created at
Text Symbol: C57 = Dupli.Creat.at
Text Symbol: C58 = Duplicate Created at
Text Symbol: C59 = Original ABP Reference
Text Symbol: C60 = Orig.ABP.Reference
Text Symbol: C61 = Orig.ABP.Ref
Text Symbol: C62 = Original Reference document number ABP
Text Symbol: C63 = Duplicate Document number
Text Symbol: C64 = Duplicate Doc.Number
Text Symbol: C65 = Dupli. Doc.Nr





Text Symbol: DOC = Check Documents
Text Symbol: LIN = Check Lines from Documents
Text Symbol: NB1 = Nb of duplicates docs
Text Symbol: 001 = For each of the following lines, the two documents are similar
Text Symbol: 002 = List of Documents To Be Corrected by FMKU_CORRECT_FMBDP_FROM_ED
Text Symbol: 005 = Restriction
Text Symbol: 006 = Layout option
Text Symbol: 100 = Original BCS Entry Documents
Text Symbol: 101 = Duplicates BCS Entry Documents
Text Symbol: 102 = Original
Text Symbol: 103 = Duplicates
Text Symbol: C01 = Original. Reference Org
Text Symbol: C02 = Orig.Referenc org.un
Text Symbol: C03 = Orig.Ref.org.un
Text Symbol: C04 = Original Reference organisational units
Text Symbol: C05 = Original. Reference doc.
Text Symbol: C06 = Orig.Referenc doc
Text Symbol: C07 = Orig.Ref. doc.
Text Symbol: C08 = Reference document number
Text Symbol: C09 = Original Log. system source
Text Symbol: C10 = Orig.Logical system
Text Symbol: C11 = Orig. Log.System
Text Symbol: C12 = Oiginal Logical system of source document
Text Symbol: C13 = Original Reference procedure
Text Symbol: C14 = Orig.Ref. procedure
Text Symbol: C15 = Orig. Ref. proc.
Text Symbol: C16 = Orignial Reference procedure
Text Symbol: C17 = Original Created by
Text Symbol: C18 = Original Created on
Text Symbol: C19 = Original Document number
Text Symbol: C20 = Original Doc.Number
Text Symbol: C21 = Orig Doc
Text Symbol: C22 = Original Document number
Text Symbol: C23 = Duplicate Document Type
Text Symbol: C24 = Duplicate Doc.Type
Text Symbol: C25 = Dupli. Doc.Ty
Text Symbol: C26 = Duplicate Document Type
Text Symbol: C27 = Duplicate Reference Org
Text Symbol: C28 = Duplicate Refer. org.un





Text Symbol: C29 = Dupli.Ref.org.un
Text Symbol: C30 = Duplicate Reference organisational units
Text Symbol: C31 = Duplicate Reference doc.
Text Symbol: C32 = Duplicate.Refere doc
Text Symbol: C33 = Dupli.Ref. doc.


INCLUDES used within this REPORT RFFMKU_DOC_DOUBLE_ANALYSER

INCLUDE IFMKU_DOCDOUBLE_TOP.
INCLUDE IFMKU_DOC_ANAL_SEL_SCREEN.
INCLUDE IFMKU_DOCDOUBLE_PBO.
INCLUDE IFMKU_DOC_ANAL_PAI.
INCLUDE IFMKU_DOC_ANAL_F01.


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:

FM_FYC_SELSCR_STATUS_SET CALL FUNCTION 'FM_FYC_SELSCR_STATUS_SET' EXPORTING I_FLG_FIKRS_ONLY = con_on.



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