cancel
Showing results for 
Search instead for 
Did you mean: 

Triggering a complex table download in SAP IM 3.2

former_member199619
Participant
0 Kudos

Hi,

How to trigger complex table download inside a steplet or any other java class.

--Shyam

Accepted Solutions (1)

Accepted Solutions (1)

jason_latko
Advisor
Advisor
0 Kudos

Shyam,

You cannot do this.  Complex tables by default will update with EVERY transmit.  That is built into Agentry.  Complex Tables are always updated so they remain current.  It is up to you to write the BAPI or Java code to populate the table.  Look at an existing CT in the application to see how the java object class is set up, and what methods are required for your new class if you are creating your own complex table.

Jason Latko - Senior Product Developer at SAP

former_member199619
Participant
0 Kudos

Hi Jason,

Thanks for your reply.

How to trigger a transmit from any java class.

--Shyam

Former Member
0 Kudos

Transmits can only be started at the client and then the Agentry Server will look at the system connection classes at that time.

Answers (0)