Unable To Relaese a Network Activity Through BAPI

Hi all,
       I am in the process of creating an interface between SAP PS and primavera. I use bapis to create the wbs,network , activities etc.
In that process i need to release some activities after it gets created. If i do the same process in CJ20n and release an activity , automatically the parent wbs and the network of that activity goes into a partially released status.
But if i try to do it through bapi i get an error that the wbs element under which the activity is present is not in a partially released status. The bapi i am using to release the activities is BAPI_BUS2002_SET_STATUS.
Regards,
Prasannakumar

Why don't you use BDC for the same.
I have used BDC for the similar parent- child relationship in one of  my assignment. As in BDC is the copy of standard txn it will not give this type of error.
I am not sure the technically how BAPI works. As per me BAPI only changes the status field of activity and try to save than in case of  parent -child  relationship error  is natural & Usage of BAPI  is not slove your perpose.
Regards
Nitin

Similar Messages

  • Adding Component, Activity, Changing Activity through BAPI

    Hello Everyone,
    I have a requirement to develop a FM which will use the standard BAPI's to create an Activity, Change the activity status, and also add a component to the activity.
    Am using BAPI_BUS2002_SET_STATUS to set the status of the activity, understand have to use BAPI_PS_INITILIZATION with it.
    Using BAPI_NETWORK_MAINTAIN to maintain the activity, BAPI_NETWORK_COMP_ADD to add the component.
    But the sequence of the initiailzation that I have developed are not helping me update the all of the required data.
    Basic question would be a procedure to update activity, activity status and create component.
    If anybody has used the above BAPI's or developed similar applications would be very much helpful.
    Regards,
    Prashanth

    Hi Koushik,
                    Thanks for the reply,
                                                But still I need to know what are the specific difference between the two function module.Even in CRM_ORDER MAINTAIN I am able to get all those Structure with which I am working in BAPIACTIVITYCRM_CREATEMULTI. I know all the other CRM Business transaction can be created through CRM_ORDER_MAINTAIN. If you could explain a bit detail in what context one should use CRM_ORDER MAINTAIN  and BAPIACTIVITYCRM_CREATEMULTI.

  • ACTUAL_FINISH_DATE NETWORK ACTIVITY UPDATING

    Hello,
    Is there a solution to modify the "Actual_finish_date" for a network
    activity through a bapi function ? This component seems to be called
    only in "read" bapis like BAPI_NETWORK_GETINFO.
    Thank you for your help
    Bests regards

    Hi,
    the only thing i´ve found is this:
    1.- it is used in fm -> MAP2E_AFVGD_TO_BAPI_ACTIVITY
    2.- within this fm it does this:
    <BAPI_FIELD>|EARLY_FINISH_DATE
    <SAP_FIELD>|FSEDD
    <CODE_PART>|A_MOVE
    <ADD_FIELD>|
      move afvgd-fsedd
        to bapi_network_activity-early_finish_date      
    where AFVGD =  Order: Dialog table for Table AFVG (order operation)
    Best regards.

  • DSEX status for Network Activity

    Hi,
    1. How do I set DSEX status for Network Activity using BAPI?
    2. How do I update scheduled dates for an activity once DSEX status is set, through BAPI?
    Regards
    Shrikant

    Hi Abhishek,
    Thanx for ur reply. I am already aware about that BAPI but looking for functionality which PM order maintain BAPI provides. In that BAPI, if you pass X in constraints DSEX flag gets set. Later if you pass dates in constraint dates field, the scheduled dates get updated. So I am interested to find out how one can update the scheduled dates, once DSEX is set.
    Regards
    Shrikant

  • Got an (unlocked) iphone 4s from US and tried activating in India but it throws an error saying 'unable to activate bcos the activation server cannot be reached' ..I tried connecting to itunes through my laptop but it does not detect my iphone..pls help

    Got an (unlocked) iphone 4s from US and tried activating in India but it throws an error saying 'unable to activate bcos the activation server cannot be reached' ..I tried connecting to itunes through my laptop but it does not detect my iphone..pls help

    mithaani wrote:
    Got an (unlocked) iphone 4s from US
    As kb1951 states, unless this phone was purchased directly from Apple, it is not officially unlocked. In the US, only Apple sells officially unlocked iPhones. The message you got generally means your phone was hacked to unlock it...jailbroken...Apple's servers have detected such & are preventing your phone from activating...there's nothing wrong with the activation servers.
    You'll need a sim card from the carrier your phone is locked to in order to activate it. If you don't know what carrier, you'll have to call AppleCare in the US to determine this info. Be aware, US carriers will not authorize official unlocking unless you are a customer that used the phone on their network. Thus, there is most likely no way for you to get this phone officially unlocked.
    Good luck.

  • Some coponents are missing while network uploading(CN21) through BAPI

    Hello,Friends,
    Iam PP consultant and facing a problem of BOM components uploading  through BAPI,for creating of  the Network (CN21)
    we have 300 components in the network activity and while uploading the BOM  through BAPI , only 295 components has been uploaded.Others components has not uploaded.
    Please suggest me what will be the Problem? and
    What is the solution for the same?
    Regards,
    MYS

    Hi Mangesh,
    The upload skips the first 5 items or it has randomly missed some items ?
    Regards,
    Bala.

  • Problem of BOM components uploading through BAPI,for  the Network(CN01)

    Hello,Friends,
    Iam PP consultant and facing a problem of BOM components uploading through BAPI,for creating of the Network (CN21)
    we have 300 components in the network activity and while uploading the BOM through BAPI , only 295 components has been uploaded.Others components has not uploaded.
    Please suggest me what will be the Problem? and
    What is the solution for the same?
    Regards,
    MYS

    in customizing availability checked has been applied ,for this reason one additional screen is appearing in BAPI for all these components
    How this screen could be by passed

  • FM / BAPI - CJ20N - updating person assignments on network activity

    Hi,
    I am looking for a FM / BAPI to update person assignments on network activity (which is already created), can some one suggest me is there any FM / BAPI / any other method to update those.
    Regards,
    Prasad Sreerama.

    Hi Sanjeev,
    I have to update person's through inbound program, it would be great if i get any FM / BAPI for this.
    Regards,
    Prasad Sreerama.

  • BAPI to update value of Progress Tab under Network Activity in CJ20n

    Hi  all,
    can anybody tell me about a BAPI that insert or update value of Progress Tab under Network Activity in Project System(CJ20n)?
    Thanks in advance.
    Regards.
    Sarbajit.

    Hey Sarbajit Majumdar , you'r try this BAPI .
            CALL FUNCTION 'BAPI_PROJECT_MAINTAIN'
              EXPORTING
                I_PROJECT_DEFINITION       = LT_PROJ_DEF
                I_PROJECT_DEFINITION_UPD   = LT_PROJ_DEF_UP
              IMPORTING
                RETURN                     = LT_RETURN_MAINTAIN
              TABLES
                I_METHOD_PROJECT           = LT_METHOD
                I_WBS_ELEMENT_TABLE_UPDATE = LT_WBS_UP
                I_WBS_ELEMENT_TABLE        = LT_WBS
                I_NETWORK                  = LT_NETWORK
                I_NETWORK_UPDATE           = LT_NETWORK_UP
                I_ACTIVITY                 = LT_ACTIVITY
                I_ACTIVITY_UPDATE          = LT_ACTIVITY_UP
                E_MESSAGE_TABLE            = LT_METH_MESSAGE.
    I hope this help you .
    Akkadech.T

  • Now update ios 6.1 through itunes, but We're sorry, we are unable to continue with your activation at this time.

    Now update ios 6.1 through itunes, but it is not activating
    We're sorry, we are unable to continue with your activation at this time.

    This frequently occurs when the phone has been hacked or jailbroken. Was your phone jailbroken before trying to update? If so you'll have to go elsewhere for assistance because the terms of Use for this forum prohibit discussing support for jailbroken phones.

  • BAPI for Network Activity

    Hi,
    Can any pne tell me the BAPI for Network Activity.
    I have to pass the below listed fields.
    PROFID
    AUART
    DISPO
    WERKS
    AUFNR
    KTEXT
    GLTRP
    GLTRP
    PRONR
    PROJN
    PRCTR
    VORNR
    LTXA1
    STEUS
    PROJN
    ARBID
    ARBEI
    ARBEH
    LARNT
    DAUNO
    SAKTO
    PRKST
    WAERS
    EKORG
    EKGRP
    MATKL
    LOSME
    KTEXT1
    SRVPOS
    MENGE
    MEINS
    KSTAR
    LTXT
    APLZL_VOR
    APLZL_NCH
    AOBAR
    I also need to pass few Z fields.
    Asset Class
    Investment Type
    Payment profile
    Asset Category
    Part Number
    Part Description
    Contract Number
    1st Investment Check
    First off tool part qty
    Final investment check
    Mass production
    Tool Register
    Shared
    Shared Part number
    Trouble Code
    Can anyone please tell me the BAPI which suits my requirement.
    Thanks,
    Vignesh
    Moderator message: please stop posting duplicates, whether same user ID or not, do some research of your own.
    Is there any BAPI for T-Code : CN21 with custom fields ?
    Edited by: Thomas Zloch on Mar 5, 2012

    Dear deepthi dandibh,
    Do you know how to solve it? I got the problem similar as you.
    When I debug via BAPI_PO_CREATE1 function, I found the KNT has the G/L Account inside, But when I call BAPI_PO_CREATE1 by Zxxx program and debuging it. It doesn't has the G/L Account inside KNT table.
    Could you please help to advise me how to do ?
    Best Regard,
    NNP

  • BAPI to upload Person Assignment data under network activity

    Hello All!
    Can anybody tell me the appropriate BAPI that can upload the data of Person Assignment tab under network activity of Project System(TCode:cj20n)? I.E. data like Split Person Date Time Work Un and others data.
    Thanks in advance.
    Regards.
    Sarbajit

    Hi Majumdar,
    you can find it by running transaction ST05 against CJ20N.
    try bapi-
    BAPI_PROJECT_MAINTAIN
    Regards,
    NaPPy

  • Release strategy for PR generated through  network activity (Project)

    *Hi,
    I am facing the problem that  PR generated through  network activity (Project) does not have release strategy attached. For same combination of characteristics value of  PR document type , account assignment, release strategy strategy is attached for PR created manuelly.
    Please suggest
    Regards.*

    What is the account assignment used in Network generated PR, Have included that in your characteristics? Is PR in Your defined document type?

  • HT4623 i reseat my iphone 4 through i tunes after that  i got this message. we 're sorry we are unable to continue with your activation at this time, please try again later or contact customer care

    i have some software problem, so i resear my moble through i tunes after install factory settings i got this message, we are sorry we are unable to continue with your activation at this time, please try again later or contact customer care. no i cant don any thing with my phone.

    Is your phone jailbroken or ever been hacked?
    Was it previously locked to a different phone carrier than the current one your on now?

  • Function, BAPI to get the children form a Network Activity in a Project (PS)

    Hi everyone,
    I have a Project in TCode CJ20N with PEPs, Networks and all the components that It has.
    I'm doing a program which input "Network Activity" and the result have to be all the children for this Network Activity (Material Components) including the information for each Material Component because What I'm looking for is to check if at list one of the children for a Network Aciviti have a Purchase Requisition linked to it as I show in the Attached File.
    To do this, I need to execute a function, BAPI, BADI or any code to get the children to look for a PR.
    Thanks a Lot.
    Regards
    Felipe Uribe

    Hi Arun...
    thanks a lot, I think it could work fine!!!.
    I'll try using this BAPI.
    Regards
    Felipe Uribe

