cancel
Showing results for 
Search instead for 
Did you mean: 

LANGTEXT_ONLY

jlsim
Explorer
0 Kudos

Hi everyone,

Did anyone use LANGTEXT_ONLY func mode before? When i called this function mod a text editor is displayed but the texts that were previously entered are greyed out and user cant change them. Any idea how do I enable those old text to changable?

CALL FUNCTION 'LANGTEXT_ONLY'

EXPORTING

object = lc_object

object_nr = lw_object_nr

spras = lw_lang_type

txtid = lc_txtid

x_xaktyp = 'V'

  • COUNT_INLINE =

  • save_mode = ' '

text_history = ' '

text_property = 'X'

  • CHECK_LTX_EXIST =

  • IV_SUPPRESS_END_SPACE = 'X'

IMPORTING

  • IND_INV =

  • INV_EXIST =

  • IND_UPD_GENERAL =

RESULT = lw_result

  • TABLES

  • t_inlines = lt_lines

.

Accepted Solutions (0)

Answers (3)

Answers (3)

former_member1063151
Active Participant
0 Kudos

Hi, I am using this FM to call the text editor as well. My problem is that when I changed the screen field entry(longtext was previous created), the changes wasn't update in the longtext. Any ideas?

Former Member
0 Kudos

Please try with with FM

'EDIT_TEXT_INLINE'

Regards,

Former Member
0 Kudos

Hi,

While calling FM, make text_property = ' ' instead of 'X' and see if that helps.

Rgds,

HR

jlsim
Explorer
0 Kudos

HR,

Thanks for the idea.

But still it doesn't work.