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

Generic Program to upload Long Text

Former Member
0 Likes
302

HiFriends,

My aim is to develop a generic upload program which should be able to upload LONG TEXT for any transaction in the SAP.

<b>Approach/Example :</b>

Step 1 : I created a inforecord(VD51) without providing long text.

Step 2 : Upload long text for this inforecord through custom program using FM SAVE_TEXT.

<b>What all i tried :</b>

I observed that one entry gets created in table STXH (long text saved in table with correponding to the key TDNAME ) and this key(TDNAME) is combination of all key fields in the corresponding table(KNMT) for VD51.

Is it possible if i have a source file with combination of these keys and upload long text for this through function module SAVE_TEXT.

What all can be the problem in this development ?

Regards

Sonal.

1 REPLY 1
Read only

Former Member
0 Likes
270

Hi,

Go thru this link you may get required FM

http://www.sapdevelopment.co.uk/fmodules/fmssap.htm

Thanks

Sunil