‎2008 Jan 29 1:48 AM
Hi all
Anyone know of any table that has a field label as description?
example
data : DESC type <tablename>-?
thank
‎2008 Jan 29 2:01 AM
Hi Gary,
May be you can use the Data Element DESC30, DESC35, DESC40.
Regards
Gopi
‎2008 Jan 29 2:58 AM
Can i know which sap standard table of the field uses DESC30, DESC35, DESC40. Thk
‎2008 Jan 29 3:13 AM
Hi Gary,
The best way is
DATA: desc TYPE c LENGTH <required length>.
In this case no need to refer to any table.
Regards,
Atish
‎2008 Jan 29 3:20 AM
I want to have the field label name description. Therefore i need to know of any table that have the field and display the label out as DESCRIPTION.
Know of any table?
‎2008 Jan 29 3:22 AM
‎2008 Jan 29 3:25 AM
Don't think there is such field. I tried to search for data elements and domain with description 'DESCRIPTION'.
Regards,
Atish
‎2008 Jan 29 3:28 AM
Thank in that case i will create a field in my customise table instead. Thought i can save that step if there is already available.
‎2008 Jan 29 3:29 AM
‎2008 Jan 29 3:31 AM
‎2008 Jan 29 3:30 AM
hi,
data : decs like COINCTRL-DOCU.
the data element is DESCRIPTIO........
Cheers,
Will.
‎2008 Jan 29 3:58 AM
‎2008 Jan 29 4:12 AM
Hi,
try this
TEXT field of FKKID_F4
FKKID_F4 (ID Selection (F4 Help)).
Cheers,
Will.
‎2008 Jan 29 3:51 AM
Hi Gary,
The best way is
DATA: desc TYPE c LENGTH <required length>.
In this case no need to refer to any table.
Regards,