Delete Partners assigned to the WBS elements using PM_PARTNER_DELETE_PARVW?

Hi Guys,
              Can anybody tell me how to delete the partner assigned to WBS elements using PM_PARTNER_DELETE_PARVW.
Below is the code.but i was NOT able to DELETE the by using the BELOW CODE.
    Is there any other alternative.
   CALL FUNCTION 'PM_PARTNER_DELETE_PARVW'
   EXPORTING
     OBJNR         = 'PR00001103'
     PARNR         = '000050260281'
     PARVW         = 'ZA'
  CALL FUNCTION 'BAPI_TRANSACTION_COMMIT'
   EXPORTING
     WAIT          = 'X'
   IMPORTING
     RETURN        = WA_RETURN.
  APPEND WA_RETURN TO ET_RETURN.
Thanks,
Gopi.

Try below code:-
CALL FUNCTION 'PM_PARTNER_DELETE_PARVW'
EXPORTING
OBJNR = 'PR00001103'
PARVW = 'ZA'.
Dont pass partner no.
Enjoy SAP.
Pankaj Singh

Similar Messages

  • Function module to get the wbs element by entering Assignment No.

    Is there any Function module to get the wbs element by entering Assignment No.???????
    Thanks and regards
    Manish Thakur

    hi Manish,
    Just look at this function module.
    function wbs_assignment_check.
    ""Lokale Schnittstelle:
    *"  IMPORTING
    *"     REFERENCE(I_COMPONENT) LIKE  RESBDGET STRUCTURE  RESBDGET
    *"     REFERENCE(I_PSPEL) LIKE  RESB-PSPEL
    *"     REFERENCE(I_RFPNT) LIKE  AFVC-RFPNT
    *"  EXPORTING
    *"     REFERENCE(E_PSPEL) LIKE  RESB-PSPEL
      e_pspel = i_pspel.
    endfunction.
    hope this helps u
    REWARD IF USEFUL
    thanks and regards
    suma sailaja

  • Which PO and PR table can be used to get the WBS element field.

    Which PO and PR table can be used to get the WBS element field. Thanks.

    HI,
    In the PO the concerned field for WBS element shall be tracked in the Item details and the account assignment tab in PO.
    It shall be checked from EKKO table with PS_POSI feld.
    The same shall also be tracked in PR from EBAN table .please refer the account assignment tab in the PR item details.
    Hope this helps.
    Regards,
    Prasanna
    Award pls if helpful.

  • Which field matches to the WBS element

    Hi,
         I am doing an interface program, in that I need to populate the WBS element in trasaction VA01 under the tab Account Assignment. I am using the BAPI 'BAPI_SALESORDER_CREATEFROMDAT1'.
    Let me know which field matches the field WBS Element in the structure 'ORDER_ITEMS_IN' which is returned from the said BAPI.
    Thanks in advance,
    RG

    Hi
    In VBAP there is a field for this WBS ELEMENT <b>PS_PSP_PNR</b>
    check for that in BAPI structures
    check the field ASSORT_MOD of BAPIITEMIN .
    Reward points if useful
    Regards
    Anji

  • Error while Creating WBS element using BAPI 'BAPI_BUS2054_CREATE_MULTI'

    Hi Expert,
    I've a requirement to create WBS elements using BAPI. And I am using BAPIs in the following manner.
    CALL FUNCTION 'BAPI_PS_INITIALIZATION'
      CALL FUNCTION 'BAPI_BUS2054_CREATE_MULTI'
        EXPORTING
          i_project_definition = g_pdwbs
      TABLES
        it_wbs_element             = it_wbs_element
       et_return                  = it_return
      EXTENSIONIN                =
      EXTENSIONOUT               =
        CALL FUNCTION 'BAPI_PS_PRECOMMIT'
          CALL FUNCTION 'BAPI_TRANSACTION_COMMIT'.
    When I do so I am getting the below errors. Please suggest.
    "Individual check for creating the object WBS Element C-497082 required ".
    "Individual check for creating the object WBS Element C-497082-0001 required".
    Please suggest how to correct this error. 
    <REMOVED BY MODERATOR - REQUEST OR OFFER POINTS ARE FORBIDDEN>
    Edited by: Alvaro Tejada Galindo on Aug 18, 2008 5:25 PM

    I am getting the same error, but I cannot figure it out how to detect it and fix it.  Will you please share your solution?
    Thanks,

  • System is not picking up the WBS element from Asset in PO.

    Hi,
    While creating Purchase Order with account assignment category
    as "A"(i.e.Asset), system is not picking up the WBS element from Asset
    Master, even though it is defined in the asset master.
    Please help.
    Thanks,
    Ninad

    Hello Ninad,
    Please, see the SAP Note 21583. I think it might be of help for your case.
    Best regards,
    Esther.

  • Settling the WBS element costs to an AuC

    Please Explain the procedure for settling the WBS element costs to an AuC & then to asset?

    Hi,
    Please follow the below sequence of steps for this:
    1) For WBS element where the asset has to be created, AUC willbe created automatically when the WBS element is in release status to get this investment profile should be assigned to WBS element in Control Tab
    2) You can see in the system status show as AUC to see the AUC number follow the path
        EDIT-> WBS element -> Investment program--> Asset under Construction where you can see the AUC which is created automatically
    3) Once the above two steps are through, for settlement to AuC goto transaction CJ88 give the WBS element number select the processing type as partial captalization and execute all the costs pertaining to that. WBS elements will be automatically settled to the AUC which is created for that WBS element
    Thanks,
    Prithwiraj.

  • Trasaction code for invoices detail which has hit the WBS element

    Hi All
    Usually my users receive a list of assets which were capitalized from AUC account through Project system.
    Generally charges are posted to WBS element and then users capitalize assets using that WBS element through settlement.
    Users have been asked to give all the invoices detail which has hit the WBS element from which that particular assets have been capitalized. is there any transaction code to get the all invoices detail which has hit the WBS element from that particular assets.
    thank you

    If that is what you want then why are you using WBS element?
    You can directly create the asset on goods receipt via MM module and then the invoice will automatically go against that asset.
    If you still want to use the WBS element for capitalisation then you can use the WBS element statistically with a type 90 cost element posting and the sset will still be crteated when goods receipted/ invopice receipted

  • RFC function to get the WBS Element formatted string

    Hi,
    Is there an RFC function I could use which would do what the CONVERSION_EXIT_ABPSN_OUTPUT does?
    We are using Project IDOC to replicate WBS element in our procurement system. The IDOC only provides the unformatted version of the WBS Element id.
    Thanks
    Michael

    hi michael,
    I believe BAPI_PROJECT_MAINTAIN is the bapi you are looking for ..
    also you could refer the thread below for sample code of the same
    [LINK|Update WBS element;
    This bapi will help you update the WBS element ..
    you could also refer the following wiki
    http://wiki.sdn.sap.com/wiki/display/PLM/HowtouseBAPIinProjectSystem+Module
    Best regards
    Manthan.

  • How can I enter actual percentage of completion in the WBS elements?

    Hi all !
    I Can not enter Actual percentage of completion in WBS elements...!
    I have followed these steps in Progress analysis:
    1.- In the progress tab of WBS elements I have entered Measurement method ESTIMATION for
    progress analysis (Plan&Actual).
    2.- In the WBS element I have estimated PLAN percentage of completion 100% in period 8
    3.- In the progress tab of network activities, I used ESTIMATION method for Plan and WORK for actual
    to calculate the percentage of completion.
    4.- I have entered final network confirmations
    Actual Start date: 08.11.2014
    Actual Finish date: 08.15.2014
    Remaining work is cero.
    5.- I run Project analysis to display measurement methods with transaction CNE1
    and Progress analysis with transaction CNSE5
    In Progress analysis the Processing % of work in Network activities is 100% but 0% in the WBS
    element
    Adj.NAgg.Act. POC (Adjusted non-aggregated actual percentage of completion)is 100% in network activities
    POC actual, non-agg.(Non-aggregated actual percentage of completion)is 100% in network activities.
    Does SAP calculates actual POC?
    Should I manually enter Actual percentage of completion in the WBS elements?
    I can not enter percent of completion (actual value) for WBS elements. The field is non editable !
    Please help !

    Hi Rafael,
    I am facing the same problem.
    I am using Plan method at activity : Time Proportional
                    Actual method at activity :  Work completion
    At wbs level Plan and actual is Time proportional.
    I am not identified how the "Adjusted non-aggregated actual percentage of completion" and
    "Non-aggregated actual percentage of completion"  is calculated.
    Please help me for the same.
    Regards,
    Pradeep

  • To display the WBS elements for last one year

    Hi All,
        Im displaying the details of all active employees. I need to display the WBS elements of all active employees for the last one year alone. Can anybody help me out to get this...
    Regards,
    Surya

    Hi,
    select all the PERNRs with
    BEGDA and ENDA as per ur req
    to check if they are active or not
    use the FM
    HR_BEN_US_CHK_TERMINATION
    then take all the active PERNRs and use
    them to query PRPS table with
    OBJNR = activePERNR

  • Problem while creating WBS elements using LSMW

    Hello experts,
    I am able to create Project Definitions using LSMW. (using recording)
    But there is a problem while creating WBS elements.
    Tcode CJ20 has table control and that will become problem for multiple rows (levels).
    Can anyone suggest a solution to mass upload WBS elements?
    Thanks for your valuable advice.

    Hi,
    Instead of using "BAPI_PROJECT_MAINTAIN", use following solution. We are using this solution and it is working pretty good.
    If the WBS element is already created and you want to create one more with same data, first get the WBS related information using BAPI_PROJECT_GETINFO as you are doing currently.
    I am using different sets of BAPIs to create project, create / change WBS element.
    I use function module from Function group CJ2001 ( Project related BAPIs ), CJ2054 ( WBS related BAPIs ) and PS_BAPI ( pre/post processing BAPIs ). There are specific order in which you need to execute these BAPIs.
    For example if you want to create / change the WBS element, the BAPIs sequence is:
    <b>1. BAPI_PS_INITIALIZATION
    2. BAPI_BUS2054_CREATE_MULTI ( to create  WBS )
             or
    2. BAPI_BUS2054_CHANGE_MULTI ( to change WBS )
    3. BAPI_PS_PRECOMMIT
    4. BAPI_TRANSACTION_COMMIT</b>
    Check the documentation of BAPI "BAPI_BUS2054_CREATE_MULTI " to see how these function modules work.
    Let me know if you need further information.
    Regards,
    RS

  • Removing the business area from the WBS element

    Hi Experts,
    I have created the WBS element with business area. Then created the PR against that WBS element , converted the PR's to PO's.
    Now I want to remove the business area from WBS element.
    Now as Business area field become grayed out hence I canot remove the Business area from WBS element.
    Hence I have cancelled the PO's then Cancelled the PR's. So now there is no actual cost & no commitment exists against the WBS element.
    But still Business area field is grayed out for that WBS element.
    Could you please let me know how to remove the business area in this case ???
    Regards,
    Pradip

    Hi,
    Once BA is grayed out then you can not change the same, this is sap std. behavior. Here you can lock the existing wbse which having wrong BA to avoid further actual postings.
    Create new wbse with correct BA & then create pr & po.
    Regards,
    Sandeep

  • Unable to close the WBS element because of inventory issue

    Hello
    We are facing one issue where we are trying to close one WBS element but getting error that stock still exsists.
    When i checked in table MSPR i found that for one of the material in the WBS element the physical inventory process is still not complete
    Physical Inventory Blocking Indicator ,Indicator that specifies that the stock is blocked for a physical inventory has value A(Physical inventory not yet completed for amterial) in that table for one of the materials.
    KIndly advice how to complete the proces and close the WBS.

    Dear,
    Check the links:
    Physical inventory block in material master
    Re: Physical Inventory & Goods movement process
    Cycle count not counting correct number of items
    Regards,
    Syed Hussain.

  • How do you reassign a device to Mac OS once it has been assigned to the Windows OS using Parallels?

    How do you reassign a device to Mac OS once it has been assigned to the Windows OS using Parallels?  I've tried ejecting device and plugging in again.  I've tried restarting Mac and shutting down Mac completely, but never get the device window to pop up to select the Mac for the device.

    See:
    http://download.parallels.com/desktop/v5/docs/en/Parallels_Desktop_Users_Guide/2 6819.htm
    That is one topic from the guide, not the whole guide

Maybe you are looking for

  • WRONG STOCK DISPLAY AT STORAGE LOCATION LEVEL

    Hello to All,        I've made stock transfer within plant using Mvt. 311, & now when I'm disaplaying storage loc. data in MMBE, MM03 & MC.5, it is showing negative stock for storage location from which it is transferred along with stock value as neg

  • Changed a Library Item and now my CSS no longer works!

    I am so frustrated I am almost in tears.  I created a menu in a roughly 7 page website and used DW Library menu to put it on additional pages.  Everything was working fine and then I changed a path to one of my links and hit the button to update the

  • Dw cs3: ho wto make rotating photo gallery

    I would like to make a photo gallery where the images change every few seconds. How can I do this in Dreamweaver CS3/ Please respond here email me at [email protected] since it is the fastest way to reach me.

  • Connect Contacts on Mountain Lion as on iOS 6.0

    Isn't it possible to connect several Contacts (like an iCloud and an Facebook) on Mountain Lion to just one Contact like on the iPhone? I've connected them all on my iPhone, but on my Mac not everyone is connected. Just a few. But I do not find any w

  • Why are my windows sliding off screen?

    So, I was on my Mac Book Pro doing work and I flick between different windows (FCP, Finder, Safari etc) using the cmd - Tab function. All works fine and all the windows stay on the screen. However, I was doing something in finder when all of a sudden