Maybe you are looking for

  • ClassCastException during deployment with more than one used entity

    Hi, i am still trying to get into NW development and got one more time stuck. I have a CE 7.1 SR5 project containing a dictionary, a bean module, an EAR project and a web dynpro project. With the following two classes everything runs fine: [AT]Entity

  • Help needed on JComboBox

    hi all , I am curreently stuck up in handling a JComboBox Actually i need a editable JComboBox in which the user can select either from the drop down list or the user can type it in the text field Now if the user types few characters in the text fiel

  • Can I replace my HDD in my late 2009 iMac myself?

    can I replace my HDD in my late 2009 iMac myself? The current drive is toast and I've heard that late 2009 Apple started using HDDs with thermal sensors. If I can replace it, any suggested makes/models?

  • V32.1 Released Today With iOS Download Failure Fix

    Hello, This morning (Pacific time) the v32.1 release was made public. It contains a fix to the download failure issue that surfaced in the following forum discussion: iPad folio "Cannot connect to server" download problem This issue only affected v32

  • Program for uploading the PO data of known vendor in MM using the flat file

    hi friends,                 I got problem while uploading PO data for a vendor.what are the possible ways of uploading data. Moderator message: please do your own research before asking. Edited by: Thomas Zloch on Jan 11, 2011 11:37 AM