Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

How to add custom tab at material component level in CJ20N

former_member596906
Discoverer
0 Kudos

Hi.
I have a requirement to add new fields in a table control of transaction CJ20N.

The table control is under: Project Definition > WBS Element > Network header > Network activity >> Component Overview.

Can any one knows how to handle this without changing the standard (via: BADI, screen exit, enhancement)?


Thanks in advance.

Best Regards,

Ramesh

1 REPLY 1

former_member596906
Discoverer
0 Kudos

Hi ,

I have added new custom Tab as below successfuly.

I had implemented the BADI_MAT_CUST_SCR. By following the steps listed in SCN.

1. I created a screen 0900 for saplxcn1 and called that screen in the method get_Screen.

2 .I also created the CI_RSADD with the zcustom fields.

Now in the BADI_GET_CUST_FIELDS , i see that the import parameter is IM_CI_RSADD and my  custom fields are available in it.

However , i am not finding the exits to update and display custom field values .

I got Exit: EXIT_SAPLCOMK_012 but here i am not getting custom fields value to update/Display.

Requesting you all, can you please help  on the same.

Thanks ,

Ramesh