cancel
Showing results for 
Search instead for 
Did you mean: 

Need to display master data description

Former Member
0 Kudos

Dear all,

We have a specific transaction which display modifications of customer master data.

the data are extracted from table CDHDR & CDPOS as you know

Our purpose is to display the master data description not the codes

example: field KNVV-KDGRP

code = 40

description = others

so we need to display others not 40

i know that for this description, a table exists

but we need all tables descriptions ==> can we make this modification please??

is there any function module to display the description of every field ?

Many thanks in advance

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi Kapukcha ,

These details are maintained in Master data table especially with name starting with T.

Eg. for KDGRP there is table T151

and similarly for all others.

So you need to fetch them individually  for each data.

You will need to add some code and do a bit of research work for searching all the related master tables.

Searching for Check tables will help you a lot.

As far as my knowledge SAP hasn't provided with any such FM.

Former Member
0 Kudos

Dear,

Please check this table T077D for Customer Account Grp's in SE11; give KTOKD after execution you'll get TXT30 which specifies the account grp. follows from the text. You can create a repot in SQVI by simply making join of KNA1-KTOKD and T077D-KTOKD and in output select for TXT30 which displays the Account Grp. Description. For Customer Grp's, use table T151T field name KTEXT. Always go to F1 and then hit for a Technical Information, there you'll see Table and Field Name under Field Data. Hope it helps. Lemme know if it works out for you. Rgds.

rahul_vishwakarma2
Contributor
0 Kudos

Hi Friend,   Try T-Code : XD99, you will get all the details... Regards, Kundan Vishwakarma