Report on PCA: Transaction Data (0PCA_C01) (Business Content)

Hi,
  I am using a business content cube 0PCA_C01 and a report (Business Content) Plan/Actual/Variance.
  But i need to have info on on Profit CenterCost center and cost element.As the cube is business content,only profit center info is loading now.How can I load  Cost center and Cost element  data.
My question is
1)     From where I can (In which tables) pick the data from to modify the data source
2)     As the data source is based on view (ISPCACST),How can I check on which tables this view is developed.
Thanks

depends which datasource you are feeding the data with
If you are using 0EC_PCA_3 then you are doing it via the GLPCA table and a timestamp extarctor
If you are doign it via the 0EC_PCA_1 in FULL load then you are doing it via the totals tabel GLPCT
If you are oding it via the 0EC_PCA_1 in delt amode you are actually doing it from GLPCA line items posted to the delta queue in RSA3 that looks the same as the GLPCT table (ie its aggregated in the delta queue)
In your installation does cost centre = profit centre and does GL account = cost eleemtn
If they do just add these to the cube and map them from the base data so profit centre in cube gets loaded from profit centre and cost centre in cube gets loaded from cost centre
Else - then you are in trouble as you dont have the cost centre information on PCA - thats what CCa is for
An FI document can create a PCA and a CCA document
A CCA document does not have to exist in PCA or FI (secondary cost postings)
The reference doc number in PCA dn CCA can be used to poitn to the original FI document - thats where the link is
If you dont use secondary cost postings - and the profit and cost centres are different why not build a cube of the GL4 datasource? All the data is in there - cost and profit centre

Similar Messages

  • WBS planned data - which Business Content Source ?

    Hi Experts.
    Hope you can help me.
    I am trying to find the planned data for wbs element in datasource 0CO_OM_WBS_2, but the source gives 0 rows.
    I know there are some wbs elements lines that are planned for in transaction CJR2 ( Planning of cost on WBS element )  on the R/3 side.
    Please help me to find the correct Business Content source for these numbers .
    Or tell me if there are some things that need to be done on the R/3 side.
    Ingrid

    Thank you very much Stefan.
    We are looking at it right now.
    Do you happen to know how to single out only plan data as well.  We are thinking of not using this source for actuals, since it is without delta.
    Do you have any experience here ?
    Ingrid

  • Error while loading external data using Business Content

    Hi,
    I am new to BW and I'm stuck up with this problem.
    I'm trying to load data from external file using business content cube(0PUR_C01)and infosources(2LIS_02_ITM/S012/SCL).
    I first installed the above mentioned cube and data sources.
    Then I activated the update rules and transfer rules, without any changes.(I don't know what changes might be required!)
    Monitor is showing successful load but the cube has 0 enteries.
    Even the simulation of update is showing data in the data target.
    Can someone please guide me through this ?
    Its really urgent....
    Thank you all in advance.

    Hi Sharmistha,
    Welcome to SDN !! Does your monitor shows any records extracted till PSA ? Go to the details tab -> processing and click on each node to check what monitor shows.
    Hope it helps.
    Thx,
    Soumya

  • BOM (Bill of Material) Master Data  in Business Content?????

    Hi all,
    Any idea about standard business content data source which contains the BOM - bill of materials data.....
    Best Regards,
    Navin

    Hi Navin,
    Check these links:
    Re: Extract BOM data from R/3 to BW
    Re: Loading Bill of Material
    Bye
    Dinesh

  • Master data object business content activation

    Hello ,
    How to activate business content for master data ingoobjects . Like 0p_plant .
    I activated PP cube and just want to proceed now for masterdata with out missing it's attribute .
    Should I drag infoobject and select dataflow before , Is it correct method ? But in this case , I am getting so many other object which i don't want .
    I only want to activate master data object , ( it's datasources , transferrule , update rule and infopackage if possible )
    PLease suggest

    Hi Akshay,
    you can very activate the object of your own choice by simple drag and drop.
    Howcver, this is usually not recommended as you might miss objects which are very important in the data flow.
    Apart from this you can also make selections of the objects from all the object included due to the option " before and after data flow" by checking or unchecking them while installing your content.
    Regards,
    Tapish

  • Inventory posting list report not shown transaction data

    Dear Viewer,
    As my english is not good inspite of this i am trying to give you detail where i have stucked in SAP.
    As you know there is some standred report in SAP .inventory report is one of them.
    when i am going to see inventory posting report in inventory report i am unable to see all transaction .
    Like recv qty,issue qty,daily sub total so on somthig like taht.
    When i login to other super user id i am able to see all these data.This is happen only one super user id dont know why.
    Please help me out regard this.

    Hi Divya,
    Do this,
    ->> Login SAP(which user id did not show the issue Qty, rec qty & total) in normal user id.
    ->> Goto Inventory module.
    ->> Inventory reports.
    ->> Inventory Posting List.
    -> Run the Inventory Posting List report.
    ->> Goto Form setting on Menu bar.
    -> put the Tick mark in Visible button on Form setting window.
    Regards,
    Madhan.

  • Is it possible to delete data selectively from Business content cubes

    Dear Experts,
             Requesting you to help me out to know, is it possible to delete data selectively from Business content cubes.
    When I'm trying to delete selectively from Business content cubes, the background job gets cancelled with ST22 logs stating
    A RAISE statement in the program "SAPLRSDRD" raised the exception  condition "X_MESSAGE".                                                                               
    Since the exception was not intercepted by a superior program, processing was terminated.  
    and i tried  with few more Technical content cubes but the same thing happens.
    Pls let me know how to selectively delete data from Business content cubes if it's possible?.
    Thanks in advance for your favorable assistance.
    Regards,
    Ramesh-Kumar.

    Hi Ramesh,
    Follow below steps for selective deletion:
    1.     Transaction code: Use the Transaction code DELETE_FACTS.
    2.     Generate selective deletion program:
    A report program will be generated of the given name, here .
    3.     Selection screen:
    Take the deletion program u201CZDEL_EPBGu201D to the transaction code SE38 to see/execute the program.
    After executing it will take you to a selection screen:
    As we need to carry out deletion selective on Calendar week, we need to get the screen field for the field Calendar week. For this, click on the Calendar week field and press F1.
    Click on the technical information button (marked in red box above) you will get below screen:
         ABAP program to carry out the Calendar week calculation
    Problem scenario: As stated earlier the requirement is to delete the data from the cube based on the calendar week. Thus a code must be developed such that the number of weeks should be taken as input and corresponding calendar week should be determined. This calendar week should be then passed to the deletion program in order to carry out the data deletion from the InfoCube.
         Transaction code: Use T-code SE38 in order to create a program.
    Logic: Suppose we need to delete the data older than 100 weeks.
    a.     Get the number of weeks and system date in variables and calculate the total number of days :
    lv_week = 100.      *number of weeks      
    lv_dte = sy-datum.     *system date
    v_totaldays = lv_week * 7.      *total days
    b.     Get the corresponding calendar day from the total days. This is obtained by simply subtracting the total no. of days from the system date.
    lv_calday = lv_dte - v_totaldays. *corresponding calday.     
    c.     Now in order to get the calendar week corresponding to the calculated calendar day we must call a function module 'DATE_TO_PERIOD_CONVERT'. This function module takes input as Calendar day and Fiscal year variant and returns the appropriate fiscal period.
    Get the sales week time elements
      call function 'DATE_TO_PERIOD_CONVERT'
        exporting
          i_date                      = lv_calday
          i_periv                     = lc_sales
        importing
          e_buper                     = lv_period
          e_gjahr                     = lv_year
        exceptions
          input_false                 = 1
          t009_notfound               = 2
          t009b_notfound              = 3.
      if sy-subrc = 0.
        ls_time-calweek(4)      = lv_year.
        ls_time-calweek+4(2)    = lv_period.
      endif.
    v_week = ls_boots_time-calweek.
    Note: We can pass the fiscal year variant which can be obtained from the table T009B.For e.g. here fiscal year variant lc_sales = Z2. LS_TIME will be any table with suitable time units.
    d.     Now we have obtained the required calendar week in the v_week variable. This calendar week is the week till which we need to keep the data. And older data than this week will be deleted. This deletion will be done by the deletion program
    Submitting the Data deletion program for ZEPBGC01 and key field
    SUBMIT ZDEL_EPBG WITH C039 LT v_week.
              Here the calendar week value is submitted to the deletion program ZDEL_EPBG with the screen field of calendar week.
    Hope ... this will  help you..
    Thanks,
    Jitendra

  • Business Content WAD reports

    Dear All,
    Can any one tell me the method for viewing the business content WAD reports in BW3.5/7.0
    and as well as exucuting the reports also for the business content cubes.
    for Eg: I want to see the WAD Business content reports for HR module for the Business content cube;0PA_C01.
    Thanks in advance

    Hi Goto Business Content and change the grouping to "In flow afterwards" or "Before and After"
    then select the cube you need and then you will find the reports as well as web template built on that.
    Then you can install the web template or query necessary for you.
    If you know the web template or query name, go to Web template in Business content screen and select the the web template object and transfer it on the right side and instal.

  • SAP BW Business Content and R/3 Tables

    Good morning
    I wonder if you can help me.
    I am at a BW-MM implementation.
    From where I can get a list of Business Content extractors and tables which is supplied by R / 3.
    For example:
    0EC_PCA_1 -> GLPCT
    I need this information to implement the MM module in BW, but if you have or can help with additional information from other modules I will be grateful.
    I await your help and thank you very much!
    Javier.-

    Hi,
    Check the BI content.
    http://help.sap.com/saphelp_nw04/helpdata/en/37/5fb13cd0500255e10000000a114084/content.htm
    Go to the original page from there by clicking the arrow buttons.
    There you can see your functional areas.
    For example, to find 0EC_PCA_1, you will go to Financials--> Profit Center Accounting > Datasources> PCA transaction data.
    For MM, go to Supply Chain Mgmt --> Supply Chain Performance Management --> Procurement
    Here you can find what tables the extractor is based on.
    -RMP

  • Please help on Business content

    Hi Gurus,
    I have read so many answers and papers giving the steps how to transfer,replicate and extract business content, that is all fine and very helpful.  I apologise for very long topic, but I think answers to this would help loads of learners like and everyone would be grateful to you(all).
    But not found a details such as for e.g. for cube 0FIAP_C03
    Question: Does this business content has InfoObjects,ODS, InfoCube and BEx queries are already defined in BW?  Do we need to activate them and start reporting on the queries?
    R/3 Side:
    1. Transfer Data sources 0FI_AP_3(Vendors: Line Items) and 0FI_AP_4(Vendors: Line Items with Delta) from R/3 from RSA5.  Does this mean that the Data sources are created/activated in R/3?
    BW Side:
    2. AWB --> Source Systems --> Select Source System ---> Right click ---> Replicate Data Sources.   When I click on + sign next to the DS, this shows already assigned infosource.  When I click on - sign next to the DS, this asks an infosource to be assigned.  What does the +/- sign means there? What does the 'TICK MARK' means there?
    3. AWB ---> Business Content ---> Install --> Do we get a chance here to activate InfoObjects, Transfer Rules,Update rules, Infocube and BEx query?  Once we install here, then only the cube 0FIAP_C03 is going to appear in InfoProvider and then for BEx query designer?
    4. AWB -
    > Info Sources -
    > My Application Component ---> Assign InfoSource (We already did that in Step2, what does this mean here?) -> Assign Data Source->  Create InfoPackage -
    > Schedule.  One (0FI_AP_3) DataSource is for line Items and another for Line Items Delta (0FI_AP_4).  Do we need to schedule both at the same time? Is the DS 0FI_AP_3 not for Init Delta?  Is the DS 0FI_AP_4 not for Delta?
    Please can you send me any documents of this detail to [email protected]
    I appreciate all your patience to read and answer my questions here. Is there any training or personal attention available in the UK? 
    Thanks again.
    Chitra.

    HI,
    Question: Does this business content has InfoObjects,ODS, InfoCube and BEx queries are already defined in BW? Do we need to activate them and start reporting on the queries?
    Answer:Business content has infoobject, ods, infocube, queries in "D" version.
    SAP delivers the BI Content objects in a new D Version.
    Before you can work with BI Content objects, you have to convert them from the SAP delivery version (D version) into the active version (A version).
    R/3 Side:
    1. Transfer Data sources 0FI_AP_3(Vendors: Line Items) and 0FI_AP_4(Vendors: Line Items with Delta) from R/3 from RSA5. Does this mean that the Data sources are created/activated in R/3?:
    Like BI business content. predefined objects in R/3 (datasources ) are maintained in RSA5 and Activated datasources are available in RSA6
    BW Side:
    2. AWB --> Source Systems --> Select Source System ---> Right click ---> Replicate Data Sources. When I click on + sign next to the DS, this shows already assigned infosource. When I click on - sign next to the DS, this asks an infosource to be assigned. What does the +/- sign means there? What does the 'TICK MARK' means there?
    3. AWB ---> Business Content ---> Install --> Do we get a chance here to activate InfoObjects, Transfer Rules,Update rules, Infocube and BEx query? Once we install here, then only the cube 0FIAP_C03 is going to appear in InfoProvider and then for BEx query designer?
    Ans: Once install it it will be available in Active version accroding to the component it has been assigned(SD or CRM). otherwise it will be in Unassigned Node.
    4. AWB -
    > Info Sources -
    > My Application Component ---> Assign InfoSource (We already did that in Step2, what does this mean here?) -> Assign Data Source-> Create InfoPackage -
    > Schedule. One (0FI_AP_3) DataSource is for line Items and another for Line Items Delta (0FI_AP_4). Do we need to schedule both at the same time? Is the DS 0FI_AP_3 not for Init Delta? Is the DS 0FI_AP_4 not for Delta?
    Regards,
    Senthil

  • Difference between RSA5 and AWB-- Business Content tab?

    Hi all,
    RSA5 is for installing the business content datasources.
    AdministratorWorkBench--> BusinessContent is also used for installing the Business Content Datasources.
    So what is the difference between these two options?
    Thanks.

    RSA5 is inturn a business content.. but it has data sources of the system, from the source system angle.. it will have the related code to pick the data
    in business content tab, you will have the data source and destination specific items. it will have the structures to transfer data
    ie, if you want to use load data from bw system itself, you wil have to install the data source from rsa5

  • Error Loading Transactional Data into Cube(0PCA_C01)

    Hi Guys,
        I am trying to Install the following cubes from Business Content. 0PCA_C01 / 0PCA_C02 (Profit Center Analysis). Everything got replicated. I am trying to load transaction data now. I created Infopackage and loaded the data. Its running for a long time. It still says " not yet completed/warning ". If i try to see the content of the cube, I am getting the following errors.
    "Your user master record is not sufficiently maintained for object Authorization Object3.
    System error: RSDRC / FORM AUTHORITY_CHECK USER NOT AUTHORIZED 0PCA_C01 0PCA_C01
    System error: RSDRC / FUNC RSDRC_BASIC_CUBE_DATA_GET ERROR IN RSDRC_BASIC_QUERY_DATA_GET 0PCA_C01 64
    System error: RSDRC / FORM DATA_GET ERROR IN RSDRC_BASIC_CUBE_DATA_GET 0PCA_C01 64"
    Also if i try to change something in the infopackage, it says "Init. select. for field name  currently running in". I guess its because the job is still running.
    Please let me know if i missed something.
    Raj

    Hi Raj
    This seems to be an authorization case.
    i guess you are in BW Dev system.
    Go to SU01. Enter your user id and display.Go to Tabs ROle and PRofile.
    Ideally in development, a developers id shud have access to all devevlopment activities. So check with basis folks and get access to the relevant profiles. If you can get SAP_ALL, then perfect!!
    Prakash
    Assignin points is a way of saying thanks on SDN!!

  • Business content data source for  BP Product (De)Authorisations & Terminate

    Hi Experts......
    Good evening!!!..
    I do have one requirement for which im not getting any business content ds. Could you pl help me out in that ?
    My requirement is like below.
    Report is extracting SAP CRM contracts data:
    u2022     This report lists the number (as a numerical count) and the Type of BP Contractual Relationships and the Product Groups (PPRs) they are able to sell under those BP Contractual Relationship Agreements (BPAs).
    u2022     This report should also include (at the usersu2019 discretion) all Terminated BPAs and any de-authorised (Terminated) Product Groups. 
    u2022     The user should be able to decide whether the report includes Terminated BPAs and de-authorised Products ONLY.
    Pre-Requisite     BPA Contract has been accepted (Registered)
    Pre-Requisite     Include only changes to BPA contract (including Terminations and Product Group de-authorisations) which have been accepted (Registered) in CLM/Upside.
    Pre-Requisite     Do Not include changes (including Terminations and Product Group de-authorisations) to BPA which are u2018pendingu2019
    ADDITIONAL DESCRIPTION
    u2022     Channel Partners are called  Business Partners by contract.
    u2022     Some T2 Business Partners have contractual relationships with the company, while some may not; referred to as non-contracted T2u2019s.
    u2022     These Contractual Relationships are regulated in Business Partner Agreements
    u2022     BP Agreements outline the BPu2019s Relationship Type with IBM (e.g. Distributor/Reseller/Solution Provider) as well as the Product Groups (PPRs) that the BP has been authorised to sell under the BP Agreement Terms & Conditions with IBM.
    u2022     The subject of this report is to report on the number (as a numerical count) and the Type of BP Contractual Relationships and the Product Groups (PPRs) the BP is authorised to sell under those BP Contractual Relationship Agreements (BPAs).
    u2022     This report should also include (at the usersu2019 discretion) all Terminated BPAs and any de-authorised (Terminated) Product Groups (PPRs) previously associated with the BPA. 
    u2022     The user should be able to decide whether the report includes Terminated BPAs and de-authorised Products ONLY.
    u2022     A BP can have multiple relationships with Company (e.g. Distributor and Solution Provider).
    u2022     For each of these relationships the BP may have a separate BP Agreement (BPA) with company.
    u2022     Both T1 and T2 BP Agreements are also stored as a system contract in CRM outlining:
    o     The Discounts a BP will get under the corresponding agreement
    u2022     The BP Relationships are also reflected as a SAP Distribution Channel in SAP.
    Waiting for your quick response....
       Thanks in advance.

    Hi,
    I think you need to recheck RFC created for QA system , i guess it contains IP Address of the Dev system . Which is why it leads to Dev system whenever you try to goto source system.
    In case if dev, quality server are in the same server with different client then
    Goto  Transaction SM59,
    Select RFC (Dialog ) and tabpage "Logon security" tick on logon screen
    Hope that helps.
    Regards
    Mr Kapadia
    Assigning points is the way to say thanks in SDN.

  • Finding fields in R/3 for data extraction VS Business content

    Hi all,
    I am doing my first BW project after my training and I am finding it difficult to locate some fields that should be part of my report.
    The Consultant says Sales Group, Inco terms, Open orders, Account assignment group, Sold to party, ship to party, Payment terms, Document currency and base currency, Complete deliver indicator, Order type and Count of Complete deliveries required should all be in the Order while transmission type and number of transmissions should be in NAST.
    I have gone to R/3 - RSA6 to look at datasources and found 2LIS_01_S260 (Sales order) to have most of the fields but not payment terms, complete delivery indicator, open orders base currency and count of complete deliveries required. Also in Sales document header data, these fileds are not there.
    Is it a case of not understanding the correct name of the fields if they are described in a different manner in R/3 or I have not done the proper thing? Can I just use an infocube in BW business content to get all the required objetcs -(infocube, infosource, datasource).
    Thank you

    Hi,
    Finding the correct Infoobject and it's mapped field is a job of BIW consultant. But the problem is how to find them and how to frind respective R/3  field and it's table. You will be familar with them as your experience increases.
    So you need to list of fields you require and then find out the Datasource/s which can give these fields by going through the Business content help or using LBWE Tcode in R/3.
    The datasource you mentioned is obsolate one. i.e 2LIS_01_S260  .
    You better to go wtih new DSes like 2LIS_11_VAITM,2LIS_11_V_ITM.
    http://help.sap.com/saphelp_bw31/helpdata/en/8f/36f338472b420de10000000a114084/frameset.htm
    If allmost all fields are avialable in a DS , then you can check the possibility of enhancing the DS for remaining Fields.
    With rgds,
    Anil Kumar Sharma .P

  • Business Content for Bill Up transaction in CRM system

    To all Experts,
    I'm currently working on a project that requires Bill Up transactional data ( Source Table: CMSD_BU ) to flow from CRM to BW system. I'm looking for Business Content that can fulfill this requirement. However, till to date, I couldn't find any information of such Business Content. I'm not sure if such BC exist. Can anyone help if you have experience implement this data flow?
    When searching for the DataSource / Extractor, I found BW Extract Structure CMST_BU_BW and CMST_BU_BW_C in the CRM system. But couldn't find any DataSource for both extract structure. Not sure if we need to install any support pack in order make the BC available in the system. Please help if you have any idea. 
    Thanks in advance.
    Regards,
    Hui Pin

    Hi Shalini,
    The document is replicated from ECC to CRM without any errors.
    For this document I just want to create follow up transaction in CRM.(I dont want to change the document in CRM)
    The follow up transaction is in display mode. this is my problem.
    Hi Rekha:
    I have done following setting in CRM to create follow up transaction in CRM for the document which is replicated from ECC to CRM.
    1)     Defined the Copying Control for Transaction type
    2)     Defined Copying Control for Item categories
    3)     Defined Item category determination when copying
    Thanks in advance,
    Regards,
    -Rahul.

