Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

table shorttext

Former Member
0 Likes
722

hi all,

im creating a table where the fields refer to standard data elements where i need to give the short text.

for example

agr_master agr_name AGR_define Masterrolle

fielname dataelement reftable shorttext.

is reference table and value table are the same or diff.if different where can i give the refernce table to field.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
695

Hi Babita,

You can change/Define short test if you defined your tables fields reference to a SAP standrd data element.

You can do it by defining your custom data element and referering to SAP standard domain.

As far as reference table are using for Qty and Currency. You can use same as your value table but you have to define the reference field in yout value table.

Ea: your value table : ZTAB has QTY field (ZTAB-BDMNG)

you have to define ZTAB-MEINS field and use this as a refrence table and field for Qty.

Lanka

3 REPLIES 3
Read only

Former Member
0 Likes
696

Hi Babita,

You can change/Define short test if you defined your tables fields reference to a SAP standrd data element.

You can do it by defining your custom data element and referering to SAP standard domain.

As far as reference table are using for Qty and Currency. You can use same as your value table but you have to define the reference field in yout value table.

Ea: your value table : ZTAB has QTY field (ZTAB-BDMNG)

you have to define ZTAB-MEINS field and use this as a refrence table and field for Qty.

Lanka

Read only

Former Member
0 Likes
695

Hi ,

value table is different from reference table.

if you want to give the reference field then go to se11

and select the tab currency and quantity fields.

there you can assign ref table.

if you want to assign value table then it should be at domain level.

regards

vijay

Read only

Former Member
0 Likes
695

If you are referring to a standard data element, then the field's short description cannot be changed. You have to create your own data element at the least to have your own short description for the fields. If you just want to refer to a direct type like say type CHAR and LENGTH 10, then you can do that by clicking on the 'DIRECT TYPE' button above the table control in SE11. The you can enter your own description, but you will loose the value/check table feature. Best will be to create your own data element, refer to the standard domain.