‎2008 Jan 11 11:32 AM
Hi,
I'm new here.
This is about SAP PS. Would like to ask if someone knows a function module that updates the project definition. I'm actually seeking for a function module to update the forecast dates of the project definition.
Hope to hear from you guys soon.
Thanks!
‎2008 Jan 11 11:37 AM
Hi,
check below bapis and FMs
BAPI_PROJECTDEF_CREATE
BAPI_PROJECTDEF_EXISTENCECHECK
BAPI_PROJECTDEF_GETDETAIL
BAPI_PROJECTDEF_GETLIST
BAPI_PROJECTDEF_UPDATE
CNPB_M_CREATE_DOCUMENT
CNPB_M_NETWORK_CREATE
CNPB_W_UPDATE_HISTORY
CNPB_W_UPDATE_WORKLIST_TREE
also check below Function groups:
CNPB_H
CNPB_M
CNPB_W
Regards,
Edited by: chandra madapati on Jan 11, 2008 12:45 PM
‎2008 Jan 11 11:43 AM
2001_PROJECTDEF_CREATE
2001_PROJECTDEF_UPDATE
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
Reward points if useful.
‎2008 Jan 11 11:43 AM
Also check below bapis,
I think these are more useful,
BAPI_PROJECTDEF_CREATE
BAPI_PROJECTDEF_EXISTENCECHECK
BAPI_PROJECTDEF_GETDETAIL
BAPI_PROJECTDEF_GETLIST
BAPI_PROJECTDEF_UPDATE
Thanks and regards
‎2008 Jan 11 11:44 AM
Hi Jackie,
Try using the BAPI function module "BAPI_PROJECTDEF_UPDATE" for updating the project definition.
Regards,
Rupesh R Nair.
‎2008 Jan 11 11:57 AM
Hi,
I have checked those function modules but those doesn't update the forecast start and finish date.
‎2008 Jan 11 12:00 PM
Hi Jackie,
these are all the function module.....for project definition.
CreateFromData
Creating a project definition in the R/3 Project System
BAPI_PROJECTDEF_CREATE
ExistenceCheck
Checking whether a project definition already exists in the R/3 Project System
BAPI_PROJECTDEF_EXISTENCECHECK
Getdetail
Transferring a project definition from the R/3 Project System
BAPI_PROJECTDEF_GETINFO
Update
Changing a project definition in the R/3 Project System
BAPI_PROJECTDEF_UPDATE
Getlist
Determining of project definitions for selection criteria
BAPI_PROJECTDEF_GETLIST
reward is useful,
regards,
Sandeep
‎2008 Jan 11 12:10 PM
‎2008 Jan 11 12:19 PM
Hi again,
The tcode for updating the project definition is Cj07. I tried to debug it but I seem to be lost. Hope you can guys help me debug it and find the function module that updates the project definition.
Thanks!
‎2008 Jan 12 4:28 AM