BAPI for modifying project status

Hello all,
I have found a function :STATUS_TEXT_EDIT to get the status of a project, but now I want to modify the status of the project. Does anybody know if there is a BAPI to do this?
Thank you very much.
Reyes

Hi Reyes!
I think that there's no any BAPI to change the Status of the Project or WBS element.
But you can do the next steps for any <b>OBJNR</b> (Project/WBS):
1. Set a breakpoint in program LBSVAF12 in the form STATUS_UPDATE. Then go to change the status user/system of the project/WBS using transaction CJ02. Make you updations and save. You should reach your breakpoint.
2. The function module <b>'STATUS_UPDATE'</b> is triggered using internal table "<u>jest_updt</u>". Copy the records of this table carefully. It is updating the standard table JEST (select the corresponding fields in your program).
3. Using the function module 'STATUS_OBJECT_READ' with the OBJNR you can obtaing the fields <u>OBTYP</u> and <u>STSMA</u>.
4. Then you're ready to built your ABAP program to automatize the status updation. Append the corresponding records in  the internal table " jest_update" and just function <b>'STATUS_UPDATE' IN UPDATE TASK</b> with your internal table. Then COMMIT WORK AND WAIT. The status is now changed like manually in step 1.
5. To make it perfect you should maintain the correct change numbers (<u>CHGNR</u>) in the <b>JEST</b> table.
Best regards and see you in Madrid next time!
Roger

