2018 Jul 23 3:17 PM
I perform a select statement on DD03L for a particular DB table containing salesorg and take out all fields in that DB table of type currency.
So in my internal table IT_DD03L , I have 'fieldname' . And that is filled with about 50 rows pertaining to 50 columns from the DBtable of type currency.
Now I request to know how to create a new internal table having structure, salesorg and all currency fields found in IT_DD03L-fieldname.
For. e.g.
It_dd03l-fieldname
Avv015
Avv032
Avv010
the created internal table should have columns
salesorg , Avv015 , AVV032 , AVV010
I perform a select statement on DD03L for a particular DB table containing salesorg and take out all fields in that DB table of type currency.
So in my internal table IT_DD03L , I have 'fieldname' . And that is filled with about 50 rows pertaining to 50 columns from the DBtable of type currency.
Now I request to know how to create a new internal table having structure, salesorg and all currency fields found in IT_DD03L-fieldname.
For. e.g.
It_dd03l-fieldname
Avv015
Avv032
Avv010
the created internal table should have columns
salesorg , Avv015 , AVV032 , AVV010
2018 Jul 23 3:43 PM
2018 Jul 23 4:42 PM
I know how build an dynamic internal table from DB table passed as parameter. But here the challenge I am having is that I have to build a subset of that DB table passed. An internal table with only salesorg and all fields of currency type. How do I zero in on currency type for building a dynamic internal table?
2018 Jul 23 7:24 PM
You must construct the component table that you pass to the RTTS method.
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |