Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

function module to update project definition

Former Member
0 Likes
2,333

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!

9 REPLIES 9
Read only

Former Member
0 Likes
1,557

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

Read only

Former Member
0 Likes
1,557

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.

Read only

Former Member
0 Likes
1,557

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

Read only

Former Member
0 Likes
1,557

Hi Jackie,

Try using the BAPI function module "BAPI_PROJECTDEF_UPDATE" for updating the project definition.

Regards,

Rupesh R Nair.

Read only

0 Likes
1,557

Hi,

I have checked those function modules but those doesn't update the forecast start and finish date.

Read only

Former Member
0 Likes
1,557

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

Read only

0 Likes
1,557

Hi,

Will this function do the trick?

CJDW_PROJ_MODIFY

Read only

0 Likes
1,557

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!

Read only

Former Member
0 Likes
1,557

Hi,

Any findings guys?