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

SAPscript text file header

Former Member
0 Likes
430

Hi Experts,

We have created a SAPscript text file header with object name as 'TEXT', TD ID 'ST' and TDNAME 'RESIDENCE-PROOF' which has some content in it and passes to a SAP SCRIPT form for printing during run-time.

IT is then passed to FM 'READ_TEXT' and content returned in table tdline.

I want to make some changes to contents. Where are these

SAPscript text file header created and where i can change the content of this?

Thanx in advance

RR

2 REPLIES 2
Read only

Former Member
0 Likes
392

Hi,

Use the EDIT_TEXT function module.

Darren

Read only

Former Member
0 Likes
392

d