cancel
Showing results for 
Search instead for 
Did you mean: 

user-defined field

Former Member
0 Kudos

Hi,

can we add user defined field in project definition?

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Harsh,

You can enter specific data in user-defined fields for every WBS element. The system provides two text fields 20 characters long, two text fields 10 characters long, two quantity fields with quantity units, two value fields with currency units, two date fields and two checkboxes.

The field key determines the name of the respective user field, and specifies whether it is ready for input. If you change the field key for the WBS element, the name of the user-defined field itself changes, but the contents of the field stays the same. If you evaluate user-defined fields in the information system and use different field keys, this can cause confusion and lead to misinterpretation (due to the different names of the user-defined fields).

You define field keys in PS Customizing.

After you define field key in OPS1 as told by Abhinav, you can maintain this field key in Project profile under t code OPSA.

You can define a user exit that enables you to develop your own special checks for user-defined fields.

If the user-definable fields available do not satisfy your requirements, you can use a user exit to develop additional fields for WBS elements (and the project definition).

Regards

Tushar

Former Member
0 Kudos

Which user exit i have to take?

I have to add some more user fields.

Regards

Ashish

Answers (2)

Answers (2)

Former Member
0 Kudos

hi...

u can take the help of abaper..with the following info

The following SAP enhancement is available for project definitions in the Project

System:

CNEX0006 Customer-specific fields in the project definition

You can use this enhancement to add new customer-specific fields for the standard project definition to table PROJ. To process these fields you can create your own screen, which the user can call up when maintaining standard project definitions.

The enhancement CNEX0006 contains the following enhancement components:

Menu entries:

SAPLCJGR+CUD Project planning board

SAPLCJWB+CUD Master data maintenance (CJ06, CJ07, CJ08)

Function exits:

EXIT_SAPLCJSS_002 for transferring data to your own program

EXIT_SAPLCJSS_003 for transferring data from your program to the SAPsystem

Screen areas:

SAPLCJSS0205_CUSTSCR1_SAPLXCN10600

ashis

former_member214674
Contributor
0 Kudos

Create field key in OPS1 and define what all fields you want.

Maintain this key in project profile.

Rgds

Former Member
0 Kudos

i have created a key in ops1

added it in project profile

how to get that field in project definition?

Thanks!

Former Member
0 Kudos

For Project Definition u have to go for development.

User User Exit:CNEX0006