- Posts
- Users
- Places
- SAP Managed Tags
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
224 results
Sort by:
Read only
‎2017 Jul 30
8:39 AM
3 Likes
Hi,
I cannot get table keys via the RTTS technique. I use following code:
DATA: the_table TYPE REF TO data.
CREATE DATA the_table TYPE TABLE OF ('MARA').
D...
SAP Managed Tags:
‎2017 Jul 30
8:39 AM
by
Astashonok
Technology Q&A
Read only
by
Bikash_R
ABAP Blog Posts
‎2026 Jan 11
10:08 PM
1 Like
‎2026 Jan 11
10:08 PM
1 Like
...etween rows → columns and columns → rows, based on flexible input. It leverages RTTS (Run-Time Type Services) to create dynamic internal tables at runtime. O...
Labels
SAP Managed Tags:
‎2026 Jan 11
10:08 PM
by
Bikash_R
ABAP Blog Posts
Read only
by
lakshminarasimh an_n4
Application Development and Automation Discussions
‎2011 Mar 07
9:22 AM
‎2011 Mar 07
9:22 AM
...ype maintained at SE11. We have to create at runtime and then generate an internal table for it. My case its more complicated. Please suggest. Regards, Lakshminarasimhan.N
SAP Managed Tags:
‎2011 Mar 07
9:22 AM
by
lakshminarasimh
Read only
by
Former Member
Application Development and Automation Blog Posts
‎2014 Apr 03
1:30 PM
40 Likes
‎2014 Apr 03
1:30 PM
40 Likes
...ing a dynamic internal table as a transpose of an internal table using cl_alv_table_create=>create_dynamic_table. Exploring into the much recommended RTTS method, I have found that not only is it m...
SAP Managed Tags:
‎2014 Apr 03
1:30 PM
by
Former Member
Application Development and Automation Blog Posts
Read only
‎2019 Jun 11
10:21 AM
1 Like
...As I understand that would not be possible with RTTS, would it? I can only create a structure before I actually fill the table and not change it afterwards.
To give you an example: I select a...
SAP Managed Tags:
‎2019 Jun 11
10:21 AM
by
former_member57
Read only
by
Former Member
Application Development and Automation Discussions
‎2010 Mar 10
9:04 PM
‎2010 Mar 10
9:04 PM
Hello, I have defined a dynamic table using the RTTS method cl_abap_tabledescr=>create; the structure definition contains standard fields, custom fields and fields representing characteristics. T...
SAP Managed Tags:
‎2010 Mar 10
9:04 PM
by
Former Member
Application Development and Automation Discussions
Read only
by
rllabresp
Application Development and Automation Discussions
‎2020 Apr 06
7:27 PM
‎2020 Apr 06
7:27 PM
...I've just discovered class /UI2/CL_JSON and it works great to get the JSON and prettify it, but then I've not been able to create an internal table dinamically to then access the data.
I've t...
SAP Managed Tags:
‎2020 Apr 06
7:27 PM
by
rllabresp
Application Development and Automation Discussions
Read only
by
Former Member
Application Development and Automation Discussions
‎2006 Feb 03
12:45 PM
‎2006 Feb 03
12:45 PM
I am using the RTTS services to dynamically create a table. However, when I attempt to use the get_components method it does not return all the components for all tables that I am working with. C...
SAP Managed Tags:
‎2006 Feb 03
12:45 PM
by
Former Member
Application Development and Automation Discussions
Read only
by
Former Member
Application Development and Automation Blog Posts
‎2014 Feb 11
2:14 PM
3 Likes
‎2014 Feb 11
2:14 PM
3 Likes
Dynamic table creation using RTTS. I was reading the blog published by Pieter Lemaire on (Dynamic tables in ALV with RTTI); there he has explained some dynamic functionality using RTTS – I t...
- User Tags:
- abap
SAP Managed Tags:
‎2014 Feb 11
2:14 PM
by
Former Member
Application Development and Automation Blog Posts
Read only
by
Former Member
Application Development and Automation Discussions
‎2009 Jun 26
12:03 PM
‎2009 Jun 26
12:03 PM
Hi, my apologies if this question has been asked before and in the wrong forum. Is it possible to dynamically create a structure/type of variable length without using a fixed type? e.g. I w...
SAP Managed Tags:
‎2009 Jun 26
12:03 PM
by
Former Member
Application Development and Automation Discussions