Is there a Purchasing Business Content Data Flow

Hi, I'm looking to install the Purchasing Business Content. 0PUR_C01, 0PUR_O01, 0PUR_O02, etc...
Is there anywhere that SAP might have a Data Flow Graphic of how it all flows?  I wouldn't think it would be that difficult for them to include something like this.
Thanks!

Hi please check the below url.
http://help.sap.com/saphelp_nw70/helpdata/EN/77/5c27cf43b290408efe91148095d7ff/frameset.htm
http://help.sap.com/saphelp_dm40/helpdata/en/c5/a26f37eb997866e10000009b38f8cf/frameset.htm

Similar Messages

  • How to get zdata flow  for business content data flow

    Hi Experts,
    i have done business content installation  for mttr/mtbr  i.e OPM_DSO2  which gets loaded from 0PM_DSO1 and  0PM_DSO1 gets loaded from
    2LIS_17_I0NOTIF and  2LIS_18_I0NOTIF i want to change the whole dataflow to zdataflow
    so i have created  zinfosources  with copy of original infosource and done the datasource assignment ,  and created the update rules for them  and finally want to create update rules from 0PM_DSO1   to 0PM_DSO2 , here my question is i cant get standard  routines here so how do i  create z dataflow
    please advise
    Thanks in Advance,
    Harshitha

    Hi,
    First understand existing standard routine, based on that you can maintain custom routine for zdata flow. Take abap expert help.He can analyze for standard routine function and will write required logic at zdata flow.
    Thanks

  • Install business content -Data flow before.

    Hi,
    How to install business (Data flow before)
    for example-  0sd_c03 cube,and it's objects, transformation(update rule,transfer rule) and data source.
    how to activate stranded data source?? and full data flow before (with these data source for 0sd_c03)??
    Please if possible give  step by step solution.
    Thanks in advance,
    R. Singh
    Edited by: Rdg singh on Feb 2, 2012 4:40 PM

    Welcome to SDN !!!
    Please go thru below article
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/102906a4-f13d-2e10-7199-ce316ff254b8?QuickLink=index&overridelayout=true
    This will be useful as far as sd data flow is concern
    http://forums.sdn.sap.com/thread.jspa?threadID=1943181
    Thank-You.
    Vinod

  • Enhance business content Data Source

    Hello BW Gurus,
      Please let me know step-by-step (Detailed) procedure on how to enhance the Business Content Data source
    Actual Time and Labor Times <b>0HR_PT_2</b>
    http://help.sap.com/saphelp_nw04/helpdata/en/4b/26c5394dbfef35e10000000a11402f/frameset.htm
    This Data source is already extracting Data for HR Tables PA2001,I want to enhance the data source to include start date and end date from the same table.
    Please give me detailed steps how i can do it (Do i nned to modify the function module of data source if how how and where) .Please help as it is my first extraction from R/3
    Thanks

    Hi
    Enhancement means in the SAP given datasource If you want to add extra fields.
    The procedure is like below.
    Take the datasource in which you enhance.
    1. If you enhancing in the LO datasaource, take the aprapriate communication strucute append the structure in that structure add the fields you wnat enhance.
    If you are enhancing other than LO you take extract structure append the structure and add the fields in that structure.
    2. Goto LBWE Tcode take the option called "Maintain Extract structure" take the fields which you enhanced from pool take push in to extract strucure.
    If you enhancing other than LO no need to do this.
    3. Goto RSA6, take datasource, goto change mode. The enhanced fields Hide option checked, reomove that tick and save it.
    4. Goto "CMODE" tcode, If project is already created for that enhancement goto disply mode. If the project is not created give the project name created and give the enhancemet name as "RSAP0001" and save it.
    in the component you can find 4 Function modules
    EXIT_SAPLRSAP_001 -> Transaction Data
    EXIT_SAPLRSAP_002 -> masterdata attributes
    EXIT_SAPLRSAP_003 -> Master data Texts
    EXIT_SAPLRSAP_004 -> Masterdata Hirarchies.
    Take the apprapriate FM and double click on it
    there you can find Include name. If you double click on it you can find ABAP editor.
    there we have to write the code
    example code will be like below.
    data: l_s_icctrcst like icctrcst,
    l_s_icctract like icctract,
    l_s_icctrsta like icctrsta,
    l_tabix like sy-tabix.
    case i_datasource. */ in BW 1.2B case i_isource.
    when '0CO_OM_CCA_1'.
    loop at c_t_data into l_s_icctrcst.
    l_tabix = sy-tabix.
    select single * from z0001 where kokrs = l_s_icctrcst-kok
    and kostl = l_s_icctrcst-kostl.
    if sy-subrc = 0.
    l_s_icctrcst-zfield1 = z0001-zfield1.
    l_s_icctrcst-zfield2 = z0001-zfield2.
    modify c_t_data from l_s_icctrcst index l_tabix.
    endif.
    endloop.
    when '0CO_OM_CCA_2'.
    when '0CO_OM_CCA_3'.
    when others.
    exit.
    endcase.
    This is example code.
    Thaks
    DST

  • Business Content Objects on BI side for the business content data sources

    Hi All,
    We are doing a fresh implementation, and would like to know the step by step way through which i can know the relevant business content objects on BW side for a BC data sources ,,,,,
    0material_attr
    and 0mat_sales_Attrt
    As Per my understanding, once installed the BC data sources, the data would be feed to the master data info object 0material
    But the question is how do i know the complete Business content object on BW / BI side, and use the same building the entire flow.
    I have a hint that we can know it through the help.sap.com, and it would be highly appreciated and awarded for your expertises guidence, i have tried sercing in it, but dont know the correct trick.
    Even for the other  business content data sources.
    Example, the relevant infoobject or the DSO or the Cube,transformation, dtp,etc..
    Thanks
    Daljeet sing Nagi

    Hi Vineeth,
    Do you mean this way in the meta data repository, it will propose the flow for the business content object, and if yes, then even if they are in delivery version and not in active version, still it shall propose the flow for the business content objects,
    And to cut short my requirement,  as specified we are doing the fresh implementation,
    and i have identified that we would require first to load the material master data, and based on our present requirement, the data source which i have identified are
    0material_attr   (for the table mara in ECC system)
    0mat_sales_attr (for the table mvke in ECC system)
    all the fields data would be loaded to which master data info object,
    will it be 0material or ????
    Thanks for your support and surly as promised

  • Underlying tables of business Content data sources

    Hello Exerts,
    Can anyone advice me finding the underlying tables of business Content data sources?
    Regards.

    Hi,
    I dont think that there is any standard tcode or table to find out the underlying base tables.
    But you can try the below mehtod to to find out the tables related to a datasource.
    Go to RSA2 >>> give your Data source name and execute>>>>Double click on the extractor>>>Goto the function module Top include and see the list of tables used.
    This might help.
    Regards,
    Abhishek

  • I Activate business content data source, but ca't able to see the data in

    I activate business content data source in crm 2007 , when i go to RSA3, GIVE the data source and checking data, I can not able to find the data in that ,
    q1) when activating the data souce then it have data i, OR we will run any sttings for that

    Thanks for reply
    I did same thing , I activated the data source in RSA5, then got to RSA3 i can not able to fine data in that data source,
    is there is no data in tables?
    or any other problem

  • Standard business content Data source

    Hi Experts,
    Could you please let me know, which standard business content Data source will be suitable for the below business attributes?
    Stock Transfer Order (STO) Number
    STO Creation Date
    Delivery Creation Date
    STO required Date
    Thanks,
    Gana

    Hi All,
        Please let me know the business content extractor for the BFOK_A Table.
    Thanks
    Srinivas.

  • BW-CRM - Business Content Data Source for Service Ticket

    We are setting up BW for CRM. We want to analyze data related to Service Ticket. I am trying to find Business Content Data Sources for Service Ticket. I could not find any thing under Interaction Center Delivered analytics. I appreciate if any of you BW Experts can guide me in the right direction. Thanks for your help in advance. I am using RSA6 to look into delivered Data Sources

    Hi Nilesh,
    Thanks for the update.
      I can enhance  0HRPOSITION_ATTR to include  Number of hours per month & Number of Hours per Week (WKAVG & MOVAG).
    My last question is which object (Employee,Position,Job) do i need to enhance
    for  PA0007: WOSTD( Hours per week) - It will be used to calculate STAFF FTE
    Thanks for the help

  • How to get the BW 7.0 Business content data sources

    Hi,
    We have got following sever components
    SAP EHP 1 for SAP NetWeaver 7.0
    SAP_BW - 701 - SAPKW70106
    BI_CONT 705
    When we try to install the business content in T.Code: RSOR, we are getting 3.x data sources even though latest servers are in place.
    Do we need to any settings in order to get 7.0 data sources and its flow(transformation and DTPs).
    Please let me know.
    Thanks,
    Bala

    SAP will not touch any of existing 3.x BW Content and change everything to 7.X content in the new BW Content version.
    Most of the BW Content that was created earlier will still be in 3.x version only. You will see a small .(dot) before that object showing that it is in 3.x version.
    SAP Provides only mechanism to migrate them into 7.X concepts as shown in below link
    http://help.sap.com/saphelp_nw70ehp1/helpdata/en/43/f00e2696d24c5fe10000000a155369/frameset.htm
    You can still use 3.x objects with out any problem.
    In most implementations, the approach they use is, as long as you do not need to enhance or add any standard content, you can retain it the way it is. The enhancements include, adding a field, changing the structure of source or target, or you want to use better functionality in 7.x objects, then you can always migrate them as discussed in the above link
    When you convert them, if you select "With exports" you can go back to older version later. If you select "Without exports" then the object is permanently transformed.
    I you have to touch a standard object for any enhancement or reason, better convert it to 7.x version

  • 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.

  • How to change Selection Criteria for a Business Content Data Source

    Hi Experts
    I am extracting data using 0CO_OM_CCA_9 Datasource. I would like to be able to select a range of Company Code (BUKRS) to pull in, but I cannot find a way to make certain fields available as selection criteria. When I go into "Change DataSource", I can unselect fields, and even select certain fields, but the option for most is grayed out.
    How can I make this field available as selection criteria in Infopackage?
    Thanks for the help.

    Its not that simple to enable a new selection for a Business Content Datasource, if its not already provided by SAP. Enabling new fields for selection should be accompanied by corresponding extractor code changes to process those field selections and use those selections throughout the extraction process.
    Solution for your problem would be create a custom extractor with all the logic of standard extractor (function module BWOMD_GET_CTRCSTA1 for 0CO_OM_CCA_9) and extra logic to process the new fields for selection.
    Hope it helps!

  • Standard Business Content & Data Targets for Case Management & CRM Survey

    Dear Friends,
    We are implementing CRM2007 with BW3.5 for reports for CRM Analytics. We require to Identify the Standard Data Targets & Standard Business Content (Reports) available for the following:
    1. Case Management
    2. CRM Survey (We have already been able to identify Data targets in BW3.5 for Web Survey & in CRM 2007 we have been able to identify Data targets for CRM Survey, as well as Web Survey. Our requirement is identifying Data Target for CRM Survey)
    Please guide.
    Regards,
    Rajesh Banka

    hi,
    You can find the planning scenarios related to planning ifor CRM at this link http://help.sap.com/SAPHELP_SEM350BW/helpdata/EN/05/242537cedf2056e10000009b38f936/frameset.htm
    You can also find the details on demo content for the same at http://help.sap.com/SAPHELP_SEM350BW/helpdata/EN/05/242537cedf2056e10000009b38f936/frameset.htm
    Regards,
    Deepti

  • Business Content : Data extraction.

    Hello,
    I'm facing an error when extracting data from a datasource in my CRM Quality environment (CRQ).
    The datasource is : 0CRM_OPPT_ATTR_I.
    In CRM development env (CRO). With Tcode : RSA3, the above datasource retrieves data correctly.
    But on Quality env (CRQ), the same datasource gives error with Tcode : RSA3
    The error is :  "Error 0 when generating upload program for DataSource 0CRM_OPPT_ATTR_I".
    I've re-imported the datasource from CRO to CRQ (using Tcode : RSA5). but still getting the same error.
    Could you please help me, how/where do i look further.
    Regards,
    Nagendra.

    Hi Aduri,
    I did re-transport using RSA6. But as the datasource is giving error (on simulation) on CRM, there is no point replicating/re-activating on BW side.
    Need to zero-in the problem on CRM side.
    Any other input would be appreciated.
    Regards,
    Nagendra.

  • Transporting Extract Structures for Business Content Data Sources

    Hi
    We have added a new field to the 2lis_13_vditm data source and when i am trying to capture it in the transport, only the data source is getting captured and not the extract sturcture. When I go to the Object Entry Directory of the Extract Structure, it shows package as MCEX and person responsible as SAP. Should i need to change this and capture it in a transport or is it enough if i capture the data source alone
    Thanks
    Rashmi.

    Hi,
    If you transport the DS that should do it . The extract structure is standarad one and it would show as SAP, however you would have added the new filed using an append structure and if you go to the append structure and view the transport request you should be ble to see the transport request and your package in it.
    P.S : if the Append structure is not under any transport req then check if it has already been transported
    Cheers!!
    Ashwin G

