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

Text Object Save Mode

john_wayne
Participant
0 Likes
773

Im exploring the text object in SAP tcode SE75 i would like to know what are the meanings of the save mode types where there is dialog/update/not in text file. Also what are meaning of the Interfaces in the text object? Your answers are appreciated.

Moderator message: please search for available information/documentation before asking.

Edited by: Thomas Zloch on Jan 4, 2011 2:16 PM

1 REPLY 1
Read only

Former Member
0 Likes
455

The save mode of a text module (dialog, update) is defined via the table TTXOB with the text object. In certain cases it makes sense to save the text immediately (for example, in batch programs) instead of in the update task.

' ' Save mode according to text object

'X' Save text module immediately