cancel
Showing results for 
Search instead for 
Did you mean: 

SAP MDG - Custom Field TXT field not showing in feeder class parameters

0 Kudos

Hi ,

We added 2 custom ZZ fields in an entity "ZZPGRP" and "ZZPASTR"

I went to do UI config , in Preview option where we add Elements/fields to the form. When I was adding the element to the form, the field ZZPGRP did not have the text field unlike ZZPASTR which had a short text "ZZPASTR__TXT" and long text field "ZZPASTR__TXTLG"

Any idea where to check this ?

Accepted Solutions (1)

Accepted Solutions (1)

former_member230136
Contributor
0 Kudos

Muhammad,

Check the 'Value Table' and not 'Check table'.

Open the Domain, Go to 'Value Range' Tab. Down below is available your Value Table.

Double Click your Value Table ( it opens up in SE11 ).

Menu -> Goto -> Text Table will open up the text table for this table.

For your reference, an example : For Data Element KTOKD, Domain is KTOKD, Value Table is T077D and Text table is T077X.

If there is no abaper to help you then check SCN for how to create a text table for your custom table.

Hope that helps.

Cheers,

Rohit

Answers (3)

Answers (3)

0 Kudos

Thanks Rohit for your valuable input. I asked ABAPER and he did put in the value table in the domain.

I reactivated the data model and found the _TXT element there. Issue resolved. Thanks again.

former_member230136
Contributor
0 Kudos

Muhammad,

If your query is answered, kindly close this as Resolved so other can benefit while searching for the same answer.

Cheers,

0 Kudos

Hi Rohit ,

Thanks for the answer. Actually i just check that the field ZZPGRP has a check table. Im not an ABAPER . So I would need some guidance.

Please check attachment. When on the UI, I do see the text inn the F4 values. But I need the _TXT field when I select a value in MDG.

zzpgrp.jpg

former_member230136
Contributor
0 Kudos

Hi Muhammad,

The answer lies at the domain level. You want to create a __TXT element, which means the value must be having some predefined description associated with that.

So go to domain level, create a value table. After creating value table, you must create a text table for that value table. Once you do that. System will automatically recognizes that the custom dats element is having __TXT field associated with it.

Try to analyse the standard field and you will get the above explanation

Cheers,

Rohit