Application Development 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: 

long text

Former Member
0 Kudos

Hi

I want to get the Long-Text and Short-Text in the ztable,

as in sap defined table TCURC, as though i want to create in my user-defined table

3 REPLIES 3

Former Member
0 Kudos

hi Madhvi,

can you be a little more clear ..

if you want two fields as you find in that standard table in your ztable . you'll have to create two similar fields and populate the data..

or if you want to have the long text or short text of any field in the data dictionary you can get it using the function module DDIF_FIELDINFO_GET

which gives the entire description of the field that you pass..

regards

satesh

Former Member
0 Kudos

HI

GOOD

YOU CAN GIVE THE LONG TEXT OR SHORT TEXT WHEN YOU R CREATING A TEXT ELEMENT.IT MAY NOT ACCEPT AFTER SOME LENGHT,OTHERWISE IT WILL TAKE THE LENGTH THAT YOU GIVE.

THANKS

MRUTYUN

former_member181962
Active Contributor
0 Kudos

Hi Madhavi,

IN your table, have two more fields say ltext and stext.

Then you can have the texts of those fields also.

Or else, create another z table with the same key fields of the first z table and an additional key field for SPRAS (Language) with the two text fields ltext anf stext.

Regards,

Ravi