cancel
Showing results for 
Search instead for 
Did you mean: 

User Fields

Former Member
0 Kudos

Dear Friends

I have a requirement of 13 user fields at WBS element level.

Standard SAP provides 8 user fields ( 4 under General Fields and 4 under Numeric Fields )

Does anybody know how it can be achieved ?

Regards

Ashish

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi

You have to go for custom development and develop a screen.

Menu path-- SPROProject System-Structures-- Customer specific Enhancements.

The following SAP enhancement is available for WBS elements in the

Project System:

CNEX0007 Customer-specific fields in WBS elements

You can use this enhancement to add new customer-specific fields for the

standard project definition in table PRPS To process these fields you

can create your own screen, which the user can call up when maintaining

standard project definitions.

The enhancement CNEX0007 contains the following enhancement components:

Menu entries:

SAPLCJGR+CUE Project planning board

SAPLCJWB+CUE Master data maintenance (CJ01, CJ02, CJ03)

Function exits:

EXIT_SAPLCJSS_004 for transferring data to your own program

EXIT_SAPLCJSS_005 for transferring data from your program to the SAP

system

Screen areas:

SAPLCJSS0215_CUSTSCR1_SAPLXCN10700

Regards