cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Add new fields to new tab in /SAPSLL/CL_CUS_02

0 Likes
619

Hello friends,

My requirement is to add Z fields in the additional data tab in both header and item tab for transaction /SAPSLL/CL_CUS_02 of GTS. I would also like to know If its possible to create a new tab all together in /SAPSLL/CL_CUS_02 where in we can add fields. If added data at structure level, how to place the same in screen(/SAPSLL/CL_CUS_02)

Thanks a lot in advance. Your help will be highly appreciated.

Regards,

Koteswara

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member215181
Active Contributor

Hi Koteswara,

Following on from Dean's advice, please note that SAP provides example coding for that BAdI in Class /SAPSLL/CL_CDOC_EXT_UI_EXAMPLE - view in Transaction SE24.

Happy coding!
Dave

dean_hinson2
Active Contributor

Hello Koteswara,

Please investigate BAdI /SAPSLL/BADI_CDOC_EXT_UI. This will allow you to add tab(s) at both header and item level.

Regards, Dean.