Plan next yrs values not appearing in Report Painter

Hi,
In our one of Z report (developed thrugh SAP std Report Painter functionality), Plan next yrs column does not shows any value in output of report.
Basically this column should show next years plan values for WBS Element cost elementwise.
When I double click on any of the cell of this column, I am getting output with 0 records but selection criteria is appearing as Period 7 and Fiscal year as 2999 on output screen on the top. So I am thinking that output is not appearing because of wrong selection criteria field values/characteristics values.
Just wanted to know from you all guys, what things should I check in Report Painter to resolve this issue? Also what are the causes of this issue?
Could you please tell me the remedial procedure and transaction code to resolve this kind of issue?
Edited by: SWAPNIL PRAMOD KHARUL on Jan 30, 2011 12:17 PM
Edited by: SWAPNIL PRAMOD KHARUL on Jan 31, 2011 9:29 AM

Hi,
Thanks for reply.
Characteristics are:
Value Type: ZCJUL01
Value Type:10
Version:6-VERP
Period:  7
Valuation:0
Object ind.:1  to 5
Object ind.:P
Fiscal Year: Z-GJHNJ Next Year  to 2999
I think it looks like wrong Period selection characteristics value.
Please suggest/guide what has to be done?
Edited by: SWAPNIL PRAMOD KHARUL on Feb 3, 2011 9:19 AM
Edited by: SWAPNIL PRAMOD KHARUL on Feb 3, 2011 9:21 AM

