2014 Aug 28 3:57 PM
Hello Experts,
To prepare the field catalog for a ALV Grid Display, i created a DDIC structure which looks as below.
DDIC structure from SE11.These are total 12 fields.
| DOKAR | Types | DOKAR | CHAR | 3 | 0 | Document Type |
| DOKNR | Types | DOKNR | CHAR | 25 | 0 | Document number |
| DOKTL | Types | DOKTL | 0 | 0 | Documentation - text lines | |
| DOKVR | Types | DOKVR | CHAR | 2 | 0 | Document Version |
| DKTXT | Types | DKTXT | CHAR | 40 | 0 | Document description |
| DOSTX | Types | DOSTX | CHAR | 16 | 0 | Description of document status |
| KTXT | Types | TDWOT_KTXT | CHAR | 20 | 0 | Object Description |
| STABK | Types | STABK | CHAR | 2 | 0 | Status of a document (language-dependent) |
| CAD_POS | Types | CAD_POS | CHAR | 1 | 0 | CAD: Assignment document <-> material |
| VRKSTAT | Types | VRKSTAT | CHAR | 1 | 0 | Link status of a document |
| CVHIER | Types | CVHIER | CHAR | 1 | 0 | Document is in Hierarchy |
| REVLV | Types | REVLV | CHAR | 2 | 0 | Revision Level |
When i try to run the FM:LVC_FIELDCATALOG_MERGE to generate field catalog i get 19 columns. Where as i should get only 12.
Below are the columns,
COL_POS FIELDNAME
1 DOKAR
2 DOKNR
3 ID
4 OBJECT
5 LANGU
6 TYP
7 DOKVERSION
8 LINE
9 DOKFORMAT
10 DOKTEXT
11 DOKVR
12 DKTXT
13 DOSTX
14 KTXT
15 STABK
16 CAD_POS
17 VRKSTAT
18 CVHIER
19 REVLV
Can you let understand why the DDIC scan giving result like this ?
Thanks,
Naresh
2014 Aug 28 4:11 PM
2014 Aug 28 4:11 PM
2014 Aug 29 2:38 AM
2014 Aug 28 4:50 PM
Hi Naresh,
As Renan pointed out that in your structure DOKTL field is using DOKTL type which is not a data element, it is another structure and all DOKTL fields were added to the field catalog too.
2014 Aug 29 2:37 AM