Maybe you are looking for

  • Memory upgrade on a macbook pro 13 mid 2012

    Hello all, I am a proud owner of a new MBP 13 2012 and the installed memory on it is 4gb. I would like to know if the max memory it supports is 8gb or 16gb. I have seen on this forum both options. The information on the Apple site states that the max

  • Configuration is not updating in sales order using function module SD_SALESDOCUMENT_CREATE

    Hello Experts, we are using SD_SALESDOCUMENT_CREATE function module to create sales order. Sales order is creating successfully but the configuration for the items are not updating. Could any one help me out on this ....we tried in different ways but

  • How can I set the default line height?

    Greetings, I have a report that displays observed behavior in a list format like the one below: Behavior Observed:        Withdrawn                Happy     Sad     angry There are 5 responses as to the severity of the behavior or it is left blank if

  • SAP HUM Issue while Posting TO.

    Hi There, I have issue while doing picking for HUM with Nested HU. Scenario : - We have Nested HU with 11 Box packed on it. (10 Box Batch A + 1 Box Batch B). - I have an outbound delivery for 1 material with split batch. (Batch A and Batch B). while

  • Windows 8: disk burner software not found...

    My new computer is saying Disk burner software not found... this is the diagnostics.  what can I do?(Build 9200) Dell Inc. Inspiron 3520 iTunes 11.0.1.12 QuickTime not available FairPlay 2.2.32 Apple Application Support 2.3.2 iPod Updater Library 10.