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: 

Replacing SAVE_TEXT by EDIT_TEXT_INLINE

Former Member
0 Kudos

Hi,

My requirement is to replace FM SAVE_TEXT by EDIT_TEXT_INLINE.

My question is: What is the replacement of parameters SAVEMODE_DIRECT and OWNER_SPECIFIED of SAVE_TEXT in EDIT_TEXT_INLINE.

How can i add the functionality in EDIT_TEXT_INLINE, that is reflected by above two parameters in SAVE_TEXT.

Thanks in Advance.

Regards,

Nitin.

Edited by: Nitin Karamchandani on Sep 8, 2008 11:32 AM

3 REPLIES 3

former_member705122
Active Contributor
0 Kudos

Hi,

EDIT_TEXT_INLINE

IMPORTING
*"             VALUE(SAVE) DEFAULT 'X'
" 'X'  --------> Call SAVE_TEXT
" ' '   --------> Do not call SAVE_TEXT

For more info read Function module documentation.

Former Member
0 Kudos

Solved by own.