Sapass

 Simplify SAP R/3 development with Excel VBA/VB RFC  
Home> UserExit>CNEX0006



Index

CNEX0006

Graphics for Project System
Overview

The data of the project definitions are saved in database tables that have been defined by SAP. You can use this enhancement to make your own customer specific enhancements to the project definition table (table PROJ).

You can activate our own function for processing WBS with which you can call up a customer-specific screen. Here you can display or edit the new fields that you have included in the PROJS table.

The CNEX0006 enhancement has the following components:

Menu options:

  • SAPLCJGR +CUD
  • SAPLCJWB +CUD

Function exits:

  • EXIT_SAPLCJWB_002
  • EXIT_SAPLCJWB_003

Screen areas:

  • SAPLCJSS 0205 CUSTSCR1 SAPLXCN1 0600
Procedure

Use transaction CMOD to create an enhancment project and assign it enhancement CNEX0006.

Using transaction SE11 (ABAP Dictionary) add your field to the CI_PROJ structure. Pay attention to the name range for customer fields. Activate the structure. Note that a table can contain a maximum of 255 fields. SAP reserves the right to add new fields to the PROJ table.

Edit the components using transaction CMOD.

You must :

  • Assign the "Customer fields" function its own name
  • Program the function exit EXIT_SAPLCJWB_002 for transferring data from the SAP application to the screen area
  • Program the function exit EXIT_SAPLCJWB_003 for transferring data in the screen area to the SAP application.

  • Function/Program:
    • SAPLCJGR+CUD: Project definition customer fields
    • SAPLCJWB+CUD: Project definition customer fields
    • EXIT_SAPLCJWB_002: PS Customer Exit: User Specific Fields PROJ (Data SAP -> SUBSCREEN)
    • EXIT_SAPLCJWB_003: PS Customer Exit: User Specific Fields PROJ (Data SUBSCREEN -> SAP)
    • SAPLCJWB0205_CUSTSCR1_SAPLXCN10600: Project definition, customer enhancement
    • SAPLCJWB1216_CUSTSCR1_SAPLXCN10600: Subscreen - Customer Enhancement Project Definition

02-Oct-2005