cancel
Showing results for 
Search instead for 
Did you mean: 

Creation of new Agentry Complex Table in SMP 3.0 SP04

Former Member
0 Kudos

Hi,

I am working on WorkManager 6.1. Planning to create a new Complex table at the SAP backend. Can you please guide how to create a new complex table in Java layer.

As i understood, The first approach is creating a new java class by extending the ComplexTableObject.

The second approach is Creating a new java class by extending ComplexTable and creating a new StepHandler by extending CTConfigStepHandler.

Can you please guide which approach is correct to create a new complex table in Java Layer.

Thanks in advance,

-Uma S

Tags edited by: Michael Appleby

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Uma,

you do not have to extend the CTStephandler. For CTs the framework is using a generic stephandler for CTs. As you said you only have to create the Java Object extended by the CTObject and you have to adjust the configuration. That means you have to create a BAPI Wrapper, MDO (CT) and connect these things together. After that you do the maping in the parameters tab. Take the existing entries as a template.

Kind regards,

Mike

Answers (1)

Answers (1)

stephen_kringas
Active Participant
0 Kudos

Hi Uma,

The following guide (Section 4.3) shows the steps for creating Complex Tables in Agentry.

Hope that helps.

Stephen