ME2J vs CJI5 report difference

Hi Experts,
We have scenario where is CJI5 showing the amount against one PO, whereas if I check ME2J report its missing value against that PO.
I am running this report against one project only with same parameter.
I have check EKKO, EKPO for that PO number but there is no data for it, whereas if check in WBS budget tables I can see value against that WBS.
So what could be the scenario to occur this type of difference in reports

Yeah, its belong to same company code thats what i mentioned in initially(same parameter), don't know but we are seeing value & quantity in EKKN but with no document number...same qunatity we can see in CJI5..this is quite weired..
Is there any where we can check log in MM or PS side for this who possible deleted some entries from MM table only..
Awaiting for constructive response..from experts

Similar Messages

  • Service PR amount is noyt reduced after Service PO creation  in CJI5 report

    Dear Experts,
    When user created Service PO with T-code ME21, Service PR amount is not reduced from CJI5 report & also increased budget in CJ30.
    But when user create PO with T-code ME21N, Service PR commitment is getting reduced after Service PO creation in CJI5.
    Please explain & propose solution.
    Thanks & Regards,
    Arvind

    Hiiii...
    Note that there is no difference between creation of purchase order via the t.code ME21 or ME21N...what might be your problem in increase of assigned values is because the buyer (purchase dept) is not referencing the purchase requisition at the time of creation of purchase order as a result of which the system is not reducing the purchase requisition committment.
    Hope this helps....
    Regards
    Kaashif M

  • Not able to Submit CJI5 report in background using Variant

    Hi Experts,
    Is it possible to fill the multiple screens through FM rs_create_variant.
    Reagrds,
    Nava

    Hi Ramesh,
    I am trying to submit the CJI5 report in back ground through variant. The varaint was created using FM RS_CREATE_VARIANT. it's throughing an error .
    IF I create variant directly via selectin screen then it's working fine.
    FYI.
    REPORT z_co99_cji5
           NO STANDARD PAGE HEADING
           MESSAGE-ID 00
           LINE-SIZE 290.
    PROGRAM      : Z_CO99_CJI5                                           *
    TITLE        : CJI5 In Background                                    *
    AUTHOR.      : Raja Nesanoor                                         *
    DATE WRITTEN : 27-Feb_2007                                           *
    REVTRAC      : xxxxxx                                                *
    PROGRAM FUNCTION:                                                    *
    To DISPLAY CJI5 Report in background                                 *
    PROGRAM TYPE : Executable  program                                   *
    DEV. CLASS   : XXXXXX                                                *
    LOGICAL DB   : NA                                                    *
    AUHTORIZATION CHECKS                                                 *
    Object           Authorization Fields             ABAP Fields        *
    S_TCODE                                                              *
                        BUKRS                          v_BUKRS           *
    CHANGE HISTORY                                                       *
    Date         Id        Name      Indicator   Description             *
    DATA : v_repid LIKE sy-repid VALUE 'ZRKPEP005' ,
    v_variant LIKE varid-variant VALUE 'V_CJI5' .
    DATA: BEGIN OF w_varid.
            INCLUDE STRUCTURE varid.
    DATA: END OF w_varid.
    DATA: BEGIN OF i_rsparams OCCURS 10.
            INCLUDE STRUCTURE rsparams.
    DATA: END OF i_rsparams.
    DATA: BEGIN OF i_rsparams1 OCCURS 10.
            INCLUDE STRUCTURE rsparams.
    DATA: END OF i_rsparams1.
    DATA: BEGIN OF i_varit OCCURS 2.
            INCLUDE STRUCTURE varit.
    DATA: END OF i_varit.
    DATA: BEGIN OF i_vscreens OCCURS 2.
            INCLUDE STRUCTURE rsdynnr.
    DATA: END OF i_vscreens.
    start-of-Selection
    START-OF-SELECTION.
      SET PARAMETER ID 'CAC' FIELD 'GC10'.
      SET PARAMETER ID 'PDB' FIELD '000000000001'.
      PERFORM populate_var_table.
      PERFORM create_variant.
      PERFORM submit_cji5.
    *& Form POPULATE_VAR_TABLE
    text
    --> p1 text
    <-- p2 text
    FORM populate_var_table .
      CLEAR w_varid .
      REFRESH i_varit .
      REFRESH i_rsparams .
      i_rsparams-selname = 'CN_NETNR'.
      i_rsparams-kind = 'S'.
      i_rsparams-sign = 'I'.
      i_rsparams-option = 'EQ'.
      i_rsparams-low = '90273536'.
      i_rsparams-high = space.
      APPEND i_rsparams.
      CLEAR : i_rsparams .
      i_rsparams-selname = 'CN_NETNR'.
      i_rsparams-kind = 'S'.
      i_rsparams-sign = 'I'.
      i_rsparams-option = 'EQ'.
      i_rsparams-low = '90274010'.
      i_rsparams-high = space.
      APPEND i_rsparams.
      CLEAR : i_rsparams .
      i_rsparams-selname = 'R_OBDAT'.
      i_rsparams-kind = 'S'.
      i_rsparams-sign = 'I'.
      i_rsparams-option = 'BT'.
      i_rsparams-low = space .
      i_rsparams-high = space.
      APPEND i_rsparams.
      CLEAR : i_rsparams .
      i_rsparams-selname = 'P_DISVAR'.
      i_rsparams-kind = 'P'.
      i_rsparams-sign = 'I'.
      i_rsparams-option = 'EQ'.
      i_rsparams-low = '1SAP' .
      APPEND i_rsparams.
      CLEAR : i_rsparams .
      i_rsparams-selname = 'P_USEDB'.
      i_rsparams-kind = 'P'.
      i_rsparams-sign = 'I'.
      i_rsparams-option = 'EQ'.
      i_rsparams-low = SPACE.
      APPEND i_rsparams.
      w_varid-mandt = sy-mandt.
      w_varid-report = v_repid.
      w_varid-variant = v_variant.
      w_varid-flag1 = space.
      w_varid-flag2 = space.
      w_varid-transport = space.
      w_varid-environmnt = 'A'. "Variant for batch and online
      w_varid-protected = space.
      w_varid-secu = space.
      w_varid-version = '0'.
      w_varid-ename = sy-uname.
      w_varid-edat = sy-datum.
      w_varid-etime = sy-uzeit.
      w_varid-aename = space.
      w_varid-aedat = space.
      w_varid-aetime = space.
      w_varid-mlangu = sy-langu.
      i_varit-mandt = sy-mandt.
      i_varit-langu = sy-langu.
      i_varit-report = w_varid-report.
      i_varit-variant = w_varid-variant.
      i_varit-vtext = 'CO99-OUTPUT'.
      APPEND i_varit.
    ENDFORM. " POPULATE_VAR_TABLE
    *& Form CREATE_VARIANT
    text
    --> p1 text
    <-- p2 text
    FORM create_variant .
    data: h_rc like sy-subrc.
    *Check variant exists.
      CALL FUNCTION 'RS_VARIANT_EXISTS'
           EXPORTING
                report              = v_repid
                variant             = v_variant
           IMPORTING
                R_C                 = h_rc
             EXCEPTIONS
                not_authorized      = 01
                no_report           = 02
                report_not_existent = 03
                report_not_supplied = 04.
      IF h_rc = 0.
        CALL FUNCTION 'RS_CHANGE_CREATED_VARIANT'
             EXPORTING
                  curr_report               = v_repid
                  curr_variant              = v_variant
                  vari_desc                 = w_varid
             TABLES
                  vari_contents             = i_rsparams
                  vari_text                 = i_varit
             EXCEPTIONS
                  illegal_report_or_variant = 01
                  illegal_variantname       = 02
                  not_authorized            = 03
                  not_executed              = 04
                  report_not_existent       = 05
                  report_not_supplied       = 06
                  variant_doesnt_exist      = 07
                  variant_locked            = 08
                  selections_no_match       = 09.
        COMMIT WORK.
      ELSE.
        CALL FUNCTION 'RS_CREATE_VARIANT'
             EXPORTING
                  curr_report               = v_repid
                  curr_variant              = v_variant
                  vari_desc                 = w_varid
             TABLES
                  vari_contents             = i_rsparams
                  vari_text                 = i_varit
             EXCEPTIONS
                  illegal_report_or_variant = 1
                  illegal_variantname       = 2
                  not_authorized            = 3
                  not_executed              = 4
                  report_not_existent       = 5
                  report_not_supplied       = 6
                  variant_exists            = 7
                  variant_locked            = 8
                  OTHERS                    = 9.
        COMMIT WORK.
        IF sy-subrc <> 0.
          MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno
          WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
        ENDIF.
      ENDIF.
    ENDFORM. " CREATE_VARIANT
    *& Form submit_cji5
    text
    --> p1 text
    <-- p2 text
    FORM submit_cji5 .
      CALL FUNCTION 'SUBST_START_REPORT_IN_BATCH'
           EXPORTING
                iv_jobname                    = 'TEST_JOB'
                iv_repname                    = v_repid
                iv_varname                    = v_variant
                iv_authcknam                  = sy-uname
                iv_language                   = sy-langu
                iv_varianttext                = 'CO99-OUTPUT'
           TABLES
                tt_reportparam                = i_rsparams
           EXCEPTIONS
                variant_exist_check_failed    = 1
                variant_update_failed         = 2
                variant_update_not_authorized = 3
                variant_update_no_report      = 4
                variant_update_no_variant     = 5
                variant_update_variant_locked = 6
                variant_insert_failed         = 7
                variant_insert_not_authorized = 8
                variant_insert_no_report      = 9
                variant_insert_variant_exists = 10
                variant_insert_variant_locked = 11
                variant_write_failed          = 12
                no_batch_service              = 13
                no_server_list                = 14
                batch_scheduling_failed       = 15
                OTHERS                        = 16.
      IF sy-subrc <> 0.
        MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno
        WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
      ENDIF.
    ENDFORM.
    Thanks
    Nava

  • Commitment Value calculation in CJI5 Report

    Hi All,
    I am using ECC 6.0 EhP4.
    While running CJI5 report, I am facing one issue as when I run CJI5 report for Open Items only then no output is appearing but if I remove this check box indicator then some Purchase Order are appearing with Val/CO Area Currency = 0 for all PO.
    So wanted to know on what basis system is showing commitment against those PO number. I checked all PO and found that all are closed.
    I think somehow PO commitment not get transferred to ...?
    How should I deal with this issue? Any Guess...?
    Also in S_ALR_87013558 report is showing commitment value but this commitment values not getting matched with Line Items
    Frankly speaking I dont know for which column should I compare this value in Line Item report of S_ALR_87013558.
    Also if PO get Closed then COOI table should show line items against that PO ot not?
    Please suggest.
    Swapnil Kharul

    Hello Ahmed,
    Thanks for your reply.
    Actually RPSCO is showing one Line Item against VT=22.
    And also while WBS Element Closed message is appearing as -
    "There is still a purchase order commitment for WBS E.XXXX.XXX.XX
        Message no. KO447
    So I think there is still commitment as this one is standard message.
    What you say?
    Many Thanks.
    Swapnil Kharul

  • What is interactive report , difference bet interactive and classic report

    what is interactive report , difference bet interactive and classic report

    Hi
    Check this thread to get more idea about ALVs.
    Interactive ALV
    DIRLL DOWN AND INTERACTIVE REPORT
    http://www.sap-img.com/abap/difference-between-drilldown-report-and-interactive-report.htm
    As the name suggests, the user can Interact with the report. We can have a drill down into the report data. For example, Column one of the report displays the material numbers, and the user feels that he needs some more specific data about the vendor for that material, he can HIDE that data under those material numbers.
    And when the user clicks the material number, another report (actually sub report/secondary list) which displays the vendor details will be displayed.
    We can have a basic list (number starts from 0) and 20 secondary lists (1 to 21).
    Events associated with Interactive Reports are:
    AT LINE-SELECTION
    AT USER-COMMAND
    AT PF<key>
    TOP-OF-PAGE DURING LINE-SELECTION.
    HIDE statement holds the data to be displayed in the secondary list.
    sy-lisel : contains data of the selected line.
    sy-lsind : contains the level of report (from 0 to 21)
    Interactive Report Events:
    AT LINE-SELECTION : This Event triggers when we double click a line on the list, when the event is triggered a new sublist is going to be generated. Under this event what ever the statements that are been return will be displayed on newly generated sublist.
    AT PFn: For predefined function keys...
    AT USER-COMMAND : It provides user functions keys.
    TOP-OF-PAGE DURING LINE-SELECTION :top of page event for secondary list.
    http://abapprogramming.blogspot.com/search/label/INTERACTIVE%20REPORT%20BASICS

  • Some major fileds are missing in layout in cji5 report

    Hi gurus
    IN CJI5 report ,i could nt find material no,material description fields  in both column ,column sets sections  of lay out.but these fields are available in my development server.
    Can any one help on this?
    Thanks in advance.
    Regards
    Hariharan.

    May be due to different support package level.
    Try these notes:-
    Note 459730 - Missing columns in line item reports
    Note 359691 - CO line item reports: Missing fields
    Also search for other OSS notes which is applicable to your release.

  • Sales analysis report differences when run by Sales Empl as opposed to Item

    My client is running Sales analysis report and notices differences when run by Sales Employee as opposed to by Item.
    I explained that:
    When run by item, the report does not include service type invoices or non-inventory items.
    When run by sales employee it DOES include service type invoices and non-inventory items.
    Are there any other differences I should be aware of?
    Does someone have a query I can run to prove this difference i.e...invoices for non-inventory items for a period? To prove where the difference comes from between the two reports?
    Thanks

    You may try this first:
    SELECT S.ItemCode,
    MAX(S.Description) as 'Item Description',
    SUM(S.LineTotal) as 'Amount(LC)'
    FROM
    (SELECT T1.ItemCode AS 'ItemCode',
    T1.Dscription AS 'Description',
    T1.LineTotal AS 'LineTotal'
    FROM dbo.OINV T0
    INNER JOIN dbo.INV1 T1 ON T1.DocENtry = T0.DocENtry
    WHERE T0.docdate >= [%0] and T0.docdate <= [%1]
    AND T0.doctype = 'I'
    UNION
    SELECT T1.ItemCode AS 'ItemCode',
    T1.Dscription AS 'Description',
    -T1.LineTotal AS 'LineTotal'
    FROM dbo.ORIN T0
    INNER JOIN dbo.RIN1 T1 ON T1.DocENtry = T0.DocENtry
    WHERE T0.docdate >= [%0] and T0.docdate <= [%1]
    AND T0.doctype = 'I') S
    GROUP BY S.ItemCode
    This is by item type transaction only.
    Thanks,
    Gordon

  • The interaction between differents power view report (differents spreadsheet in the same workbook - based on the same datamodel)

    Is it possible to connect different spreadsheet of powerview based on a same data model?
    For eg, i have 2 powerview reports based on 2 differents spreadsheets in the same workbook.
    If i filter a year (for eg YEAR = 2002) in the 1st report, i want the 2nd report automatically filter by my choice (<=> YEAR = 2002).
    Thanks,

    I don't think this is possible right now. But you will be able to add  a view level filter which will filter all the visualizations at the same time if multiple visualizations are on the same sheet. Hope it helps.

  • Depreciation report difference

    Hi,
    There is difference in SAP report generated through F.01 and total depreciation S_ALR_87012004, can any one tell me what could be the problem and how to correct it.
    Thanks
    Vikas

    Hi,
    Your report gives you the planned depreciation and not posted. Instead, use S_ALR_87012041. Make sure that the current book value is checked. This should match to F.01 report.
    Thanks
    Jagdish

  • Report difference

    hi experts,
    there are difference in report of COOIS & MB5B .
    Production as per MB5B is 1200
    Production as per COOIS is 1100
    this problem occur during last date conformation i.e 30th or 31th. how should i rectifie such issue.

    Hi,
    MB5B is stock on posting date but COOIS is production order information system. But if in COOIS you will check it with posting date it will have same result.
    Regards,
    Alok Tiwari

  • GL Report Differences

    Hey guys,
    I have a problem. For some G/L accounts in my system, two reports are giving me different balances, namely FS10N and s_alr_87012172 which are in fact supposed to be reading data from the same source. Is there a diagnostic report or something which can help me find out where the discrepency is?
    Thanks for your help in advance.
    Regards,
    Feroz Buksh

    hi,
    1) s_alr_87012172 is for customers in my system
    i think, you mean report RFSSLD00
    where are the differences try to analyse differnet currencies or different business areas
    2) first control balances and items with report RFSOPO00
    3) another report for GL is RFSUSA00
    4) you can look directly in the corresp. table
       it's table GLT0 for SAP-Rel. <= 4.7
    or write a query or report with logical datbase SDF and structures SKC1A / SKC1C
    A.
    Message was edited by: Andreas Mann

  • Italian tax reports - differences from SAP version 4.71 to 4.72

    Hi,
    Does anybody have the knowledge or documentation regarding the main differences between version 4.71 and version 4.72 from Insurance, regarding the Italian taxes report?
    Thanks
    Cristina

    better to raise this issue to SAP itself otherwise wait for posts who comes across this issue.
    Regards
    Prabhu

  • Reporting Differences - Non-ACD on IPCC vs Non-ACD on Non-IPCC

    I am trying to decide which number customers should use when calling our Sales Manager. 
    They will dial a single 800 number to get to our main line. Then, they have the option to press 1 to dial by extension.  All Sales Managers will have business cards with the 800 number and there extension.
    Should the extension on the buisness card be there Non-IPCC extension or should it be there IPCC extension. Either way they show up as Non-ACD calls since they are not going through Queue based or Agent based routing.
    Is there any differences in reporting or best practices that I am missing?

    Hi Tervis,
    Yes, if the calls are not coming through the CSQ or ICD route point than they will be treated as Non-ACD calls. 
    Cisco Unified CCX will monitor and report on activity on the non-ACD extensions on a phone.
    http://www.cisco.com/en/US/docs/voice_ip_comm/cust_contact/contact_center/crs/express_8_5/user/guide/uccx85hrug.pdf
    For an exmple consider the below report,
    Agent Detail Report:
    The Agent Detail Report contains detailed information about each ACD call that was handled by an agent and each call that was made by an agent. It also includes information about non-ACD calls. ACD calls are defined as handled when an agent picks up the call. ACD calls are calls dialed to an ICD route point number. A non-ACD call is any call that is not dialed to an ICD route point number, for example, an internal call between agents or an outbound call.
    Multiple Lines Support
    Cisco Unified CCX provides multiple line support using the 6900/7900/8900/9900 series phones as agent devices. The Join Across Line (JAL) and Direct Transfer Across Line (DTAL) operations are supported on the 7900/8900/9900 series phones. Up to 4 lines are monitored by Cisco Unified CCX, these include 1 ACD line and 3 non-ACD lines but only the ACD line can be controlled from the agent desktop. The agent state depends only on the ACD line on the agent's device.
    Cisco Unified CCX allows more than four lines to be configured on the agent device but monitors only the first four lines provided these lines are not shared. The ACD line should be among the first four lines. The Agent can perform JAL and DTAL operations for the ACD call only by using the monitored lines Calls on the non-ACD lines can be displayed on Cisco Agent Desktop. Supervisors can also monitor, record, intercept and barge-in on all calls or only ACD calls, depending on configuration.
    Note:
    •For agent devices with monitored non-ACD lines, make sure to include the non-ACD lines as the CTI controlled lines when performing sizing for Cisco Unified CM server(s).
    •ACD calls should only be transferred to the ACD lines controlled by Cisco Unified CCX.
    Hope this helps.
    Anand
    Please rate helpful posts by clicking on the stars below the right answers !!

  • Repository reports differences

    Hi,
    Does anyone have a complete list of the changes that where made to the naming of Repository Reports between 1.3.2 and 6.0. I have to deliver CDM reports given in the old name from a Designer 6.0 repository and I can't find the right reports.
    Thanks for the help.
    RATL..

    hi,
    if your where to run a statpack report and an awr report from sql you would see very little difference between them as far as I have seen. there must however be some benefits for awr as this is the way that Oracle is going. As far as I am aware you need no special privilege to run awr.
    rgds
    alan

  • Determine Report Differences

    Hie,
    We have an oracle report that we have modified that constantly gets updated when we apply patches. I have simply been replacing the new one with my modified one. My question is is there any utility that I can use to find differences between two reports?
    Thanks,
    Otto

    I use a tool AppEaze, Here is the link :
    http://www.aug10.com/products/AppEaze_Audit/index.html
    Or you can use generate the text file and then compare with any text comparing utility, I used Beyond Compare 2 sometimes, You can download trial version from www.ScooterSoftware.Com
    Mehar

Maybe you are looking for