Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

working with dynamic types

former_member220028
Active Contributor
0 Kudos

Hi all,

i started to write a programm fetching records from a dynamic DB-Tab and exporting to a dynamic structure.

but i dont know how to do so and i did not find any information for this solution...

The red marked variables on the interface (first screenshot) was just to help me to get the type-definition inside this method - they holding no Data. i want to get rid of them.

In the actual version of my method (second screenshot) i got 2 syntax-errors marked as red. i left them inside because i dont know how to write them correctly.

can you help me please! im so lost...

i dont know following steps:

->how do i fetch data into a dynamic structure?

open curser looks like this

->how do i move timestamp to dynamic structure as this structure has no structur 😮

->how can i avoid using helper variables in the interface to move the type definition inside the method.

regards

Stefan Seeburger

1 ACCEPTED SOLUTION

rosenberg_eitan
Active Contributor
0 Kudos

Hi,

look for RTTC , RTTS

Do a google using search operators:   site:scn.sap.com RTTC RTTS

Do a google using search operators:   site:wiki.scn.sap.com RTTC RTTS

Regards.

2 REPLIES 2

rosenberg_eitan
Active Contributor
0 Kudos

Hi,

look for RTTC , RTTS

Do a google using search operators:   site:scn.sap.com RTTC RTTS

Do a google using search operators:   site:wiki.scn.sap.com RTTC RTTS

Regards.

0 Kudos

Hello Eitan Rosenberg,

thanks for your hint. that was what i needed.

issue solved.

regards

Stefan Seeburger