‎2006 Oct 31 6:18 AM
Hi Friends,
My aim is to develop a generic upload program which should be able to upload LONG TEXT for any transaction in the SAP.
Approach/Example :
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.
What all i tried :
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:35 AM
‎2006 Oct 31 6:44 AM
Thanks Gopi,
You are talking about SAPScript text but i'm talking about Long text ( See in t-codes- VD51,IE01,IW51).
User should be able to upload 4-5 pages of document.
Regards
Sonal
‎2006 Oct 31 6:56 AM
‎2006 Oct 31 8:15 AM