Skip to Content
0
Former Member
Dec 02, 2009 at 04:46 AM

About Text Box

27 Views

Hi, Experts ,

i am working with ' ZTOOLREV ' transaction which is plant maintainence. after entering this transaction code i filled the mandatory fields and the below is the text box where i am entering the 3000 characters in the below box.

-


1 1

1 1

1 1

1 1

1 1

1----


1

when i am recording this transaction all are visible and entering data. after recording if i see the the data is not in this above box. so i decided except this field, all the fields are recorded well and i will update to database directly.

but in this case i am using function module READ_TEXT_INLINE. and SAVE_TEXT.

1) how to write code for the below

ADD CODE TO PUT DATA FROM 3000 CHAR FIELD INTO INTERNAL TABLE selected_text WITH 132 CHAR IN EACH LINE

selected-text is an internal table for the above box.

2) ADD CODE TO POPULATE THE STRUCTURE SAVEHEADER WITH TEXT ID, NAME. OBJECT , LANGUAGE

in the above fm read_ i know all the id, name, object, spras.

please guide me.