cancel
Showing results for 
Search instead for 
Did you mean: 

exit CNEX0006

Former Member
0 Kudos

Hi,

i implemented user exit: CNEX0006 to get customer related fields in project definition.

the customer specific field is coming under details menu.

i want it in a tab. can anyone tell me how to do it?

thanks!

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

i found that customer specific fields will not come in transactions like cj01, cj06 as tab.

but will come as tab in cj20n.

Former Member
0 Kudos

Hi Harsh,

i also need a similar requirement,

can u pls. tell me the detail steps for creating a tab in cj20n, as u hav already tested for cj20n.

ashis

Former Member
0 Kudos

First create a project in CMOD and attach the enhancement CNEX0006 to the project.

1. Go to se11 and in the PROJ table u will find ci_proj include , in this add the required custom fields.

2. Go to se51 give SAPLXCN1 in the program name with screen number 0600 , create the subscreen and in the layout choose Dictionary./Program fields and drag and drop in the screen .

3. If u want to write any logic before the screen is displayed do it in PBO.

4. Now in the function exit EXIT_SAPLCJWB_002 , go in the INCLUDE ZXCN1U11 and write this logic

move-corresponding sap_proj_imp to proj.

5. Now in the function exit EXIT_SAPLCJWB_003 , go in the INCLUDE ZXCN1U12. and write this logic

move-corresponding proj to cnci_proj_exp.

Activate the project .

Former Member
0 Kudos

thanx a lot harsh

ashis

Former Member
0 Kudos

Hi

Use this function module EXIT_SAPLCJWB_003 and activate it u will get the tab.

Rgds

Former Member
0 Kudos

i already did.

it is showing tab in cj20n but not in cj01, cj06.

Former Member
0 Kudos

Hi,

Please refer SAP Note:215366.

Regards,