Bapi for Project closure -urgent

hi all ,
please tell me bapi or FM for closing a project/networks.
Thanks,
sridhar

hi
Check the BAPI BAPI_PROJECT_MAINTAIN
This is for editing projects including networks.
Hope this will help you.
Regards.
Lavanya.

Similar Messages

  • Bapi for Project User Status Profile

    Hi,
    Is there any bapi that contains the field "Status Profile (STSMA) of the Project? I only can find the WBS status...
    Thanks in advance.
    LM

    Hi,
    Thanks for your reply.
    But this function is to get the status... The problem is when creating a project by BAPI, the "user status profile" field (STSMA) is not available to fill. In this case, it happens if we have 2 schemes for projects, the bapi only puts the first that appears and I want the 2nd one to be fullfilled.
    How can we create a projet by bapi and have this field?
    Thanks in advance,
    LM

  • BAPI for Project Definition Creation

    Hi ,
    I have a requirement to auto create projects by uploading from excel template. Some custom fields also need to be populated. Is anybody aware of any BAPI(and how to populate custom fileds) for the same.
    Thanks,
    Harveen.

    Hi
    Transaction BAPI or http://ifr.sap.com
    BAPI_PROJECTDEF_CREATE for project def
    Rgd
    Frédéric

  • Unable to run bapis for project status update and date update together

    Hi Experts,
    I have a requirement to update the dates and status of a project WBS at level 4. I am trying to do update the CJ02 Transaction using standard BAPI available. I need to do both Date update and status update in the same LOOP PASS   i am using the below mention bapi. when i am doing so i am getting an error Project 'A._____' has been currently processed by ID i.e. my id.
    I have tried putting  a wait for 2 seconds in the code but its still not working. please find the order below in which i am calling the bapi.
    Loop at itab.
    if  date_changed = 'X'.
          CALL FUNCTION 'BAPI_PROJECT_MAINTAIN'
          READ TABLE it_error WITH KEY message_type = c_e.
          IF sy-subrc <> 0.
    Commit
            CALL FUNCTION 'BAPI_TRANSACTION_COMMIT'
                 EXPORTING
                      wait   = c_x
                 IMPORTING
                      return = s_ret.
       endif.
    endif.
    if Status_change = 'X'.
          CALL FUNCTION 'BAPI_PS_INITIALIZATION' .
          CALL FUNCTION 'BAPI_BUS2054_SET_STATUS'
          READ TABLE t_result WITH KEY message_type = c_e.
          IF sy-subrc NE 0.
            CALL FUNCTION 'BAPI_PS_PRECOMMIT'
                 TABLES
                      et_return = t_ret.
            CALL FUNCTION 'BAPI_TRANSACTION_COMMIT'
                 EXPORTING
                      wait   = c_x
                 IMPORTING
                      return = s_ret.
         ENDIF.
    endif.
        WAIT UP TO 4 SECONDS.
    endloop.

    Try to use
    SET UPDATE TASK LOCAL.
    before each BAPI call.
    Did you try to debug through your code, leaving sufficient time between BAPI calls? If it does work like that, then the above statement might help.

  • BAPIs for project version

    Hi All,
    I have a requirement to create a project definition version first then followed by the project definition (the project definition for the 2 project is the same). Is there any available bapi to implement this?
    I have managed to create the project definition version. But when i trying to run BAPI_BUS2001_CREATE, the system prompted me that the project's version already existed.
    Regards,
    Ravi

    Hi
    try :
    BAPI_PROJECTDEF_CREATE Create Project Definition
    BAPI_PROJECTDEF_EXISTENCECHECK Check whether a project definition exists
    BAPI_PROJECTDEF_GETDETAIL Read detailed information for the project definition
    BAPI_PROJECTDEF_GETLIST Returns a container of project definitions
    BAPI_PROJECTDEF_UPDATE Change Project Definition
    With Regards
    Nikunj Shah

  • Function module or BAPI for Project and Partner in PS

    Hi,
    Can anyone tell me is there any function module or BAPI that link with Project/WBS and Partner.
    Thanks in advance,
    Krishna

    Hi,
    Please check the following BAPI's
    BAPI_BUS2001_GETDATA
    BAPI_BUS2054_GETDATA
    Hope if you are using partner function in PS, you could get it from WBSE or PD.
    Tnx.
    Abdul

  • Service po short close for  project closure

    Dear All,
    My client has a project which is to be closed but there is committment in service po we have tried to set a final service entry indicator and final invoice still the commitment remains is there any other way that can be closed
    Regards,
    Reena

    Goto ME22N, block that PO line item (select PO line item and lock it), balance commitments will be blocked. Then system will allow you to close the project.
    with regards
    M Umapathy
    Edited by: Maripalli Umapathy on Dec 6, 2011 4:29 PM
    Edited by: Maripalli Umapathy on Dec 6, 2011 4:30 PM

  • Very Urgent : 'BAPI for CK74n in ECC 6.0 for crating the cost estimates'

    Hi guys,
    i am working in the upgradation project from 4.5b to ecc 6.0
    in 4.5b we have the tcode ck71 for cost estimates
    the respective tcode in ecc 6.0 is CK74N
    I want BAPI for tcode CK74N to upload the data
    can you please help me to find out the respective BAPI
    Thanks
    Ramesh

    Hi guys,
    i am working in the upgradation project from 4.5b to ecc 6.0
    in 4.5b we have the tcode ck71 for cost estimates
    the respective tcode in ecc 6.0 is CK74N
    I want BAPI for tcode CK74N to upload the data
    can you please help me to find out the respective BAPI
    Thanks
    Ramesh

  • BAPI for Creation of the Project in ECC using Standard Templates

    Hi,
    I want BAPI for Creation of the Project in ECC using project id and project standard template ID
    and BAPI for Updating of project and WBS element  using  project id and WBS element ID

    One idea is to write a wrapper FM that is remote enabled and internally call BBP_PD_CTR_CREATE for your own use.

  • CProjects-Bapi's for project and task details

    Hello,
    I am searching for bapis for cProjects to use in a report at back end which has all the project fields and task fields.
    For project i found a bapi BAPI_BUS2172_GET_DETAIL, but it does not have fields like project name,status, calculated start and finish date from teh basic data tab, division,design center from teh additional data tab.
    For task fields i found bapi BAPI_BUS2175_GET_DETAIL but it does not have task status, latest start and finish date of the basic data tab.
    any pointers to bapis which cover all the above fields would be really helpful.
    Also I want to know is there anyway i can get the URL of the document that is uploaded in teh documents tab of the task.
    Thanks,
    Simmi
    Edited by: Simmi Balakrishnan on May 2, 2008 9:13 PM

    Hi Simmi,
    Some information can not be retrieved via Bapi call. If you would like to read it, you can use simple select to get it from DB directly. The related DB are cgpl_project (dates), cgpl_text (descritption), and crm_jest (for status).
    Kind regards,
    Zhenbo

  • BAPI for CRMD_ORDER support message? Urgent

    Hi Experts,
    I want to change the support messages created.
    For that do we have a BAPI, for the support message?
    It is an urgen requirement..
    Points will be rewarded ....
    thanks,
    Mahantesh

    Hey Mahantesh,
    As i already mentioned in my previous post, you have  to use FM CRM_ORDER_MAINTAIN in the BADI ORDER_SAVE to update any field which is present in tcode CRMD_ORDER.
    Please Consult CRM techincal consultant to know how to use FM CRM_ORDER_MAINTAIN in order to update the ibase and component.
    please reward points for usefull answer.
    Regards,
    Anand...

  • Very urgent::: Standard BAPI for creating quotation in vendor side

    hi all
    i need a standard bapi for creating Quotation in the vendor side
    i found 2 bapi's :
    bapi_quotation_createfromdata,
    bapi_salesorder_createfromdat1.
    but these are related to customer side itseems...
    i want standard bapi's for vendor side Quotation creation....
    points will be awarded for useful answer...

    hi all
    i need a standard bapi for creating Quotation in the vendor side
    i found 2 bapi's :
    bapi_quotation_createfromdata,
    bapi_salesorder_createfromdat1.
    but these are related to customer side itseems...
    i want standard bapi's for vendor side Quotation creation....
    points will be awarded for useful answer...

  • RFC/BAPI For Sales Order Credit Block Release like vkm3 (very urgent )!!

    hi experts,
    I need the RFC/BAPI For Sales Order Credit Block Release like vkm3 function ,please help
    thanks
    Godspeed

    hi
    can get the list of all the bapis..
    http://www.planetsap.com/LIST_ALL_BAPIs.htm
    Reward if USeful
    Thanx & regards.
    Naren..

  • PS: BAPI For Planned Progress and Actual Progress

    Dear All,
                  Is there any BAPI available for Planned Progress and Actual Progress for PS Project.
    Regards,
    Sohail

    Hi,
    Try using this report s_alr_87013532.
    Also for planned and actual progress the table is rpsqt. Could not find any bapi for the progress
    Regards
    Hiren K.Chitalia

  • Moving avergae price updation in material master for project stock

    Dear All,
    My query is pertaining to updation of MAP( moving average price) for project specific procurement ( as project stock) for valuated project stock.
    As  definelty the cost of procurement gets consumed by project .but i want to know does the project stock procurement still updates the moving avergae price or not.
    Ex:-Suppose MAP in material master is 10 USD ( with qty 1)and i procure the same material ( qty 1)for project with account assignment Q for 9 USD . now will the MAP in material master becomes 9.5 USD or it remains 10 usd.?
    Please reply urgently
    Regards
    Amit

    Hi Amit,
    If your Project Stock is valuated, then, the valuation data for it is stored in a different table: QBEW.
    The normal, anonymus warehouse stock (the unrestricted use stock which is not assigned to any project or to any sales order) has its valuation data stored in MBEW.
    The "Accounting 1" view in the Material Master MM03 ONLY displays the data of MBEW.
    In the material master you will never see the valuation data of the valuated project stock (table QBEW) or the valuated sales order stock (valuation indicator "M" - table EBEW).
    The valuation data for the tables QBEW and EBEW can be seen in SE16 or in the transaction MBBS.
    Also note that these valuated special stocks are managed independently of the normal stock. If, for example, you change the Moving Average Price of your normal stock in MBEW, this will not have any influence on your project stock, as the data is under a totally diferent table QBEW.
    I hope this helps you,
    Esther.

