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

A question about SAPscript element

Former Member
0 Likes
752

Hello Expert,

I'm new beginner to SAPscript. In one SAPscript, i found the folloiwng statement:

/: INCLUDE 'SD_RVADDN01' OBJECT TEXT ID SDVD PARAGRAPH HT

What does 'SD_RVADDN01' mean. where can i find it? I tried in SO01, but it's not found.

Can any expert give me information about it?

Thanks in advance,

Regards, Johnny

4 REPLIES 4
Read only

Former Member
0 Likes
637

HI,

You can find it at T-code SO10 with Text ID being SDVD.

Read only

Former Member
0 Likes
637

you can find in the transaction SO10

Ram

Read only

Former Member
0 Likes
637

If you are not able t find this include program in T-code SO10 , better u will take your basis help ( Get Authorization ).

Read only

Former Member
0 Likes
637

Hi,

SO10 - Create standard text module

You can maintain standard text module

Now, you can use standard script in ur script

: INCLUDE 'SD_RVADDN01' OBJECT TEXT ID SDVD PARAGRAPH HT

It is used to display at desired position.

I think it will helps you.

Edited by: sekharch on Jan 30, 2011 3:52 PM