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: 

Inline text and inline count in Edit_text_inline

Former Member
0 Kudos

Hi friends,

Can anyone tell me whats the need of inline text and inline count in edit_text_inline

FM.

Thanks

2 REPLIES 2

Former Member
0 Kudos

EDIT_TEXT_INLINE:

http://help.sap.com/saphelp_nw70/helpdata/en/d6/0db8bb494511d182b70000e829fbfe/frameset.htm

INLINE_COUNT

Enter the number of text lines you want the system to pass from table LINES to table INLINES. The system always starts at the beginning of table LINES. This value corresponds to the number of text lines displayed on a screen.

Former Member
0 Kudos

In an application it may be necessary to display or edit the first few lines of a text in any screen. To do this, use the function module EDIT_TEXT_INLINE.

The system then merges the lines of table INLINES with those of table LINES. The parameter INLINE_COUNT determines the number of lines in table INLINES. If necessary, the user can branch to the fullscreen editor. In this case, the function module behaves like EDIT_TEXT.

After executing the function, the system fills table INLINES with the specified number of lines from LINES. You can use the parameter SAVE to specify whether to call the function module SAVE_TEXT automatically if any lines are changed.

The application program is responsible for outputting the text lines from table INLINES to the screen and for returning the changed lines after the user pressed ENTER . On the application screen, the user can use only the general editing functions provided for all screen fields.

INLINE_COUNT

Enter the number of text lines you want the system to pass from table LINES to table INLINES. The system always starts at the beginning of table LINES. This value corresponds to the number of text lines displayed on a screen.

Enter the number of text lines you want the system to pass from table LINES to table INLINES. The system always starts at the beginning of table LINES. This value corresponds to the number of text lines displayed on a screen.

http://help.sap.com/saphelp_40b/helpdata/en/d6/0db964494511d182b70000e829fbfe/content.htm