Maybe you are looking for

  • HELP: Failure flashing BIOS using Live Update 5

    Hi, I used Live Update 5 to download the latest BIOS version for my MB. Then when I was running the update, I chose "". (I know it's incorrect and I should have chosen the other one.) After the update, the machine restarted and showed a cursor blinki

  • I cannot pay my outstanding balance as Apple will not let me.

    How in the world would I pay my outstanding balance of 40 dollars If apple will not let me? I had already voiced my concerns to apple via  email and the only means I could pay my outstanding balance as per their instruction is through itunes gift car

  • Windows Update error code 8024402C

    I've been having this problem for months and I can't make any updates so please solve my problem, I went to your website about that problem and it still doesn't solve my problem, I would really appreciate if you could solve it thank you in advance. P

  • Migrating settings, actions, plug-ins etc. from CS5 to CS6 (Creative Cloud)

    Hi, I wondered if someone could help me with the transition from CS5 to CS6 (Creative Cloud). I'm on a Mac with Mountain Lion. I would like to migrate as many settings (i.e. workspaces where relevant), personal Photoshop actions, plug-ins (i.e. Type

  • Problems printing to LPT1 from DOS programs in windows 7

    Hello I'm having problems connecting a Epson Lx-300 II to a computer (desktop) without parallel print port, the environment is: Windows 7 starter Epson printer Lx-300 II connected via usb adapter Old DOS program that just prints to LPT1 ports I have