Similar Messages

  • Searching for a Project status = CLSD and open purchase orders?

    Hi,
    I am searching for a project status (Project Builder CJ20N) which allowed my to set a CLSD or a simillar status for settlement with open purchase orders.
    This staus should allowed to process with open orders BUT  not allowed to add new orders after setting this status.
    Have somebody any idee? Or it is impossible?
    Tahnk you in advanced for your Help.
    Regards Baldy

    Hi TV-kid,
    while I was waiting for an answer I got to the same conclusion, so what you offers me is quite tempting actually.
    I got a look to your website and it seems convincing. Still though, your case studies are in other business area, It's only a mater of good knowledge of File Maker.
    I did download the test-drive last version of File Maker plus their samll Business Solution. I did read most of the documentation and the learning process would be too long to construct ourself a good crossed-data base.
    I'd like to get in contact with you to look for a possible colaboration. to get private, I'd liketo do it through your contact link in your website .
    To whom shall I write?
    Thanks
    Cheers
    Cheers

  • Table for WBS project status and budget.

    hi,
    i am being requested to have a report with project details with the PO and PR.
    but i were unable to find the table for the project status (TECO, REL) for a WBS element. may i know want table and what field they were being link?
    aside, may i know under what table does the "budget assigned" to a WBS element located at?
    thanks

    Hi Ben,
    in order to retrieve the status of a WBS element, please select into table JEST by object number (JEST-OBJNR = PRPS-OBJNR). This will give you an internal status code (JEST-STAT). Then go to table TJ02 with this internal code and select field TJ02-TXT04: this will give you the external status code.
    For the budget, go to tables COSP and COSS, selecting by object number (OBJNR).
    I hope this helps. Best regards,
    Alvaro

  • Bapi for Open Projects Cost in PS

    HI,
    I need a bapi or funcation module for Open Projects Cost in PS .
    thanks.

    Hi,
    Refer this :
    http://www.sapbapi.com/bapi-list/

  • BAPI for modify "engineering  change request" - Trx CC32

    Hi abapers,
    someone knows a bapi to modify an engineering  change request?
    Thx!

    You can try with the below BAPI's.
    BAPI_BUS1077_CHANGE              EHS: Change Specification
    BAPI_BUS1091_CHANGE              EHS: Change Phrase
    BAPI_BUS1240_CHANGE              Agent Determination
    BAPI_CHARACT_CHANGE            BAPI for Characteristics - Change
    Reward if it is useful.
    Thanks,
    Srinivas

  • Function Module/BAPI for updating Document Status.

    Hi Experts,
    Is there any Function Module/BAPI available for updating the document status ?
    Thank You,
    Radhika.

    unresolved!

  • BAPI for changing activity status in CIC0

    Hi
    We are developing a custom application on Netweaver platform which interacts with CRM system.
    As one of the requirements we need to <b>change the activity status from open to closed</b> in the transaction <b>"CIC0"</b>. 
    I am looking for some BAPI which can do this task for me. Can anyone help me on this issue?
    Thanks
    Yashodhan

    Hi Amit,
    Thanks for the reply. I was trying to change the status flag from open to close using the said function module.I had gone through the documentation of this module and trying to use this with parameter "Status". The approach I am following is as follows:
    1. Assiging the sequence as
              a. BAPI_ACTIVITYCRM_CHANGEMULTI
              b. BAPI_ACTIVITYCRM_SAVE
              c. BAPI_TRANSACTION_COMMIT
    As an input to Parameter in case of BAPI_ACTIVITYCRM_CHANGEMULTI  I am sending following:
    REF_GUID-> GUID of the transaction Activity.
    STATUS-> Status Key like E0003 for closed status
    USER_STAT_PROC-> Status Profile for my Business Transaction type ( Which is defined in transaction "BS02")
    As an input to "Obejcts_To_Save" in BAPI_ACTIVITYCRM_SAVE I am again sending the GUID of transaction activity.
    Now when I am executing all the above in sequence I am gettin error by BAPI_ACTIVITYCRM_SAVE  saying "Doucment could not be saved"
    I am not able to figure out what is the problem?
    Please help!!
    Thanks
    Yashodhan

  • How to create custom BAPI for a project on Agentry?

    As I am very new to BAPI creation, I would like to get some helpful pdf documents or links for creating custom BAPIs, which would fetch data for an Agentry Project to be build.
    Tags edited by: Michael Appleby

    Rajkamal,
    I would recommend you work through the following tutorial on how to build an Agentry application from scratch.  It covers creating a BAPI to retrieve data from the SAP backend to Agentry.
    Part 1 - http://scn.sap.com/docs/DOC-47550
    Part 2 - http://scn.sap.com/docs/DOC-47651
    --Bill

  • Is there any BAPI for closing projects through CJ20 transaction?

    Hello Experts,
    Is there any BAPI available for the CJ20 transaction to try close a project? I have been trying to locate one but haven't came across anyone. Please do let me know if in case any of you happen to know about 1 such BAPI.
    Regards,
    Uday

    Hi,
    A project definition can be changed using the BAPI "BAPI_BUS2001_CHANGE". To do this, the project definition (PROJECT_DEFINITION) and the new values must be entered in the structure "I_PROJECT_DEFINITION". In the structure "I_PROJECT_DEFINITION_UPD", the fields that are to be changed must be marked with 'x'. The other fields remain unchanged. Before the project definition is changed, the following is checked:
    Is another project already being processed in the LUW ?
    Can the project be locked?
    Is the changed data still consistent (do the company code and controlling area match?)
    If all checks are successful, the project definition is changed in the document tables.
    for example:
    CALL FUNCTION 'BAPI_BUS2001_CHANGE'
      EXPORTING
        I_PROJECT_DEFINITION           =
        I_PROJECT_DEFINITION_UPD       =
    " TABLES
    "   ET_RETURN                      =
    "   EXTENSIONIN                    =
    "   EXTENSIONOUT                   =
    Thanks,
    Dhruv Kumar Malhotra

  • Bapi for modify email

    Hi
    I want modify the infomation about email of a Business Partner, but i need a BAPI , and how can i apply this??
    Please examples
    Thanks

    Hi Gregory,
    Unfortunately all the relationship BAPIs need both the partners to work on the relationship data.
    In this case, first use the module BUPR_RELATIONSHIPS_GET to list all the relationships for a business partner (importing parameter iv_partner_1 or the guid).
    This module would return all the relationships for the partner.
    After this the BAPI BAPI_BUPR_CONTP_ADDR_CHANGE  can be used to modify the email. Hope this helps.
    Regards,
    Sudheer.

  • BAPI for Getting Project Profiles in Project System

    hi,
         Can any 1 tell me the BAPI to invoke to get project profiles from project system.
    Thanks,
    Debashish Sarkar

    see if this thread is of any help
    Re: File Inputfield - ABAP functions to store files?

  • Bapi for reading project information

    hello gurus can any one tell me the bapi which is used to read the project from sap , i,e ps module it should read the wbs elements and activities and newtorks relation of a project
    thanx in advance
    afzal

    hi ,
    there 3 bapi's
    <b>BAPI_PROJECT_MAINTAIN
    BAPI_PROJECT_GETINFO
    BAPI_PROJECT_SAVEREPLICA</b>
    <b>Reward points if useful</b>
    Regards
    Ashu

  • Function Module to set project status in CJ02.

    Dear Team,
    Is there any Function Module or BAPI to set project status in CJ02.
    Please Help.
    Thanks in advance,
    Sai

    Thanks a lot.
    This will serve half of my pupose.
    I am looking for setting status of WBS element of aproject definition in CJ02.
    Do we have any BAPI or FM for the same.
    Actually My purpose is to pool the error log as recording a BDC while closing the status of a WBS element.
    Thanks in advance.

  • CProjects Project status report not generated

    Hi
    I am facing problem of getting Project status report for a project in cProjects 4.0
    I am at client side and accessing the IDES ECC6.Her I am trying for getting Project status report for the project created.
    The error I am getting is :
    "WebDynpro Exception: ADS: Request start time: Thu Aug 21 16:53:27 GMT+03:00 2008(200,101). "
    In customizing for cProjects I have used the std. form available for the same, activated the same for the project type and when tried to get the report I got the above mentioned error.
    Then in se38 I executed the programme FP_TEST_IA_01 the result was :
    ADS: Request start time: Thu Aug 21 17:23:42 GMT+03:00 2008(200,101)
    Also I have activated the following services
    SICF->Services->default_host->sap->bc->fp and fpads, both are active.
    But still I am not getting project status report from cProjects.
    Please guide me what else should I do to get the project status report?
    Thanks and Regards,
    Niraj Sikligar

    Hi Reema,
    Its great to hear from you.
    I have run the report : FP_PDF_TEST_00
    Out put is :
    Version Information:                705.20060620101936.310918
    What does that mean ?
    Secondly,
    I have checked RFC destination for ADS the results were as shown below:
    On Technical Settings tab page :
    target host: ides
    Path prefix: /AdobeDocumentServices/Config?style=rpc
    Is this OK?
    Is there anything else to be done?
    Regards,
    Niraj Sikligar

  • Queries:Editable ALV - Without OO concept and BAPI for Quality notification

    Hi Abaper's,
    1. Is there a possibility of giving F4 help for an editable field in Classical ALV ?
    2. Could anyone suggest bapi for changing notification status in QM02 ? Approving/Rejecting/Closing Notifications.
    Regards,
    Kausthub

