Adding Material Components in PS through BAPI_NETWORK_COMP_ADD

Dear Experts,
I am trying to create material components in a project through BAPI_NETWORK_COMP_ADD but it doesn't work. It gives the following error message: "Network operation 0010 does not exist". However it does create the network and its operation.
Can anyone help me?
Thank you,
Claudinei Melo.

Hi,
Please add your Network and operation using BAPI_PROJECT_MAINTAIN and then try BAPI_NETWORK_COMP_ADD to add Material component.
Regards,

Similar Messages

  • Create project material components with BAPI_RESERVATION_CREATE1?

    We have created a project structure down to network activities by using BAPI_PROJECT_MAINTAIN.  Now we want to add material components to the network activity like you do manually in CJ20N.  We do not want to release the network activity, just add the material components.  Does anyone have experience with creating these automatically?  Can we use BAPI_RESERVATION_CREATE1?

    Was informed about BAPI_NETWORK_COMP_ADD, so problem solved.

  • Status close and material components

    Hi,
    If you have material components in your projects and when you finish your projects you set the project in status "CLOSE".
    What happen is that material components no longer are visible in project builder (CJ20N) after setting status "CLOSE".
    But if you go through compoent overview you still can see all the material component information but not from the left panel tree as icons in CJ20N.
    Do anyone know if this is a setting wich can be done to see the material components as icons in left panel tree, any way, after setting the status close?
    Best regards
    Jose Marin

    José,
    When you close the corresponding activity, the material components are flaged for deletion.
    If you still want to see them in the structure tree, you must change your PB options in menu Settings > Options. There you will find a flag to make the system display the deleted objects ("Display deleted objects"). Once the flag is set, the system will display the deleted material components in the structure tree highlighted in blue colour.
    Hope this clarifies
    Rgds
    Martina

  • How do i get a Base code (Material) from a description through BOM?

    Hi,
    the right base code(material) for the production order '68647' is 100827 descriotion 'PIPE BASIC' .
    my requirement is i have an production order and relevent plant, how do i get a basecode ?
    from my previous finding i read that All BOMs will have are associated with the description.
    Targeting this description will always return the right base code for the order.
    but i did not get any idea out of it.
    Please tell me how do i get a Base code (Material) from a description through BOM?
    Thanks in advance.
    Edited by: gulab zehra on Sep 22, 2009 9:17 AM

    Hi Keven,
    I had a look at the example "programmaticbuild2.vi" that you can find at this link:
    in this application the error that eventually comes out from the "BuildTargetBuildSpecification.vi" is written in the error_log.txt through a case structure.
    You can change the code inside the Error case if you want to handle the error in a different way. For example you could connect the error wire to a General Error Handler, that displays a message if an error occurs, or you could light up a led that inform you the error has occurred.
    Best regards,
    Serena M.

  • Documents attached to Material components

    Hi friends,
    In the project builder, I have the option of attaching documents to the material components and then a PR is generated. Can this document be viewed by the person who is converting this PR to PO? Because I want this document to be viewed by the vendor alongwith the PO released to him.
    regards
    Pratap.V

    Dear vishnu
    Standard SAP provides with a solution for this requirement using PS texts. u can create PS texts specific to the material component and u can transfer to the PR. the following are the steps
    1) In the network call up the component overview for a network or activity.
    2) Select the components whose PS text you want copy into the purchase requisition.
    3) Choose Components -> Copy PS text.
    Hope this will solve ur problem.
    Regards
    Murali

  • Performance consequences to adding materialized view logs to tables?

    I am writing a very complex query for a client of our transactional database system and this will require the creation of a materialized viewbecause all attempts at tuning to make performance acceptable have failed.
    I want to enable fast refresh of the MVIEW but I am confused regarding the consequences of the addition of adding materialized view logs to the base tables.
    Some of the tables are large and involved in alot of transactions and I am wondering if the performance of INSERT/UPDATES will be seriously affected by the presence of an mview log.
    This may be a simple question to answer but I was unable to find a clear cut answer in the literature.
    Thanks for any answers!!
    Chris Mills
    Biotechnology Data Management Consultant

    Last time i looked into this there were three cases to consider
    If you're doing conventional row-by-row DML then the impact is just one insert into a heap table per row modified.
    If you are modifying a high number of rows using bulk-binds then the overhead is very severe because modifying 1,000 rows on the base table causes 1,000 non-bulk bound inserts into the log table.
    Direct path inserts have extremely low overhead because the MV log is not touched. Instead, the range of new rowids added is logged in ALL_SUMDELTA
    http://oraclesponge.wordpress.com/2005/09/15/optimizing-materialized-views-part-ii-the-direct-path-insert-enhancement/

  • Is there any way to Authorization Management for Material Components?

    Hello every body
       Is there any way to Authorization Management for Material Components? 
       For example  i want to create , delete , modify  Material Components,how i can Authorization Management ?
       Enhancement or IMG or other ways?
                                                                                    thanks

    Alas, no, not in VBA.
    Regards, Hans Vogelaar (http://www.eileenslounge.com)

  • Compare different project versions for material components?

    hi all,
    is it possible to display and compare different project versions for material components in different COLUMNS? i want to be able to view the data for each version in a different column.. currently i can view the different data per version but it is arranged  by ROW but i want to know if its possible to have different layout/report showing the different versions in separate columns
    Thanks in advance..
    Edited by: Ramesh on Sep 15, 2008 5:58 AM

    hi,
    thanks but this is not the report im looking for.. i wonder if its possible to show a report similar to CNMM or CN53N wherein the different project version data can be displayed side by side as columns?
    again, thanks in advance and regards..

  • MFBF window Missing BOM Components error "no material components available"

    Hello !!
    I need your help.
    We are doing MFBF for the material 12345REF.. but appear the window "Missing BOM components" with the error "no material components available".
    -We just review that exist a BOM, and it is valid,
    - The material has the RepMfg and has the REM profile.
    - exist a prod version and it is valid and has activated the RepMfg.
    - Route also exist and has the MfgRep.
    What could be generating this issue?
    Now Im lost!!

    Dear Marco,
    1.Check whether have you created the BOM component's along with a change number with a release key.
    2.If so means goto CC02 and set the release key for that change number.
    3.Goto KKF6N,enter the parent material number,plant and create the product cost collector for the producvtion version and save
    the preliminary cost estimate for this material and then check in MFBF.
    check and revert.
    Regards
    Mangalraj.S

  • Need some help understanding the way materialized views are applied through

    Hi, I need some help understanding the way materialized views are applied through adpatch.
    In patch 1, we have a mv with build mode immediate. When applying it PTS hang due to pool performance of mv refresh.
    So we provide patch 2, with that mv build mode deferred, hoping it'll go through. But patch 2 hang too on the same mv.
    How does this work? Is that because mv already exists in the database with build immediate, patch 2 will force it to refresh first before changing build mode? How to get over this?
    Thanks,
    Wei

    Hi Hussein,
    Thank you for the response.
    Application release is 11.5.10.
    Patch 1 is MSC11510: 8639586 ASCP ENGINE RUP#38 PATCH FOR 11.5.10 BRANCH
    Patch 2 is MSC11510: 9001833 APCC MSC_PHUB_CUSTOMERS_MV WORKER IS STUCK ON "DB FILE SEQUENTIAL READ" 12 HOURS
    The MV is APPS.MSC_PHUB_CUSTOMERS_MV
    This happens at customer environment but not reproducable in our internal environment, as our testing data is much smaller.
    Taking closer look in the logs, I saw actually when applying both patch 1 and patch 2, MV doesn't exist in the database. So seems my previous assumption is wrong. Still, strange that patch 2 contains only one file which is the MV.xdf, it took 7 hours and finally got killed.
    -- patch 1 log
    Materialized View Name is MSC_PHUB_CUSTOMERS_MV
    Materialized View does not exist in the target database
    Executing create Statement
    Create Statement is
    CREATE MATERIALIZED VIEW "APPS"."MSC_PHUB_CUSTOMERS_MV"
    ORGANIZATION HEAP PCTFREE 10 PCTUSED 40 INITRANS 10 MAXTRANS 255 LOGGING
    STORAGE(INITIAL 4096 NEXT 131072 MINEXTENTS 1 MAXEXTENTS 2147483645
    PCTINCREASE 0 FREELISTS 4 FREELIST GROUPS 4 BUFFER_POOL DEFAULT)
    TABLESPACE "APPS_TS_SUMMARY"
    BUILD IMMEDIATE
    USING INDEX
    REFRESH FORCE ON DEMAND
    WITH ROWID USING DEFAULT LOCAL ROLLBACK SEGMENT
    DISABLE QUERY REWRITE
    AS select distinct
    from
    dual
    AD Worker error:
    The above program failed. See the error messages listed
    above, if any, or see the log and output files for the program.
    Time when worker failed: Tue Feb 02 2010 10:01:46
    Manager says to quit.
    -- patch 2 log
    Materialized View Name is MSC_PHUB_CUSTOMERS_MV
    Materialized View does not exist in the target database
    Executing create Statement
    Create Statement is
    CREATE MATERIALIZED VIEW "APPS"."MSC_PHUB_CUSTOMERS_MV"
    ORGANIZATION HEAP PCTFREE 10 PCTUSED 40 INITRANS 10 MAXTRANS 255 LOGGING
    STORAGE(INITIAL 4096 NEXT 131072 MINEXTENTS 1 MAXEXTENTS 2147483645
    PCTINCREASE 0 FREELISTS 4 FREELIST GROUPS 4 BUFFER_POOL DEFAULT)
    TABLESPACE "APPS_TS_SUMMARY"
    BUILD DEFERRED
    USING INDEX
    REFRESH COMPLETE ON DEMAND
    WITH ROWID USING DEFAULT LOCAL ROLLBACK SEGMENT
    DISABLE QUERY REWRITE
    AS select distinct
    from dual
    Start time for statement above is Tue Feb 02 10:05:06 GMT 2010
    Exception occured ORA-00028: your session has been killed
    ORA-00028: your session has been killed
    ORA-06512: at "APPS.AD_MV", line 116
    ORA-06512: at "APPS.AD_MV", line 258
    ORA-06512: at line 1
    java.sql.SQLException: ORA-00028: your session has been killed
    ORA-00028: your session has been killed
    ORA-06512: at "APPS.AD_MV", line 116
    ORA-06512: at "APPS.AD_MV", line 258
    ORA-06512: at line 1
    Exception occured :No more data to read from socket
    AD Run Java Command is complete.
    Copyright (c) 2002 Oracle Corporation
    Redwood Shores, California, USA
    AD Java
    Version 11.5.0
    NOTE: You may not use this utility for custom development
    unless you have written permission from Oracle Corporation.
    AD Worker error:
    The above program failed. See the error messages listed
    above, if any, or see the log and output files for the program.
    Time when worker failed: Tue Feb 02 2010 19:51:27
    Start time for statement above is Tue Feb 02 12:44:52 GMT 2010
    End time for statement above is Tue Feb 02 19:51:29 GMT 2010
    Thanks,
    Wei

  • Activity 0010 has been assigned material components - Deletion not allowed

    HI friends,
    Even after deleting the material from the activity, the system is giving the following error message
    Activity 0010 has been assigned material components - Deletion not allowed 
    The status of the activity is REL.
    One purchase order already created for this WBS element.
    The material found deleted from the activity but why it is giving the same  message.
    Activity 0010 has been assigned material components - Deletion not allowed
    Edited by: M.Alagesan on Sep 13, 2010 1:15 PM

    Is that material already consumed?
    Generally when you try to delete the operation, it also deletes the dependencies of the activity, i.e., it deletes the components associated to that activity, if it is not issued to the order.
    Check the details in your system.
    Praveen

  • Read all material components from activity

    Hi
    I need to read all the material components for an activity.
    For this i have read the table AFVC with the WBS of the activity and found my activity.For this activity i went to table RESB and read with key RESB-AUFPL = AFVC-AUFPL and RESB-VORNR = AFVC-VORNR and finally i get the informations needed for my material components.
    My problem is that by reading RESB with these 2 parameters ,the query lasts very long.For just one record i have to wait 1-2 minutes until something is found.
    Does anyone know how to read the RESB faster,when i know the WBs element and the activities.
    Thank you.

    Hi
    i found the solution for this
    I read with WBS element in AUFK
    AUFK-AUFNR = AFKO-AUFNR
    AUFK-PSPEL = AFVC-PROJN
    And then read table RESB with key
    RESB-RSNUM = AFKO-RSNUM
    RESB-AUFPL = AFVC-AUFPL
    RESB-VORNR = AFVC-VORNR
    Read all my records in 2 sec.
    thanks

  • How to add three batches for a single material during vendor return through

    Dear All,
    We have to sent back some stock to vendor through MBRL.This stock consist of two batches.But during MBRL i could able to enter only one batch.How can i give more batches in this screen.
    Please give the inputs.
    Thanks and regards,
    deepti

    If you are doing it with MBRL, then you have to specify a material document number.
    So the posting can only have the same info as SAP could adopt from this material document.
    You probably have to execute MBRL several times

  • SQL Server 2008 R2 - Adding Replication Components to an Existing Installation

    Hi All
    I have a SQL Server 2008 R2 instance that I need to install Replication components on. 
    I've been going through the appropriate wizard and selecting to upgrade an existing instance, the wizard recognizes the SQL Server that we have installed so that one is selected. On the next screen, I'd expect to see the feature selector with everything
    we currently have installed selected and greyed out, however nothing is selected (except for BOL).
    So in order to select Replication Components, I'd have to also select Database Engine, suggesting that a new SQL Instance would be installed. Not wanting to do this, I'm having to abort.
    I've tried a number of different ISOs now (one I found lying around on the server), but I haven't had any luck. My only option now seems to be to recreate the instance entirely, but that being a last resort, I was wondering if anyone may have had some experience
    with this problem?
    I am running the installer with the highest level of Windows and SQL access, if that helps.
    Thank you

    Just to confirm when you try to install you select the option "Add features to an existing Instance of SQL" and below you see the instance name and you *Dont* see replication.
    Now when you click next in the feature selection page you see replication as greyed out is that correct?
    Regards, Ashwin Menon My Blog - http:\\sqllearnings.com
    To confirm, the steps I'm taking are as follows:
    Once all the Setup Support files have been installed, and the Setup Support rules have been checked (with no errors)
    - At the Installation Type screen I select Add features to an existing instance of SQL Server 2008 R2. My server appears in the drop down as the only instance on this server. I see the list of installed instances too, and can confirm that Replication does
    not appear in the Features column. I click next.
    - At the Feature selection screen, the only items that are selected are Books Online, SQL Client Connectivity and Microsoft Sync Framework. No other features are selected and greyed out, where I would expect Database Engine Services, Analysis Services and
    Reporting Services (among others) to be selected. Selecting SQL Server Replication at this stage results in Database Engine Services also being ticked, suggesting the wizard will add a new instance on this machine.
    The only peculiarity that I've noticed is with the version number reported on the Installation Type screen, which shows 10.51.2500. Not the same as the version that is reported if I inspect object browser or I user the @@Version command. In fact, I believe
    this version relates to MDS instead? This being said, our other production server reports the same version here, and I was able to install replication components here with no problem.
    I hope this helps, I don't know if I can attach some images to my post to make it more clear? It's quite a difficult and unusual problem to explain!

  • Return material to vendor procured through Third party PO

    Hi Friends
          We have a scenario where the materials sent to customers through third party sales order is retuned back as retuned stock.
    This retuned material needs to be sent back to the vendor. Please let us know how this can be handled.
    regards
    R.Rajesh

    Hi
    i have an issue on the way we manage return from third party order but maybe it can help you to know how we proceed
    third party order here is treated this way;
    sales order with TAS triggering PR and then PO......we do MIGO when good reach customer ..then MIRO and finally customer invoice..ok..nothing really extraordinary !!
    for the return we add a new item in the Sales order and then triggers a new PR..we go to our PO with ME22N and create a new item from the PR generated with the second sales order item
    We set the return checkbox in the second PO item...and then we do MIGO to indicate that stock has been returned to the supplier ..and create the MIRO to be refunded by the supplier and finally we create a G2S invoice to refund the customer ....
    it works good but...the overal status of the sales order remains "Being processed..." !! this is my problem and SAP do not want to help us coz a return flow on third party order is not covered by SAP in standard !
    Regards
    Laure imberti

Maybe you are looking for

  • After upgrade to 4.0 database home page now points to APEX IDE

    I was using the original APEX version that comes with Oracle XE and everything was working very nicely. After upgrading to APEX 4.0 when I select the "Go to Database Homepage" menu item for XE it routes me to the APEX 4.0 IDE (http://127.0.0.1:8080/a

  • Integrating BI server groups with BIP groups

    Hello - having a BIP integration with OBIEE issue. Running: BIP 10.1.3.3.3 running on AIX OBIEE 10.1.3.3.3 running on AIX Our OBIEE server is configured so that users authenticate with our enterprise LDAP implementation. After they authenticate, OBIE

  • 9.2 deployment problem.

    I created a simple portal on 9.2 beta and deployed. Deployment was not successful and here is the dump in console. Pl. help. \weblogic.policy weblogic.Server Listening for transport dt_socket at address: 8453 <Jun 8, 2006 10:57:11 AM EDT> <Notice> <W

  • Delete the database records

    Hi All I  want to delete the records that are older than 40 days in my custom table ZTABLE. How can I use table maintenence generator to achieve the same? Will this be done by archiving the records.. Thanks.. Prabhas

  • Dreamweaver tracking paths in js

    I am working on a website redesign for a client where I inherited a Tables-based layout and I wish to drag the website into the 21st Century. One of the things I wanted to do is to create a header with images that change using jQuery and Tobia Confor