cancel
Showing results for 
Search instead for 
Did you mean: 

WM62 - Extending CtUser Complex Table with custom entries

Former Member
0 Kudos

Hi Experts,

I am trying to extend ctuser Complex table with a few custom entries.

The issue is with the number of entries where the ones added as custom to the output parameter ET_USER_SETTINGS does not get reflected to Work Manager.

The custom entries gets replaced with a few more entries as part of the framework like Platform, Version, etc... to the complex table.

This is working for all other complex tables, except for CtUser.

Can anyone please guide me as how to fetch the custom entries from SAP to Work Manager.


Thanks in Advance,

Nikhilaash

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

you have to enhance the ctUser class to include your custom field. Also in Agentry you have to change the class name to you custom Z class.

Former Member
0 Kudos

Hi Ajitesh,

The issue is when trying to add the custom entries in the output parameter. The Java Class can remain the same. Just the config panel change is required.

I have sorted out the issue by keeping the value of SETTING_GRP = SYS.USER

The custom values are passed to the fields SETTING_NAME & SETTING_VALUE