- 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.
156 results
Sort by:
Read only
by
Mithun_Kr
Application Development and Automation Discussions
‎2021 May 21
11:04 AM
‎2021 May 21
11:04 AM
Hi Community experts,
I've used the RTTS classes CL_ABAP_*DESCR for various purposes. But I'm not able to find if it's possible to read a View (either DB view or maintenance view) dynamically u...
- User Tags:
- rtts
SAP Managed Tags:
‎2021 May 21
11:04 AM
by
Mithun_Kr
Application Development and Automation Discussions
Read only
by
Former Member
Application Development and Automation Discussions
‎2009 Sep 01
5:56 AM
‎2009 Sep 01
5:56 AM
Hi, Can you please give me the advantages of using RTTS services over class cl_alv_table_create for creating dynamic internal table. Thanks in advance..
SAP Managed Tags:
‎2009 Sep 01
5:56 AM
by
Former Member
Application Development and Automation Discussions
Read only
by
Bikash_R
ABAP Blog Posts
‎2026 Jan 11
10:08 PM
1 Like
‎2026 Jan 11
10:08 PM
1 Like
...tility in ABAP that performs dynamic table transposition using RTTS (Run-Time Type Services). While ABAP doesn't provide a native statement like PIVOT, we c...
Labels
SAP Managed Tags:
‎2026 Jan 11
10:08 PM
by
Bikash_R
ABAP Blog Posts
Read only
‎2011 Jan 03
10:14 AM
HI I want to use the RTTS class in order to get the field type , for instance if i have field type I or type c or dec and if dec how much dec field something that similar to describe f...
SAP Managed Tags:
‎2011 Jan 03
10:14 AM
by
Former Member
CRM and CX Q&A
Read only
by
Former Member
Technology Blog Posts by Members
‎2017 Sep 29
12:53 PM
9 Likes
‎2017 Sep 29
12:53 PM
9 Likes
...rovides a set of classes, whose methods can be used for runtime type identification and runtime type creation. To know more about ABAP RTTS you can follow below link:
https://wiki.scn.sap.com/wiki/p...
- User Tags:
- abap
- application
- dynamic
- example
- identification
- internal
- on
- programming
- runtime
- server
- service
- table
- type
- write
SAP Managed Tags:
‎2017 Sep 29
12:53 PM
by
Former Member
Technology Blog Posts by Members
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
...he RTTS contains a hierarchy of classes having attributes and methods that are used to perform these dynamic functions, which could be to get the attributes of a data object at run time or to create a...
SAP Managed Tags:
‎2014 Apr 03
1:30 PM
by
Former Member
Application Development and Automation Blog Posts
Read only
by
Former Member
Application Development and Automation Discussions
‎2006 Sep 11
11:13 PM
‎2006 Sep 11
11:13 PM
Hi, I want to create an itab with making use of the RTTS Class Hierarchy. I have a parameter in my program that is the name of a database table. Now I want to create an itab with method c...
SAP Managed Tags:
‎2006 Sep 11
11:13 PM
by
Former Member
Application Development and Automation Discussions
Read only
‎2016 Jul 01
2:08 PM
Hi folks, I'm using RTTS to dynamically get class name for an initialized object. Following codes work just fine:
data obj type ref to zflh_test_class
obj = new #( ).
data cls_descr t...
SAP Managed Tags:
‎2016 Jul 01
2:08 PM
by
former_member27
Read only
by
dschiener
Application Development and Automation Discussions
‎2023 Dec 05
5:33 PM
‎2023 Dec 05
5:33 PM
Hi there, I would like to know if there is a possibility to determine all classes of a class pool using RTTI in ABAP. It should be possible to determine all containing class in both directions: S...
Labels
- Labels:
-
ABAP
SAP Managed Tags:
‎2023 Dec 05
5:33 PM
by
dschiener
Application Development and Automation Discussions
Read only
by
former_member22 3182
Technology Blog Posts by Members
‎2019 Sep 16
9:43 AM
3 Likes
‎2019 Sep 16
9:43 AM
3 Likes
...elected by end user in the cockpit. Hence in my case the end user used to get dump screen after trying to search multiple criteria. I struggled a lot and then later used the RTTS code to resolve the i...
- User Tags:
- GENERATE_SUBPOOL_DIR_FULL
SAP Managed Tags:
‎2019 Sep 16
9:43 AM
by
former_member22