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

Inserting data to the header text

Former Member
0 Likes
647

Hi,

How to insert data to a header text maitained for a transaction? Can we do it through BDC? Is there any fuction module to insert data (like read_text which is used to retrive data from a text object) to a particular header text?

Please reply.

Thanks in advance

jaison

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
559

Yes we can do it using BDC

OR

You can use the function SAVE_TEXT for uploading long text.

-Kiran

3 REPLIES 3
Read only

Former Member
0 Likes
560

Yes we can do it using BDC

OR

You can use the function SAVE_TEXT for uploading long text.

-Kiran

Read only

Former Member
0 Likes
559

INIT_TEXT, SAVE_TEXT followed by COMMIT_TEXT.

Regards,

Ravi

Note : Please mark all the helpful answers

Read only

Former Member
0 Likes
559

<b>INTTAB_SAVE_TEXT, SAVE_TEXT </b> internal table text to Standard text.

rgds,

TM