Which table is available for profitability segment?

Hi,
I have the G/L account, the Profit center and the customer number.
In which table can I find the profitability segment?
Thank you.
Kind regards,
Linda

Profitability segment we can find in CE4XXXX
CE1XXX is for actual line item
CE2XXX is for plan line item
CE3XXX is for Summary record by profit segment
XXXX stands for operating concern
Assign points if useful

Similar Messages

  • Reg: In Which Table Tax Details for the invoice are stored

    Team,
    Can you please help me in which table : tax information for the invoice is stored.
    I need the following tax : QST_PAID_AMOUNT ,GST_PAID_AMOUNT, GST_CONTRA_AMOUNT information for invoice.
    Thanks.

    Hello Vinay,
    Here's the answer -
    select single *
      from SEOMETAREL
    where clsname = 'CL_BBBB'
       and reltype = '2'.
    The class for which you want to find the superslass will be the field CLSNAME, the superclass itself will be REFCLSNAME and this inheritance relationship is specified through the parameter RELTYPE.
    I don't think any further explanation is necessary.
    Regards,
    Anand MAndalika.
    p.s. Please do reward the points if this answer has helped you.

  • Validation for profitability segment in Account document

    Hi Team,
    Currently We are using validation for cost object i.e. either cost center or WBS elements enter  in a  GL account line items and if we are enter both cost object then system will be give Error message . in this validation we have added validation for profitability segment . System will be allow only one at a time enter in Gl accounts (i.e. cost center /WBS elements / profitability segment ). But it is not working for  profitability segment so can you help regarding this.
    Thanks in Advance
    Regards,
    Manas deo

    Hi
    I think you should check
    BSEG-KOSTL <> "" (Blank) AND BSEG-PROJK(WBS) <> ""
    OR
    BSEG-KOSTL<> "" AND BSEG-PAOBJNR <> ""
    OR
    BSEG-PROJK <> "" AND BSEG-PAOBJNR <> ""
    trigger the error msg
    br, Ajay M

  • Which table holds data for plant, soldto party and shipto party? Help!

    Hi Experts,
             Which table holds data for plant, soldto party and shipto party?
             Basically I want get palnt and associated soldto party and shipto party.
             Kindly help!
    Thanks
    Gopal

    Hi
    You have to link VBAK and VBAP tables.
    regards
    Srinivas

  • Which table is stored for O3defaults value?

    which table is stored for O3defaults value?

    Dear King Qi ,
    the default values that you create via transaction O3DEFAULTS are stored in two linked database tables:
    The header data is stored in table OIB_DEF_INDEX_GM
    The default set parameters itself are then stored table OIB_DEFAULTS.
    I hope this helps,
    Kind regards,
    Markus

  • GL Account Subject for Profitability Segment

    Hi gurus,
    I just want to ask if how will I know if a certain GL account is subject for Profitability Segment (CO-PA).
    Regards
    Andre

    Hi
    I think you should check
    BSEG-KOSTL <> "" (Blank) AND BSEG-PROJK(WBS) <> ""
    OR
    BSEG-KOSTL<> "" AND BSEG-PAOBJNR <> ""
    OR
    BSEG-PROJK <> "" AND BSEG-PAOBJNR <> ""
    trigger the error msg
    br, Ajay M

  • Which tables are used for Quality Efficiency calculation of OEE report ?

    Hello,
    We're confirming OEE report behavior.
    I'd like to know OEE report and ME table specification.
    Which tables are used for Quality Efficiency calculation of OEE report ?
    According to I know, the definition of Quality Efficiency is (complete qty) / (start qty).
    For this calculation, does OEE report just use qty_started and qty_completed of PRODUCTION_LOG table?
    If any other tables/columns/logic are implemented, your information is appreciated.
    Best Regards,
    Takahiro Uesugi

    hi
    Go to BSIS & BSAS
    BKPF
    SKA1
    SKAT
    SKB1
    Regards
    Roobal

  • Mandatory field set up for Profitable segment entry

    Dear All,
    Is there any way to set up Customer as mandatory field in profitable segment while manually posting  to GL for which Profitable segment is required.
    Thanks,
    Ram

    Hi Ram,
    You could try to use Enhancement COPA000 for this requirement.

  • User exit for profitability segment in service order settlement rule

    Does anybody know if exit EXIT_SAPLKEAK_001 works for the profitability segment creation during the creation of a settlement rule of a service order?
    The context is the following: the company uses service orders which are settled periodically (it receives revenue from sales order which is posted to the service orders at time of billing, and also costs at time of goods issue). The profitability segment in the settlement rule of the service order needs to be the same as the one from the billing document that posted to the order.
    Can I use EXIT_SAPLKEAK_001 to find the characteristics from the billing document and populate it in the PSG of the settlement rule? If yes, could this be applied to only one specific service order type?
    Thank you.

    Hi
    If your settlement is triggered by a batch or is triggered by a workflow exit EXIT_SAPLKEAK_001 is not run. From release 5.00 on characteristic groups are indeed not considered any more during batch input processes because there were problems before with initial chars of a CO-PA line item resulting from a batch input process that actually shouldn't be initial.
    Refer SAP Note 581739, which put an end to usage of char groups during batch input processes. Also refer SAP Note 142628.
    Regards
    Sanil Bhandari
    Edited by: Sanil K Bhandari on Jun 23, 2011 10:12 AM

  • BAPI_INTERNALORDER_CREATE settlement rule for profitability segment

    I am trying to create internal orders using BAPI_INTERNALORDER_CREATE, in the Settlement rules data I want to settle to profitability segment but I can't find away to do this. I can settle to other orders, cost centers and WBS elements but not PSG.
    Are you guys aware of any way I cant do this. How can I derive profitability segment from PNL? is there other functions that will help do this?
    Thank you very much
    Omar

    Yes that field is enabled for settling from settlement profile configuration. The other enabled fields like order, cost centers and profit centers are available.
    I think the BAPI is missing this functionality since the profitability segment has to be derived from other characteristics like PNL.
    Are you guys aware of any functions that do the derivation of the profitability segment given PNL for example?
    In this case where the BAPI is missing some key function what is the best way forward?
    Thanks very much
    Omar

  • Choosing which table is used for results

    To make this simple I am going to use two dimension tables and one fact table.
    If you were to have two dimension tables. One for Country and one for Region.
    Then you have one fact table which shows transactions at the Region Level, but Country is also in the PK for the table. So there is a join from Country to F1 and another from Region to F1.
    When I select Country and Region in my query and no fact, it is using the fact table to get the results. The problem with this is that if there are no transactions for a given Region then the data does not exist. I would like the result to pull from the Country Dimension for Country and the Region Dimension for Region.
    Any help is greatly appreciated.

    Hi user10800227,
    So if I understand your situation correctly, you have the following going on:
    TABLES)
    COUNTRY_DIM
    REGION_DIM
    FACT
    JOINS)
    REGION_DIM.F1 1-to-many FACT.F1 many-to-one COUNTRY_DIM.F1 (INNER JOINS)
    In your report, you pull one field from COUNTRY_DIM and one field from REGION_DIM.
    Assuming that the above is correct, then what you are seeing is the right behavior. Each Answer Request is sent out as a single query. So when you pull a field from REGION_DIM and COUNTRY_DIM, OBIEE has to find a way to join those two tables together in a single query. Based on the metadata you setup in the RPD, OBIEE sees that the proper way to relate a REGION_DIM record to a COUNTRY_DIM record is through the FACT table. So when it generates SQL it joins REGION_DIM to the FACT, and the FACT to COUNTRY_DIM. Hence, if all your joins are inner joins, then if there are no transactions for a given COUNTRY&REGION combination, you won't see it in your list.
    If you want to see all the data points, you might want to make that join an outer join in the repository.
    Your other option is to use Nico's data densification technique. Visit this link for details: http://gerardnico.com/wiki/dat/obiee/logical_sql/obiee_sql_densification
    Good luck and if you found this post useful, please award points!
    Best regards,
    -Joe

  • Which table stores HOMEPAGE for users??

    Hi,
    I want to know what subject say exactly.. Which table stores users HOMEPAGE settings. I saw wwsec_person$ but there is no such coulmn.
    thanks
    Vikas

    Vikas,
    Are you aware that you can set the default home page for a user by using the edit user portlet in the product? Directly changing the data in the Portal Meta-data Repository is not supported.
    If this is an API that you would like to have made public, then let the folks in the PDK forum know or log an enhancement request with the support group.
    Rich

  • Which tables are suitable for advanced compression in R12.1.1 vision db

    I want to use advanced compression in our R12.1.1 test env and I want to know which R12 tables are suitable for that?(I want make a script for compressing our VISION DB automatically)
    for example, table like GL% and ... ?
    some table contain long/long raw data_type ,so if I compress all tables in a tablespace(like APPS_TS_TX_DATA) ,filter long/long raw table will became a time-cosuming job..
    thanks

    Hi,
    for example, table like GL% and ... ?I believe this is no direct answer to your question as this depends on the number/type of records you have in your tables, and this varies from one organization/environment to another. You could calculate the size of the tables and decide which tables need compression by yourself.
    some table contain long/long raw data_type ,so if I compress all tables in a tablespace(like APPS_TS_TX_DATA) ,filter long/long raw table will became a time-cosuming job..Please see if these links help.
    Early Benchmarks: Using Advanced Compression with Apps 12
    http://blogs.oracle.com/stevenChan/2008/11/early_benchmarks_using_advanced_compression_with_ebs.html
    Using Advanced Compression with E-Business Suite Databases
    http://blogs.oracle.com/stevenChan/2008/10/using_advanced_compression_with_e-business_suite.html
    New Whitepaper: Options for Reducing E-Business Suite Database Sizes
    http://blogs.oracle.com/stevenChan/2008/12/whitepaper_options_for_reducing_ebs_database_size.html
    Regards,
    Hussein

  • Which table stored  description for field name

    hi,
    for example,
    field name is  LIFNR , description (vendor number),
    which table stored this description (vendor number)  for that field name(LIFNR) ?

    1. From table DD03L, give your tablename and get all of its field names and corresponding data element names. 
    2. From table DD03T, get the description of each data element you have got in step 1. 
    3. Then Use Function Module DDIF_FIELDINFO_GET 
    DD02L : ALL SAP TABLE NAMES
    DD02T : DESCRIPTION OF TABLE NAMES
    DD03L : FIELDS IN A TABLE.
    Check the below link for more information.
    http://www.sap-img.com/abap/how-to-get-the-field-descriptions-of-a-table.htm
    Thanks,
    Balaji

  • Which tables to use for Project Status Report in CR2008 accessing R/3 data?

    I am working on a Project Status Report on a WBS in Crystal Report 2008 that is accessing data from a R/3 system level that will provide me the following fields:
    1) Purchased Hours
    2) Billed Hours
    3) Non-Billed Hours
    4) Credit Memo
    5) Remaining Hours
    The report will be displayed at the WBS level (grouped at WBS level) but will also list the different activities under each WBS.
    Can anyone help me identify which tables and fields I need to be working with? This is how the report will look like:
    CustID     ProjectID     PlantID      WBS#     Activity#      PurchasedHours     BilledHours    Non-BilledHours     CreditMemos    RemainingHours
    Please help.
    Regards.
    -Rohit
    Edited by: RohitBora on Feb 2, 2012 5:59 AM

    If you are using Business One then please post to that forum. CR 2008 is an OEM build for B1 so they support it in that forum.
    Don

