Co report ,,,,kkbcs_out structure

i have a requirement in which i need to
Total actual costs
Total target costs
Tgt/act. variance (%)
Currency
Total Actual Qty
Total target qty
Percentage target/act.
all these fields are present in kkbcs_out structure.
i need database table name where this strycture is included or i find these fields
(i tried a lot but couldnt find) or any other logic we need to use so that instead using them from database we somehow get these fields in internal table

Hi,
Check the below tables
cosp, coss, cosl, aufk, qmat .
Try running sql trace to find out the same.
Go to ST05 , click on active trace .... open another session , run ur transaction .... come to ST05, clikc on deactive the trace..... and click on display trace.....now u can able to see all tables and field names, which are used in ur transaction.
Regards.

Similar Messages

  • Add fields to reporting table/structure CCSS

    My customer has defined some new fields (Z......) for WBS reporting in table PRPS. They would like to use these fields in report painter reports, but we have not managed to make them available in the library used (6P3). In order to make that happen they must show in the reporting table/structure used (CCSS) I guess? According to SAP there's no "easy way" of doing this, but obviously it should be possible.
    Can somebody give ma an idea how this can be done?

    Eventually we manage to get the customer defined field to show up as a characteristic in the relevant library. The reason we struggled with this was the defined length of the field. SAP does not accept a characteristic with a defined field length of more than 24 characters (we had 30). We ended up redefining the length of the field directly in include CI_CC1Z.
    Edited by: Roar Sørli on Feb 5, 2009 2:52 PM

  • Using xsd:group in Report Data Structure

    Hi all,
    I am totally new to BI Publisher trying to create a report with a data structure specified by an XML schema. This schema makes heavy use of the XML schema construct 'group', e.g. like
    <?xml version="1.0"?>
    <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema">
    <xs:group name="custGroup">
    <xs:sequence>
    <xs:element name="customer" type="xs:string"/>
    <xs:element name="orderdetails" type="xs:string"/>
    <xs:element name="billto" type="xs:string"/>
    <xs:element name="shipto" type="xs:string"/>
    </xs:sequence>
    </xs:group>
    <xs:element name="order" type="ordertype"/>
    <xs:complexType name="ordertype">
    <xs:group ref="custGroup"/>
    <xs:attribute name="status" type="xs:string"/>
    </xs:complexType>
    </xs:schema>
    </xsd:sequence>
    </xsd:complexType>
    When importing this schema into the Word Template Builder the shown attributes do not contain the elements specified in the group but only the element 'order' of type 'ordertype'.
    Could you point me to the solution of this issue - if any? Or is BI Publisher not able to handle xsd:group constructs?
    Thanks in advance.
    Best regards,
    Stefan

    The feature has some restrictions. Does the following work for you?
    <?xml version="1.0"?>
    <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema">
    <xs:element name="order" type="ordertype"/>
    <xs:complexType name="ordertype">
    <xs:group ref="custGroup"/>
    <xs:attribute name="status" type="xs:string"/>
    </xs:complexType>
    <xs:group name="custGroup">
    <xs:sequence>
    <xs:element name="customer" type="xs:string"/>
    <xs:element name="orderdetails" type="xs:string"/>
    <xs:element name="billto" type="xs:string"/>
    <xs:element name="shipto" type="xs:string"/>
    </xs:sequence>
    </xs:group>
    </xs:schema>

  • Handle in the report layout structur.

    Hi Team,
    I have created a selection screen with two radio buttons one for Preq Details and another for PO Details.I am showing the output in ALV Report using(Reuse_alv_grid_display).Also i am saving the report layout variants  in the alv report using(Reuse_alv_variant_f4,REUSE_ALV_VARIANT_DEFAULT_GET and REUSE_ALV_VARIANT_EXISTENCE).I am getting the layout variant but Layout Variants saved for P-req report should not show up in PO report and vice versa.)what to do for that one?
    i have read some postings saying that just we need to a Pass HANDLE in layout structure..but still i am not able to save them in specific report.
    Thanks
    Shakeer

    Hi Friends,
    Can any one Please help me..
    Thanks,
    Shakeer

  • Display structure in crystal report using structure created in BEx.

    I created a structure in BEx query designer and trying to display the structure as a hierarchy in crystal report.
    Iam not able to accomplish it. the crystal report is displaying the structure with no nodes. please help

    Hi,
    in case you created a BEx query with 2 structure - one for keyfigures and one as characteristic structure - then the structure for the characteristics will result in Crystal REports using the BW MDX Driver as a single field and each element of the structure will result in a row of data.
    regards
    Ingo Hilgefort

  • SSRS to export report as "structured" csv file (of sorts) . . .

    I'm trying to use SQL Server Reporting Services (SQL Server 2008 R2) to produce a CSV file.  Row 1 in the CSV has to be a summary row with 8 columns.  The detail rows which follow have 24 columns.  The data in the summary row is "static"
    except for a date, a count of detail rows, and a total amount due based on the detail rows that follow.  Here's an example of what we need it to look like:
    HDR,4242,0,1,20150203,25,I,25823.18,,,,,,,,,,,,,,,,
    DTL,4242,0,1,20150203,255092,20150129,989,C,Net 0,Due Upon Receipt,12703,Some Super Customer,1001 Grandview Dr,,SomeCity,TX,US,75012,9729990000,,,,
    DTL,4242,0,1,20150203,255093,20150129,1360,C,Net 0,Due Upon Receipt,23774,Another Awesome Customer,52 Six Flags Dr,,DeepInTheHeart,TX,US,76006,8174445555,,,,
    I've been able to get the report itself to render correctly in Visual Studio or from a browser using several different approaches but they all fail in one way or another when I try to save it as a CSV (eg, a header is prepended to each detail so they end up
    side by side, header and detail end up with extra columns, etc).
    I'm clearly a far cry from an SSRS expert but this seems like it should be easy.  Can someone who
    is an SSRS expert (or at least knows more than me) give me a hint or two?  Can this even be done?
    thanks in advance for your help!

    Hi there -
    Thanks for your response.  I apologize for the delay.  I think the
    difference in your screenshot and my scenario is that I have a "header" row of sorts whereas you have no such row.  In my scenario, the first row of the CSV file must have a record type of "TRL".  This row summarizes certain elements
    of the rows to follow which are of record type "DTL".  Specifically, the TRL row, provides a total number of DTL rows in its 6th column and a total dollar amount of the DTL rows in its 8th column.  See here for an example:
    So in the report shown above, there are 177 DTL rows with a total dollar amount of $301,646.20 and it looks to be in the right format/structure.
     However, when I export it to CSV, this is what I get:
    Hopefully that demonstrates the situation but if not, let me know.
    respectfully,
    java_dude

  • Hyperion financial reporting hierarchical structure of the rows

    Hi All,
    I am using hyperion financial reporting for creating reports.
    I have a prompt for account in the row dimension and according to the selection of the
    row dimension the tree like structure will come for the member selected.
    I am getting the tree stucture but it is like an inverted tree structure.
    What should i do to get the correct tree structure?
    Thanks

    If you are descendants of accounts, it is not possible. However, try IAncestors of level 0 account. I never tried that.
    Good luck!
    Venu

  • Reports from structures....is this possible?

    Hi,
    is correct the following statement?
    If I have to create a report, is better work on table fields instead of structure fields and only
    if I don't find the tables I need I can create my report with values contained in a structure.
    I'm asking this 'cause when I ask to an ABAPER a report giving him the related fields of a structure
    he immediately tell me that is not possible working taking data from fields of a structure.
    Yours truly

    hi
    good
    you can use both table and structure to create  a report, but the issue here is a strucutre doesn't contain any value and table contain table, yes if you r using a strucuter and you can take referance of a table and using that you can get your data display in the output of the report.
    thanks
    mrutyun^

  • How to prepare report using structure (MDPM)

    Hi All,
    when you display any purchase order,then at bottom ITEM section, there is one tab - MATERIAL DATA. In which there is button to click COMPONENTS.
    When we go into that component overview, there are main material and we can see list of materials. (Something similar like BOM)
    The details of this component overview are stored in structure MDPM. I want to prepare report of that, but i do not know how to fetch data from structure MDPM.
    Can anybody please let me know. structure MDPM
    Thanks
    Yogi

    Hi Yogi!
    You should be able to fetch this data from table RESB where ebeln = your purchase order and ebeln = your line item.  Table RESB stores all of the material reservations needed to fulfill different types of orders.  Structure MDPM is only used temporarily to display the components/requirements data on the screen.
    Thanks,
    David

  • Structural Reporting::Setting Structure Conditions

    Hi,
    In the Structure Conditions Dialog box, you can specify which conditions objects must  fulfill if they are to be displayed in the structure.
    If you want to report on positions assigned to a particular Org Unit along evaluation path PLSTE, but you want only those positions to be displayed that are assigned to a particular job. You can make this a structure condition
    I used SAP Easy Access path Human Resources > Org Management > Info System > Org Unit > Org Structure > Org Structue with positions
    In the following screen, I entered the Org Unit. Checked the check box under Status
    On the Structure Display/Mainatainence Screen, I tried using Data Structure and Set Structure Conditions tabs, but am not sure of how to proceed. After clicking on Set Structure Conditions, a pop up opens- not sure of what to enter in this table too.
    Regards,
    AM_BLR

    Hi,
    1st column "Check object type" - the objects that you want to see in your report, e.g. positions -> S
    2nd column "Root object type" - object type of object where your search should start, e.g. organizational unit -> O
    3rd column "Root object ID" - ID of root object
    4th column "Evaluation path" - how object should be identified starting from root object, e.g. all positions starting from root and velow -> O-O-S
    5th column "Status vector" - what status to use, e.g Active objects -> 1
    Cheers

  • DMEE format for tax reporting - USM1 - structure RFUMS_TAX_ITEM

    Hi Sap experts,
    I'm using the DMEE format USM1, in the structure RFUMS_TAX_ITEM, I don't understand following fields:
    USER_FIELD_1     USER_FIELD_1     CHAR     40     0     First Field Entered by User
    USER_FIELD_2     USER_FIELD_2     CHAR     40     0     Second Field Entered by User
    USER_FIELD_3     USER_FIELD_3     CHAR     40     0     Third Field Entered by User
    USER_FIELD_4     USER_FIELD_4     CHAR     40     0     Fourth Field Entered by User
    USER_FIELD_A     USER_FIELD_A     CHAR     40     0     Field A Entered by User
    USER_FIELD_B     USER_FIELD_B     CHAR     40     0     Field B Entered by User
    How can we use those fields from BSEG / BKPF?
    I would like to use those fields to put additional infomations for the file generation ?
    Can you help me undestand how we can use / customise those fields?
    Thanks!
    Karim

    Any idea, experts?

  • Work book, web reporting, workflow, structures

    HI all,
    Can u please send the any of the documents which is mentioned above..it will b very helpful
    Points assured
    Email: [email protected]
    Regards
    Pushkar

    Hi,
    Check these
    WEB REPORTING:
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/ec20a990-0201-0010-f291-d1d039975e41
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/a249a990-0201-0010-e18e-b2f5ed135497
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/bc4fa990-0201-0010-588e-ca4e63050d6d
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/b931a890-0201-0010-268d-a7bedf8aa720
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/f0aca990-0201-0010-0380-f3aac4127a57
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/3541a990-0201-0010-f1ae-b24b72690df7
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/2642ab90-0201-0010-9193-d59de66cbab4
    Regards,
    R.Ravi

  • Report Structure based CKF percentage total colume Error

    Dear Guru's
    In Report Created structure in Rows structure created formulas for sub total, CKF using in colume for finding percentage on sale,
    where formula used in structure, percentage also adding instead of average. Applied exception aggregation for plant but no result
    Example scenario : Zone1 created with selection of plant, division and region.same as a UCWL and internal total Zone1+UCWL used formula
    percentage CKF working as addition. Red colour highlighted are wrong totals
    Month
    Target
    Prorata
    Target
    Actuals
    Today
    Actual
    Todate
    %Age
    Achiev
    Target
    PPC % age
    PPC %Age
    Actual
    Rajasthan Zone1
    45,000
    36,000
    1,276
    27,473
    76
    67
    54
    UCWL
    25,000
    20,000
    952
    18,183
    91
    100
    76
    ZONE1+UCWL Total
    70,000
    56,000
    2,228
    45,656
    167
    167
    129
    Rajasthan Zone 2
    60,000
    48,000
    1,722
    34,746
    72
    65
    10
    Rajasthan Total
    1,30,000
    1,04,000
    3,950
    80,403
    240
    232
    140
    Gujarat-Sirohi
    1,12,000
    89,600
    2,555
    85,877
    96
    42
    Gujarat-Kalol
    60,000
    48,000
    1,644
    34,945
    73
    75
    30
    Gujarat- P Pur
    8,000
    6,400
    247
    6,035
    94
    100
    Gujarat Total
    1,80,000
    1,44,000
    4,447
    1,26,857
    263
    217
    30
    Treat this most urgent, report is pending due to percentage total.
    Regards
    ramesh

    I applied this:
    If([Process Category] InList("Process01") And IsNull([Date]);[Percentage];Max(Date)))
    [Percentage] = (Count([Date])/Count([Operation]))*100.
    but, this is not becoming true - even when Operation has one Date
    Showing result as:
    List#,Process01,Process02
    100, 11/12/2010, 11/15/2010
    But result should be
    100,50%,11/15/2010
    Can anyone help me achieve the right result!
    Thanks in advance.

  • Which table will give data of structure KKBCS_OUT

    Hi All,
             I have requirement to get the values of Total target cost and Total actual
    cost of production order.
    Tcode: CO03->Goto->Costs->Analysis
    We can see the posible cost elements and values of respective production order.
    But all these data are stored in KKBCS_OUT structure.
    Could you please tell me which table we can get these information?
    I have checked individual data elements in where use list also. But i am not able
    to find any thing.
    Please let me know if any one faced same kind of issue.
    Thanks in Advance
    Basha Sk.

    Check with these tables :
    <b>coss
    cosl
    cosp</b>
    aufk
    qmat

  • Kkbcs_out in CO report

    i   have a requirement in which i need to
    Total actual costs
    Total target costs
    Tgt/act. variance (%)
    Currency
    Total Actual Qty
    Total target qty
    Percentage target/act.
    all these fields are present in kkbcs_out structure.
    i need database table name where this strycture is included or i find these fields
    (i tried a lot but couldnt find) or any other logic we need to use so that instead using them from database we somehow get these fields in internal table

    Hi
    If you are using COPA - You can use KE4MS to specify an alternate UoM... This Alt UoM is used to update all qty in COPA in the specified UoM
    br, Ajay M

Maybe you are looking for