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: 

About Text Box

Former Member
0 Kudos

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.

1 REPLY 1

Former Member
0 Kudos

hi experts the problem is solved