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

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

  • Counterpart of BAPI_BUS2002_ACT_CHANGE_MULTI for Project Version.

    Hi!
    For the changes of activities in a project for Current data I use BAPI_BUS2002_ACT_CHANGE_MULTI. It works fine.
    But it does not apply any changes for the version of a project. What should I use ?
    Is there a way to update the changes of activities of a project in a derived version of CN47N in a ALV grid if some of the cells are editable.?
    Would you please help me ?
    Erkan.
    any comment ?
    Edited by: erkan varol on Aug 3, 2011 1:10 PM

    Hi
    you have to run this function module in one after other,
    I am assuming this you are testing the FM in test mode
    sequence of running can be given by this way
    Last you have to run BAPI_TRANSACTION_COMMIT
    you can maintain the test sequience by
    se37 --> name of first FM > main menu>function module>test->test sequence
    Here you can maintain the sequence of FM in one line.
    this will help you
    if help full please don't forget to rewads marks.
    with Regards
    Dhananjay

  • Transparent table for project version data

    hi,
    i created project versions..
    now i want to create customized report showing material components for different versions..
    however i dont know the table names/fields required..
    can someone tell where i can find it? thanks in advance..
    also it is possible to create report of material components using report writer?
    thanks a lot..

    Thanks Venkat,
    however, is it not possible to create report for material components in report writer?
    when i tried to create a library for report writer for table VSRESB_CN it has error saying "Table VSRESB_CN is not installed in report writer"..
    thanks in advance

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

  • BAPI for dokument versions

    I'm looking for a BAPI which can "tell me" which documents have version lower that selected by me document. I know that not always documents are numbered using numbers, more... numbering is changable via customizing, so simple comparision < is not an good idea. I found bapi which is called BAPI_DOCUMENT_GETACTVERSION, but it returns onlu actual version and dont tell nothing about previous
    BR, Tomek

    No found interesting BAPI

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

  • BAPI for production version

    Hi,
    I want BAPI or FM to upload data related to production version for MRP4 view.

    Hi Abhi,
    check this FM..
    BAPI_MATERIAL_SAVEDATA
    Regards,
    Prabhudas

  • 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

  • Report project version comparison plan

    Hi!,
    Iu2019m testing a Report project version comparison plan t/code S_ALR_87013539, if I choose a simulation version and choose u201CStructure-relatedu201D then this can be compared but if I use u201CObject-relatedu201D then there is any data to compare. I choose in origin of date both u201CCurrent datau201D and u201CVersion datau201D.
    If I chose to compare a snapshot version then I can compare it in both u201CStructure-relatedu201D and u201CObject-relatedu201D.
    So my question is if this is as it should be or is this an error?
    I mean if you can compare u201CStructure-relatedu201D and u201CObject-relatedu201D for snapshots I should be able to do the same for simulation versions.
    Best regards
    Jose Marin

    Hi,
      I hope this report is for Project Version related data comparison with other project version/Plan/ current. I hope this is not right report for simulation version. When you are using this report with reference to structure it should show structure related information with reference to other version as well, but when you are selecting Object related it will have reference of Project version itself.
    Regards
    Avisek

  • BAPI/FM: Copy Project Version(CJV4)

    Hi All,
    I want to know is there any other way other than doing BDC for copying project version(CJV4 transaction)? I need this information in 4.6c version.
    Any pointers are welcome.
    Thanks and Regards,
    J.Jayanthi

    Hi
    There is no BAPI for CJV4 in 4.6 as well as in ECC 6.
    Regards
    Abhii

  • I finished adding my transtions to my timeline.  I was having crashing issues so I shut down everything before I rendered the project and now it tells me that the project is unreadable or the file is too new for this version of final cut. What Happened?

    I finished adding my transtions to my timeline.  I was having crashing issues so I shut down everything before I rendered the project and now it tells me that the project is unreadable or the file is too new for this version of final cut. What Happened?

    What Happened?
    No way for us to know.  But if your system was crashing, there definitely was a problem.  The FCE error message you got normally indicates the FCE project file has been corrupted.  This probably happened due to whatever caused your system to crash & shutting down the system.
    First, make sure your system is running correctly.  Then, use the Finder to navigate to /users/yourusername/Documents/Final Cut Express Documents/Autosave Vault and find the most recent backup copy of your FCE project file.  Copy the file to your Final Cut Express Documents folder (copy the file, don't just move it).  Then double-click the copy to open it in FCE.  It should open ok, but will probably not have your most recent edits (transitions).  You may have to rebuild the transitions, but at least you will be back in action.

  • Can't open Project - The file format is too new for this version of the pro

    Hi everyone
    I have the following Problem with my Final Cut Express: When I try to open a project i get an error message: "The file format is too new for this version of the program". (my FCE is in german, this is the google translation!)
    I have already erased all the rendering files, but no luck.
    Please Help!

    Have you recently reinstalled FCE and forgotten to update it?

  • BAPI/Function module for production version tab data of  MRP4 view(MM01).

    Hi,
    I have to upload production version tab data of  MRP4 view(MM01).Please suggest a function  moduleor bapi  for the same.
    Thanks.
    Edited by: sanu debu on May 6, 2009 3:24 PM

    >
    sanu debu wrote:
    > Hi,
    > I have to upload production version tab data of  MRP4 view(MM01).Please suggest a function  moduleor bapi  for the same.
    >
    > Thanks.
    >
    > Edited by: sanu debu on May 6, 2009 3:24 PM
    BAPI_MATERIAL_SAVEDATA can be used, populate the respective fields in input parameter PLANTDATA

Maybe you are looking for

  • How can I combine multiple Pages documents into one using iPad?

    Hello all, I have created a magazine with my students using pages. The problem is that each article is a separate documents. Now I have to put them all together. How can I do that, using iPad? Is it even possible? Thank you

  • Pricing Rounding Issue.

    Hi Team, I want to round my Amount and condition value to Integer level(Remove decimal and following two values) E.g. my PR00 has value 110 for quantity 11 so my condition value will be 110*11 =1210. If i want to apply 1.9% discount on this using con

  • Problems Synchronizing photos

    Hello, I have Synchronozed about 2500 photos to my ipod. When I first did this, the "optomizing Photos" part took about 3 hours, which was okay because there was so many. However, now, even if add one new photo to my folder, Itunes wants to optomize

  • SEARCH IN GOOGLE option stopped working

    I reinstalled the OS (Tiger 10.4.8) on my brand new Mac Pro and now the "Search in Google" option, that you get when you ctrl-click (or right click) on any piece of text in most programs, doesn't work. The option is still there, but it doesn't open S

  • Zapf Dingbats font doesn't work in FrameMaker 8

    many of my company's standard templates use Zapf Dingbats. In Frame 8, these characters disappear. It it really possible that Adobe fixed Frame 8 so this font can't be used? Is there a workaround? Using a different font isn't a solution because of th