cancel
Showing results for 
Search instead for 
Did you mean: 

How to rename and auto populate Table extensions

Former Member
0 Kudos

Hi Gurus,

We have created a table extension on a Contract header. We wish to populate the data automatically in this table extension with pre-populated rows.

I understand that it can be achieved by using Dynamic Customer class and Dynamic Customer method under SPRO->SRM Server->Cross Application Basic settings->Extensions and Field Control (Personalization)->Create Table Extensions and Supply with data->Control Table Extensions and their fields and actions->Configure Control of Fields of Table Extensions.

We have created a Customer class and method. However, When we use them, the system is throwing an error message. Could you please give some insight on using Dynamic Customer class and methods?

Also, could you please throw some light on how to rename the 'Table Extension' word?

Regards,

Sudhakar D

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

The below link should help , good documentation by Ricardo on table extension.

http://scn.sap.com/docs/DOC-28602

If you want to create a custom tab with form type instead of a table type then the below link should help

http://scn.sap.com/community/srm/blog/2012/07/24/create-additional-data-tab-in-rfxresponsecontract

Regards,

Naveen

Former Member
0 Kudos

Hi Naveen,

Thank you for the mail and info.

I used the same documentation by Ricardo to create the table extension. However, the documentation do not suggest on how to use Dynamic classes and methods.

Anyways, we have changed our solution towards the problem and are providing F4 help on the particular fields.

Thank you everyone.

Regards,

Sudhakar D

Former Member
0 Kudos

The dynamic class and method should implement a SAP defined Interface. I am not technical person so could not remember the interface name how ever you can get the name of the interface by pressing F1 in the text field where you will enter the dynamic class.

If you are complying with this standard already, please let me know what is the error message you are facing.