‎2006 Oct 31 5:30 AM
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.
‎2006 Oct 31 6:09 AM
Hi,
Go thru this link you may get required FM
http://www.sapdevelopment.co.uk/fmodules/fmssap.htm
Thanks
Sunil