Similar Messages

  • GL & PC description not appear in report painter (ECC6)

    Dear Expert,
    kindly help me on this issue. GL description and Profit Center description not appear in report using OFL Table.

    Hello sayujya Patil,
    Thanks for your reply, i have created report in Report Painter, after execution the report i tried in all the parameters under setting menu > report and section layout as well> lead column --> and kept the radio button on key and description, still its not showing the description of the GLs under lead column....
    Please reply...
    Thank You.

  • COPA Plan values not appearing in report

    Hi
    I posted COPA Plan values using KEPM and line items are appearing in KE25 but no values are not being appeared in COPA line item report we created using report painter. We used KE94 and KE91.
    Actual values appearing correctly in report.
    Any help??

    Check if you have Plan/Act indicator maintained correctly with the plan value. If it shows up in other reports, I don't see any reason why it will not show up here. I would also check other parameters entered in the report and see if any other characteristic is preventing plan values from populating.
    Shail

  • SCCM 2012 R2 - Software metering Reports Parameters Value not appear to choice

    Hello Every Body
    I hope to get answer as soon as possible
    I have SCCM 2012 R2 & SQL Server 2012 SP1, my problem is ( all software metering Reports Parameters Values Not appear so I cannot select
    Note:-
    ( All parameters Available Value set to Get Values From a Query) 

    Has it been over 45 days since you created the active SWM rules? Do all (most) other SWM reports
    work?
    all other reporting in SWM which doesn't ask for month and year working
    only the problem in year & Month Parameters Values
    note:-
    these reports doesn't need a 45 days to work, alwasy when i install SCCM reports working only from the second day of installation

  • L.C value not appearing in MB51 report

    Dear gurus,
    The l.c value not appearing in MB51 t.code,are there any other reports to see this values if so,plz explain in detail

    Dear Jay,
    It will be available in MB51, may be check your variant for hidden fields or your authorization, You will get in MR51 also
    In Standard SAP System Asset GR will not have any Finance document at the time of Goods Receipt, So you are not getting Amount in LC, If you want to trigger finance document at the time of GR, you have to change the account assignment category A properties like i.e., remove the tick of GR Non valuated  in the below path
    SPRO-->Materials Management-->Purchasing-->Account Assignment-->Maintain Account Assignment Categories, Select A
    Goods receipt made after this change will be triggered the finance document.
    R,
    amala

  • GL is not appearing in Report S_ALR_87013326

    Hello Gous,
    One account is not appearing GL is not appearing in Report S_ALR_87013326 for example:
    Account group = Other Expenses
    Description = Dividend expense
    it has accounting document as well and postings.
    Thanks in advance
    Ahmed

    Hi Sridhar,
    Thanks for the input.
    But still Budget is not appearing in the report, even after running CJBN & CJEN.
    I had a look into CJ30 but the overall Budget is available. Is there any change required in the report.
    Regards,
    Selva

  • Value not displaying in report whereas it returns in plsql developer

    HI

    Duplicate post.
    value not displaying in report whereas it returns in plsql developer
    value not displaying in report whereas it returns in plsql developer

  • Why is the Planned quantity in MCP9 not appearing(Repetitive Manufacturing)

    Sub:WHY IS THE PLANNED QUANTITY IN MCP9 NOT APPEARING(REPITITIVE MANUFACTURING
    Why are the planned orders not displayed anymore. They are still in the system - in  MD04 - but since we moved from release 3.1i to 4.0 the plan order qty disappeared  from transaction MCP9!!!!.Now we are using Version 4.7
    There must be a reason 
    Perhaps searching in  SAP OSS system -if the transaction is not supported in rel 4.0 anymore and we should use something else instead
    Or we need to apply an OSS note from SAP to repair the problem...
    Or the info system update must be modified because of rel change... I don't know.
    Please suggest your valuable guidance,Iam not able to enclose a screenshot of the problem,planned qty is 0 or it is not getting displayed.If you reply to this query i can send a detailed analysis to that mail id .

    Dear Guruji Mr.Rajesha vittal,
    Sir ,iam stuck with this problem,not able to proceed.
    Can i send the activites i have completed till now ,I want your e mial id sir for me to send the attachments to you.
    Also i dont know how to award points i need to award points to u for all the solutions i have recieved till now ,can you please explain to me
    I am stuck with this MCP9 problem i have done it according to your suggestion,but still the planned quantities are not displayed. can you please help me out.Very urgent. I need u mail id
    Thanks & Awaiting your reply
    P.S.KIRAN
    [email protected]
    [email protected]

  • Debit/Credit Shift not working with report painter

    Dears,
    We have defined debit/credit shift while defining financial
    statement version. This functionality working well with F.01 however its not
    working with report painter results. any help will be highly appreciated
    Regards,
    FR

    Hi Dave,
    I have gone back to the books (JP Terry's "Creating Dynamic Forms with Adobe LiveCycle Designer") and think we can improve on things...
    var oFields = xfa.resolveNodes("ViolationsText[*].DebitVal"); // looks to resolve the repeating rows (I think)
    var nNodesLength = oFields.length; // assigns the number of rows to a variable
    var sumTotal = 0; // this is a temporary holding variable for the total, during the loop
    for (var i = 0; i < nNodesLength; i++) // this loops through as previous example
         if (oFields.ViolationsText[i].resolveNode("DebitVal").rawValue == "C")
              sumTotal = "";
              i = nNodesLength;  // stops the loop
         else
              sumTotal += oFields.ViolationsText[i].resolveNode("DebitVal").rawValue;
    this.rawValue = sumTotal;
    This would go in the calculate event of your Total Debit Points field. I would be amazed if it worked first time. I haven't run through LC. Give it a lash!! (a try!!)
    Good luck,
    Niall

  • Value not appearing in the workbook

    Hi Friends,
    There are some values in the workbook which are prob appear through cell references. In dev sys its fine. We have moved the workbook to Quality, but here the values are not appearing. The value is period value which is not comming from either query columns or rows. I am unable to track down from where this value is appearing in the workbook. This period value appears where this (Layout ->display text elements ->General) appears ofcourse in Dev not Quality. There are many tabs(Queries) in the workbook.
    How to know/check from where this value is getting populated.
    Thanks & Regards,
    Shreesh.

    After adding 'trip type expenses in the layout' in the layout, save the layout as a variant and give it a name.
    Next time when you run the report, put that variant and then run
    Values will come

  • Budget not appearing in Report S_ALR_87013558

    Hi Friends,
    For project the budget is not getting displayed in Report S_ALR_87013558 though the budget is planned by TCode: CJ30 and released also by TCode: CJ32
    Is there any setting in customising in information systems to display in the report.
    I think same question was raised by selvakumar venkatachalam earlier..... but there is no specific soln in his thread.....
    Please treat this as Urgent.....
    Regards,
    Gupta
    Edited by: Gupta KNVS on Feb 7, 2008 11:33 AM

    Hi Sridhar,
    Thanks for the input.
    But still Budget is not appearing in the report, even after running CJBN & CJEN.
    I had a look into CJ30 but the overall Budget is available. Is there any change required in the report.
    Regards,
    Selva

  • Intrastat report Spain. Credit memos posted not appearing in report

    Hi
    I have a issue where the debit notes raised to vendor are not appearing in Intrastat  declaration.
    How this debit and credit notes must be taken by Intrastat ? This problem is there since the Intrastat  report is being used.
    Is there any specific configuration for this or
    is there any period check because of which the debit notes are not picked?
    The reason is po was created in Feb 2009 and continuous GR and invoice postings happened in subsequent months which are all captured in Intrastat  report. A debit note was raised in Sep 2009 which does not appear in the report.
    Request your expertise and help to resolve this issue.
    Thank you

    credit memos are not supported in SAP as you can read in docu:
    http://help.sap.com/saphelp_sbo2005ao/helpdata/en/F3/4392579F5DC24E9FBE2FA84E9E7660/frameset.htm
    Please read the local Intrastat guide, in many countries it just says that you have to file a correction per paper form to your statiscal office.
    SAP explains this as well in OSS note 374682:
    If a credit memo refers to a billing document which was already declared to authorities, proceed as follows:Here, you should create a written correction to the statistical office.Specify a data record to which the credit memo refers.
    Check the documents of the statistical offices for information on when you have to declare the credit memo (limits for values and quantities).*********************************************************************

  • Cost elements not appearing in report

    Hi,
    We have reports done in report painter. we use cost element group to retrieve the amounts posted to that group.
    I added 2 more accounts to the cost element group and saved.
    but it is not appearing when I run the reports which shows cost element wise amounst for teh period.
    rgds
    Neha

    Hi sanjay,
    thanks.
    But GR53 gives me Library and report group.
    when i go to GRR2, gives the library I see in GR53, and search  report group in list of values ,
    I am not able to see the report group  as above.
    When I manually type in it says
    Report Y511 does not exist                                                                               
    Message no. KH 502                                                                               
    Diagnosis                                                                               
    You tried to change a row/column structure which does not exist.                                                                               
    Procedure                                                                               
    Choose an existing row/column structure or creating a new one using 
        'Row/column structure' -> 'Create'.                                 
    Pl advice.
    thanks
    neha

  • Result recorded values not appearing in printing the Inspection lot

    Hi all ,
    Using QC21 i am printing the Inspection lot  but the Result recorded values  are not appearing in printing the Inspection lot .
    while creating the certifacte  profile i had maintained the MIC for which i had saved as Summary for recording . if i change this to Orginal value it says that this doesnt exist in the Inspection plan .
    can somebody help me on this .
    thanks ,
    ksr

    Hi
    1.Make sure that you are using same MIC in Task list & certificate.
    2.make sure that you have done RR & taken UD.
    3.make sure that MIC is reference MIC.
    4.Make sure that profile is attached to material
    Regards
    Sujit

  • Crystal Reports - Charts do not appear on reports in some cases

    We have a few reports that include charts on them (created with Crystal 2008 Designer).  These reports have run fine for quite a while but this morning we got a support call with a client reporting that though the reports process and appear correctly, the charts do not appear - instead the client can see a box where the charts should be - but no charts appear.
    Wait...  This has a curve ball...
    The same client then ran our application on the SAME machine, but in a VM (virtual machine) on that machine, and now, the charts appear! 
    I can understand that if a machine is low on memory, charts might not appear - but then why when a VM is used on the same machine do charts suddenly appear?
    Is there any way, any suggestion someone can offer by which I can 'trap' this situation in code, PRIOR to producing a report that is going to have a big blank spot where a chart normally appears?
    Thanks for any help - much appreciated.

    Nope...  Not video corruption...  We finally figured it out...
    Its the 12_0 runtime.  Run it, and you dont see any charts, no errors, no warnings, just no charts - update to the 12_1 runtime and voila, charts are suddenly present.
    Just to be sure we were not going nuts we uninstalled, reinstalled the 12_0 and no charts again - put in the 12_1 runtime and there they are again.
    Problem solved.
    Edited by: Bruce Landry on Mar 9, 2010 7:50 PM

Maybe you are looking for

  • Safari stops responding when I try to bookmark (and other slow problems!)

    Two weeks ago my logicboard died, so I sent my ibook out to Apple for it to be fixed. Ever since I got it back this past Tuesday, my Safari has been extremely slow, but nothing else is wrong with my computer. Here are the problems: - The biggest issu

  • App manager won't add any apps.

    I try to add either a packaged or hosted app into app manager on firefox 30. I've verified that the hosted app works on my handset (obviously I have no way of testing that the packaged app works without installing it via app manager, which isn't work

  • MM Subcontracting scenario.

    I have to map one scenario - 1. I am procuring one raw material from vendor. 2. I am not receiving material at my end, but transferring material to other 2nd vendor for 1 st operation on RM. 3. For 2nd oprtaion on RM it will go to 3rd vendor 4. After

  • Adobe Reader X shows black squares. How can I remove them?

    I already tried removing the software and reinstalling it, but unfortunately it didnt work that way... Hopefully you can help me! Thank you in advance:)

  • Can't copy music between Mac and Windows

    Here's my configuration: PC: Windows 7, Itunes 10.7 Mac: 10.6.8, Itunes 10.7 Both are on the same minor release, 21 The behavior I'm observing: I use Home Sharing from both computers, using the same Apple ID on both. On the PC, I can see the Mac's mu