cancel
Showing results for 
Search instead for 
Did you mean: 

Copy Operative project without User fileds

Former Member
0 Kudos

Hi, While creating new project by copying the operating project in CJ20N, I want to exclude the details maintained in user filed of the operative project. Does any one came across this requirement ? How to do it?

KPG

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Kailas,

I can suggest following solution options:

1. Create development using BADIs PROJECTDEF_UPDATE and/or WORKBREAKDOWN_UPDATE as required. The code should check whether project is being copied or created and then blank out user fields

2. Create a substitution for blanking out user fields. Take care that the substitution should NOT run during every save. User will execute it manually when project is created.

Hope this helps

Regards

Shrikant

Answers (2)

Answers (2)

0 Kudos

hi kailas,

If you work with complex long-running projects, for instance in make-to-order manufacturing, it is often necessary to make large scale changes to master data or assignments. You can use mass changes the change projects and networks in a just a few steps.

The following objects can be changed via a mass change:

Project definitions, WBS elements, Network headers, Activities and activity elements, Milestones and Relationships

Change field values in the objects network header, activity, project definition, WBS element and relationship, for example:

Plant, Business area, Profit-center, etc.

Change profile assignments, for instance:

Interest calculation profile, Budget profile, Project profile etc.

Schedule and cost networks

Change the system statuses Released and Deletion flag.

You cannot process the following objects with mass changes:

Components, Production resources/tools (PRT) ,PS texts and Long texts

If you want to change objects of multiple projects simultaneously, you can trigger the mass change of those projects via the structure information system or using transaction CNMASS.

In order to carry out a mass change directly, you must start the mass process change function and select the objects to be changed. Then you must select the fields you want to change and enter the new field value

0 Kudos

Hi,

I hope we can achieve by using Mass change functionality.

After creating Operative project by copying (Standard/Existing) project, use Mass change functionality in project builder to remove User defined fields data in operative project.

Regards