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
974

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.

4 REPLIES 4
Read only

gopi_narendra
Active Contributor
0 Likes
552

see the standard program RM07METI.

Regards

- Gopi

Read only

0 Likes
552

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

Read only

andreas_mann3
Active Contributor
0 Likes
552

Hi,

use report RSSHTEST

A.

Read only

0 Likes
552

Andreas,

Its a report program , i need a upload program.

Sonal