Maybe you are looking for

  • PDF created with ID CS5.5 won't open in Acrobat 9

    I have a PDF that was created in InDesign CS 5.5 - using the same standard export profiles we use for hundreds of other files - that appears to have no issues opening in Acrobat X Pro, but which will not open correctly in Acrobat 9 Pro. (Mac & Window

  • How do I print from a specific point in booklet

    Hi, cannot work this out. I have printed the first two spreads of a book then on the third spotted a mistake as it was coming out so cancelled printing. For the life of me I cannot make indesign understand I want to print from the third spread which

  • Time Machine recovery is missing last 6 months.

    My SSD drive died and no data is recoverable from it. Fortunately I have had Time Machine running for years, so there should be an up-to-date backup. (It always is turned on. In fact I used it a few months ago to retrieve earlier versions of a fine,

  • Can't convert: "an error occurred while signing in" in Reader

    i am getting a "an error occurred while signing in" when i try to convert pdf to docx file from my Acrobat reader (using the online conversion Adobe Export PDF) - However, i am already signed in. any ideas? thanks

  • Searching Words in .RTF documents

    I have a problem with the use of "contains" option within .rtf document. I have a table (note_tab) in which i put .rtf text: note_tab (id integer,note varchar2(250)); with primary key on the column id. Then I have a context index on the column "note"