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

re : long text

Former Member
0 Likes
623

hai

i want to transport the remarks(long text) from

purchase order to sales order.

how to do this very urgent.

thanks

from

rahul

hai

i want to transport the remarks(long text) from

purchase order to sales order.

how to do this very urgent.

thanks

from

rahul

3 REPLIES 3
Read only

former_member194669
Active Contributor
0 Likes
605

Hi,

You need to use fm READ_TEXT and SAVE_TEST.

Read only

0 Likes
605

fin out any exits or BADIs avilable

Read only

Former Member
0 Likes
605

the method is by reading text from PO using function READ_TEXT ,

supply the header information from PO,

and then save the text as SO text using function SAVE_TEXT,

supply the header information from SO ( ie object table : VBBK ) .

Put the codes in appropriate user exit.

This is business related requirement, therefore you have to follow your business design.