Maybe you are looking for

  • XP Prof installation on Tecra A9 PTS52E - SATA HDD is not recognized

    Hi all, I have a brandnew Tecra A9 (PTS52E) with Vista Business installed. However, I need XP Prof and have a slipstreamed XP-SP2 CD. The SATA Disk is not recognized from XP setup, so I need a 'F6' driver. There are a lot of howtos about doing this f

  • Calling RFC with webdynpro java (in NetWaver Dev.Studio)

    Hi, I have a RFC like below FUNCTION ZSAP_X. *""Local interface:* *"  IMPORTING *"     VALUE(USNAM) TYPE  USERNAME *"  EXPORTING *"      VALUE(PWD) TYPE  CHAR8 1-I want to write webdynpro java application to call RFC 2-Call RFC with USNAM parameter 3

  • Install G4 933mhz processor in Mac Beige Powermac G3

    The question is can this swap be done? TIA to all. Jack

  • Determine grouping for bill line item

    Hi, I am doing some reporting on bills that have been issued (CC&B). I can get bill line items from the following query; SELECT B.BILL_ID, B.ACCT_ID, B.BILL_DT, B.DUE_DT, S.BSEG_ID, S.SA_ID, S.PREM_ID, L.* FROM CI_BSEG S INNER JOIN CI_BILL B ON S.BIL

  • Multiple Views Swapping in One Window (?)

    How does one achieve the iTunes window effect whereby the primary contents change based on which 'source' (Library, Podcast, Videos, etc) is clicked? In IB does each source content have its own nib or window or view. They are all contained in what? H