Costing Segment Values in the report

Hi,
We are using 6 segments in Cost Allocation KFF. Out of these, only 3 are marked as displayed, but all are enabled. I have given values for company and Natural Account at the element link level. At organization level, I entered only cost center. In remaining levels, I didn't enter any values for costing.
I ran costing conc. program and Costing Detail Report. In the report, I could not see entire costing values in debit part. Where as I can see entire segment values at credit part. In debit part, instead of showing 01.101.2035, it is showing 01...
Pl. advice why it is happening in the report.
Thanks in advance.

Hi,
I have given the values in both costing and balancing at the element link level. Like 01.000.12345 for costing and 01.000.6000 for Balancing.
But, in the Costing Detail report, instead of taking costing segments from element link, I could see payroll suspense account segments (defined in Payroll description) in the report.
Note: All primary classifications costings are not appearing.
Thanks
Edited by: user12159693 on Feb 3, 2010 4:40 AM

Similar Messages

  • Disabled Segment Values Displayed in Report Parameters

    Hi All,
    I have disabled some segment values (by using effective dates) in my Chart of Accounts structure but those
    disabled values are displayed as account parameters when I run the General Ledger report in GL responsibility.
    Is there a way to remove those disabled segment values from the Report parameters?

    I do not think these values can be removed from the report parameters. You should be able to query balances or report on any combinations which is end dated. Ensure that these values are not displayed when you are creating a new transaction.
    Hope this helps.
    Vinit

  • How to get rid of unassigned values in the report

    hai to all,
    here is the issue,
       while running a report(sales per country), iam getting the data,after that when i drill down on <u><b>sales document number</b></u> iam getting some unassigned data, with Sales document number as #, and some value in the keyfigure.what is the reason behind this?
    Here is another issue that i want to find all the sales documents which have the value # in the report?, is it possible?    the same case with <u><b>Customer country</b></u>, on the same report.
    pl anyone help me
    br
    venkat/shyam

    Hi Shyam.
    Regarding the first issue: Well, you've loaded some data records into your cube where the "Sales Doc Field" is empty.  Did you load through PSA? The best way to scan your PSA (I believe) is to find the underlying table and have a look at it via SE16. In this way you don't have to  scan through every data single package. This can be done via "display data flow" from your cube and switch on technical names. There you have it. (It's called /BIC/B00...etcetc you might have to add i few zeroes though when you enter it into SE16). Get request ID from "Infocube Managment". In SE16 seelction screen use F2 to set the "sales Doc No." field even to blank.
    Second issue is a bit easier: in your query (or a working copy of your query) restrict on "Sales Doc No" or "Customer Coutry" to only include value "#". In the same way you can remove the unassigned values be excluding value "#".
    Hope this works for you.
    Chears, Jørn

  • How can we read the screen field values from the report selection screen wi

    Hi expart,
    How can we read the screen field values from the report selection screen with out having an ENTER button pressed  .
    Regards
    Razz

    use this code...
    AT SELECTION-SCREEN ON VALUE-REQUEST FOR p_posnr.
    **Read the Values of the SCREEN FIELDs
    CALL FUNCTION 'DYNP_VALUES_READ'

  • # value in the report

    Hi  Gurus,
    I Have joined in the proejct.
    When I am executing a report. it is showing the following value in the Business Explorer
    #/20230401
    Though # is not there in the cube.
    also profit center value is showing like this. ABAD/1443300
    May i know the reason why we are getting this # and / values in the report. and how to suprress this as client doesnot want this
    Thanks in advance
    Ananya

    Thank you.
    May I know what is the reason for getting # value in the report?

  • Date range to be displayed  & Displaying multiple values on the report

    Hi,
    I have date range parameters, but I also need it to be displayed it on the report. Is there any way I can display it. E.G If a parameter is created one can drag and drop it on the report if it needs to be displayed on the report, I tried to do the same for the date range parameter but it does not work.
    Also If a parameter is created by selecting the option 'Allow Multiple Values', and if you drag and drop it on the report only the first value is displayed and the rest does not show. Has anyone tried this before and been successful in displaying multiple values in the report.
    Thanks in advance.

    Hi,
    A multi-value parameter is actually treated as an array in Crystal Reports.
    To display the values selected in the parameter, create a formula from the Field Explorer and type this code:
    Join({?ParameterName},",");
    Place this formula on the header or the footer sections of the report.
    Regarding the date range issue, please follow Sastry's advice and it should work fine.
    Make sure you're using the parameter in the Minimum and Maximum functions. For eg: If I was to create a date range parameter called OrderDate, my formula to show the start date would look like this:
    Minimum({?OrderDate})
    -Abhilash

  • Reports in EPM version 16 to be refreshed twice to see the values in the Report

    Dear All,
    We are on BPC 10 and EPM version 16. When we try to refresh the Reports in EPM 16, the first time, it does not bring any values, but when we refresh the second time, we get the values in the Report. Has anyone faced the similar issue like this, please let me know how it can be solved? When i execute the same report in EPM 13, the report gets the values in the first refresh itself.
    Thanks in advance,
    Best Regards,
    Rama

    Hi Swapnil, Vadim,
    Thanks for your help but as per the Note, I would like to check if this will help for my Report. As per the Note it says,
    Resolution
    A solution is to select the member Context(XXXX) in the 'EPM - Member selector' for the dimension initialized in page axis for the input schedule instead of referring to Sheet1 in the EPMOlapMember formula.
    Another solution is to implement a macro via a button in the second sheet that contains the input schedule as follows:
    Point 1: I have 6 sheets in this workbook, The Input Sheet which you see below is created by using a MACRO. Going to each sheet and changing the context would not help our users because they need to just refresh from the Input sheet.
    Point 2: It says, to go to each sheet and create a MACRO which is also not feasible for our users. They require to have it in the Input sheet only.
    Below Screen shot is from Input Sheet. PRC refers to the Profit Center in the below screen shot.
    Below Screen shot is from Sheet 1
    Please let me know if I am wrong as per the Note.
    Thanks in advance,
    Regards,
    Venkata

  • Restricting Null Values in the report

    Hi All,
    I have a aggregated feild displayed in the bottom of the report and sorted on the report on that field to show me top results.
    When I try to run the report, Null values are coming first in the report (Displayed as NaN).
    I want to restrict these null values from the report.
    Please guide me on this.
    Thanks in advance,
    Imtiaz.

    Okay. If you are using sum, you could use the following: <?sum(Petrofac-ECRevenue[.!=''])?>
    ensure that the path to the element is correct. Are you using a syntax like <?sum(current-group()/Petrofac-ECRevenue)?>
    Send me an email to [email protected] with your xml data and RTF if you can't make it work.

  • Hierarchy node value in the report

    Hi all,
    I have a 0cost center for which master data hierarchy has been loaded.
    This 0costcenter has 4 hierarchy nodes and under each node there are few cost centers.
    Say these nodes are zones then under each zone there are few costcenters.
    Now my question is in the reporting I want to see the costcenters Zonal wise.
    Say if I want to see only the zone 1 and the rest three zones should not get visible or displayed  then how  could I do that?.
    How can I restrict the other User viewing my zone and the cost centers and their values?
    I want a report based on zones and that to with authorization?
    Thx

    Hi Simon,
    Yes as you said I create a hierarchy node variables for zone 1 ,zone2, zone3, and zone4 and as per the requirement I can call the variable to display the data zone wise.
    When it comes for Users then how could I restrict the variables according to the Users?
    As you said how to fill the node with authorization?
    How to use standard authorizations and where can I find them?
    And how can I fill them at run time?
    how to use personalisation to default in per user the value of the node and then not allow the variable to be user selected, how to do this ?
    plz explain
    Thx

  • How to pass a value from the report to a form ( BIT OF URGENT ).

    Hi,
    I had created a "Form on a Table with Report" on the report I had remove the edit link and set one of the column feilds that functionality. Now I want to know how to pass that value that is clicked ( having hyper link ) on to the form where it runs a SQL query and then displays the reuslts on the form.
    Illustrating with an example.
    I am having these following columns on the report ( these are the results for the join statement )
    JOBNUM JOBNAME DEPTNUMBER SAL EMPNO LNAME FNAME
    In the above JOBNUM is having Hyper link as I removed the edit image.
    Now this is area I am having problem. When the user clicked on the JOBNUM then on form it should display 20 other columns( pulled from 5 other tables ) which are related to that particualr JOBNUM.
    Anybody give me a solution in which area I have to include my SQL statement and how to pass that selected value to that SQL statement.
    Cheers,
    Krishna

    Hi Ron,
    I am doing exaclty what you have suggested me but no luck. I started changing the DEMO_CUSTOMERS application to my requirements.The report is working fine and on the report I have created a page attribute to the Hyper linked column and linked that to the page 2 and assign that attribute with #JOBNUM#.
    I am able to pass that value on to form when I click on the JOBNUM. But the problem is I am not able to pass that value into the SQL query so that my query pulls 20+ columns on to the Form ( which is second page ).
    Small clarification... On the form region it is said FORM NAME and type is HTML is that is the way the APEX was designed or does it need to say region type as FORM.
    Thanks for your help in advance.
    Cheers,
    Krishna.

  • Multiple value variable - not showing Multiple values in the report

    Hi,
    I have careated a Multiple value variable for one of the characteristics in my Query. however, When i run the Query and select multiple values for the same, the report displays values for only the first selection.
    Could you help me resolve this ?
    Rgds
    Shweta

    Hello Shweta,
       Are you running the report in the Analyzer excel or Web?
    May be you can check the following:
    1. Use the latest FEP. It is working for me.
    2. May be the other values that you selected do not have corresponding keyfigures values. Hence it is showing only the first one.
    Try selecting other values ( except first one selected this time )
    Regards,
    Sheik Bilal

  • How to use the prompt value in the report column

    Hi
    I have a report prompt column which is 'Adj Type' which holds values 10,20,30 and when user selects Adj Type = 10 then this value should be passed to report column.
    For Eg. Column 1 value is 10 and this should multiple with prompt value and the output should be 10* 10.
    Any thoughts how to capture the prompt values in report column for calculation.

    hi hsekar,
    1) Declare a presentation variable in prompt under the Set Variable section -->Presentation Variable -->P_var
    2) In Fx Table_name.Your_column * @{P_Var}
    @{P_var}{20} ( 20 is default value it will override when a user selects value in prompt
    Thanks,
    Saichand.v

  • Not able to view the values on the report viewed using Query Report Viewer

    Hi all,
    There seems to be some unknown problem with the Report Template I have prepared and uploaded on PIA XML Publisher. When I run it with some ID set, it doesn't seem to show the values from the Data I give. For example if I have a field called ChartField in my report Template, It doesn't seem to get populated when I do SetID.
    Why is it so?

    Hi all,
      select bdmng from resb into corresponding fields of table it_stpo2
                for all entries in it_stpo
                 where matnr = it_stpo-idnrk
                 and xloek ne 'X'.
      loop at it_stpo2.
        move-corresponding it_stpo2 to it_stpo.
        append it_stpo.
      endloop.
    In the above code, m able to fetch the records in the table it_stpo2. but the data is not gettin populated in the final internal table it_stpo. Both the internal tables it_stpo & it_stpo2 are same.
    The data is gettin moved from it_stpo2 to it_stpo but only upto the header level. its not gettin appended in the table it_stpo even after using append stmt.
    Plz help me to resolve this issue. its urgent.
    Rgds,
    Purva

  • PASSING EMPTY VALUES TO THE REPORT

    Hello,
    I am having an issue with generating reports published on Crystal XI Server.
    When I do not pass any value for a parameter and try generating the report, an error is occurred which says "REPORT LINKING ERROR - There was an error in launching the viewer: empty String".
    Crystal Version 9 reports are fine even if I do not pass any value to a parameter.
    Can anyone help me out in resolving this issue?
    Thanks,
    BK.

    You may refer to the article:
    http://wiki.sdn.sap.com/wiki/display/BOBJ/WebItrick-drillamongmultiplereports
    And you will find out the way to transfer the all value.

  • How to get a field value in the report

    hi all :-
    i need to get the field value in the formate trigger inside a specified field in the report?

    please post your request in the report category forum

Maybe you are looking for

  • Disk not ejected properly while making a backup through time machine

    Hi everyone. I'm trying to make a backup by using time machine on an external hard drive LaCie of 2 TB. However, after storing 5 to 10 GB the backup stops and I get a message window saying that the disk has not been properly ejected and that I have t

  • ABAP Mapping: No MESSAGE_OUT during runtime. test OK

    Hi everybody, I got a ABAP-Mapping. During runtime I get noch MESSAGE_OUT (empty!) But when I test the ABAP-Mapping, everything is fine! Any ideas? Regards Mario Edited by: Mario Müller on Sep 11, 2008 9:09 AM

  • 8830 & Desktop Manager does not recognize Outlook Express 2000, cannot sync

    I just installed Desktop Manager 5.0 and connected to my BB 8830.  I use Outlook Express 2000 for calendar and I want to sync it with my BB 8330.  However, in Desktop Manager under Sync / Config / Select Device for calendar, the only choices are Yaho

  • Block email ids for outbound mails

    Hi We need to block certain set of email ids to whom our outbound mails should not go. Our agent's would be sending mails from IC-Web. I was looking around in SCOT but couldn't locate any configuration setting for that. Any idea how can we achive it.

  • Oracle 9i download a full version or just trial

    Is the Oracle 9i Server software that you can download off of OTN a full or trial version? We are in the process of updating our Oracle license but need to upgrade to 9i right now. We have been told that we can not get the cd's until our license is u