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

sales Text

Former Member
0 Likes
993

Hi All,

I am using z of RVORDER01 form for order confirmation.in that i have one element supplement text given as

&vbdka-tdname& object vbbk text-id 0010 paragraph HT.

its giving a message that text is not maintained can anybody tell me in which table this text is maintained or if there is some settings to maintain the text.

Regards

Lalit

Hi All,

I am using z of RVORDER01 form for order confirmation.in that i have one element supplement text given as

&vbdka-tdname& object vbbk text-id 0010 paragraph HT.

its giving a message that text is not maintained can anybody tell me in which table this text is maintained or if there is some settings to maintain the text.

Regards

Lalit

6 REPLIES 6
Read only

Former Member
0 Likes
884

T code for maintaining texts is SO10.

Tables are :STXH(Header) and STXL (detail texts)

Read only

Former Member
0 Likes
884

Thanks tushar for ur reply.

Can u tell me the steps 4 creating text in so10

Read only

Former Member
0 Likes
884

Hi,

You run the program RSTXTRAN.

Then, use TCODE SCC1 to transport it to the box you are using.

Hope this helps.

Benedict

Read only

Former Member
0 Likes
884

Hi,

Just pass all the variables which you are mentioned in your query(&vbdka-tdname& object vbbk text-id 0010 paragraph HT) to fm 'SAVE_TEXT'. It creates text.

Rgds,

Bujji

Read only

Former Member
0 Likes
884

when i am creating a text using so10 transaction it gives me error that this ID for text object TEXT does not exist.

Read only

0 Likes
884

for this u need to maintain the text object and its related text id using the TC: SM31 in rel. view of ur tcode( like MM01, Va01 etc).