cancel
Showing results for 
Search instead for 
Did you mean: 

cProject Number generation

Former Member
0 Kudos

Hi All,

Like in PS wherein the number range is specified and the project numbers get generated automatically. Is the same thing possible in cProjects 4.0.

I dont enter the name/number in the project definition, but i want the number to be generated automatically. Is this possible.

Thanks in advance,

Regards,

Amit

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member189058
Active Contributor
0 Kudos

Hi Amit,

You will have to do this programatically. Use BAdI DPR_ATTRIBUTES with filter DPO (Project Definition)

Regards,

Reema.

Pl award points to all useful answers.

Former Member
0 Kudos

Hi Reema,

Thanks for the reply. I shall try and get back to you.

Regards,

Amit

Former Member
0 Kudos

Hi,

Can we specify a project coding mask similar to what we do in SAP PS for number generation for the Project definition.

Can we restrict the users to use the same defined project coding mask as in SAP PS.

Thanks in advance

Amit

former_member189058
Active Contributor
0 Kudos

Hi Amit,

You can do it only through coding. Try the BAdI dpr_attributes. Look at methods like:

SET_DEFAULTS_UPON_CREATION

SET_DEFAULTS_UPON_COPYING

Regards,

Reema.