Application Development and Automation 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: 
Read only

Replacing SAVE_TEXT by EDIT_TEXT_INLINE

Former Member
0 Likes
743

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
Read only

Former Member
0 Likes
572

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.

Read only

Former Member
Read only

Former Member
0 Likes
572

Solved by own.