Maybe you are looking for

  • How to make something default in File Info..

    Hi All, i would like to know that do we have any settings where we can set the custom panel as the default panel while loading the "File->File Info..." ? any possiblility for calling the "File->File Info..." from the plugin and setting the custom pan

  • Base Unit Of Measurment in Material

    Dear Experts,     Base UoM in material master is in Metric Tonne "MT",While Creating the BOM of the Material My Base qunatity is also in MT by default but I want to change Base Uom to in KiloLiter "KL".But system is not allowing to change. In system

  • 8 gig iPod nano shuts down when put on hold.

    I've got a second generation 8 gig nano here that shuts itself off when you put it on hold. Turning off hold turns the nano back on, but it makes me then choose my language again as if it is the first time it has been powered up. I've tried rebooting

  • SRM-MDM-Catalog - Searching various products ID

    Hi, At the catalog's search, can I enter with various products ID separated by ";" or "," and list all items of this list? The user did it when use SRM 2.0 with Requisite. He search various products in a same query. For example: Product ID field: 112

  • Firefox has slow start up & I have the latest version. IE, Chrome, AOL start right away. Firefox takes up to 10 minutes.

    Firefox has slow start up & I have the latest version. IE, Chrome, AOL start right away. Firefox takes up to 10 minutes. == This happened == Every time Firefox opened == when updated to 3.6