cancel
Showing results for 
Search instead for 
Did you mean: 

Reg Field bseg-sgtxt in SAP SCRIPT

Former Member
0 Kudos

Hi Experts,

I have to issue with bseg-sgtxt field. In my script i have field item text for this field is bseg-sgtxt. anf this field lenght is 50 char. but problem is i want item text more then 50 char in my script. for that i find long text button... this long text stored in EENO_DYNP and field name is ZEILE , but it is a structure...so i have 3 question

1) How can i retrive this long text field in my script

2) How can i concate bseg-sgtxt with EENO_DYNP-ZEILE

3) what i write in SAP SCRIPT???

Vishal

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi All,

Can u give me suggetion of my issue

Vishal

former_member624107
Contributor
0 Kudos

for reading long texts u hav to use Fm read_text

and u will get the deatisl in internal table ..u can use that in script

u hav to input ID,OBJECT NAME ,LANGAUAGE as parameters for this FM

Message was edited by:

Sheeba Bhaskaran

Former Member
0 Kudos

Hi Sheeba,

what i right in Object????

Can u give me some example with coding???

Vishal

former_member624107
Contributor
0 Kudos

Hi For text objects n text id use table STXH

PLeae go thru these links