‎2011 Jan 27 2:45 AM
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
‎2011 Jan 27 4:22 AM
‎2011 Jan 27 4:49 AM
‎2011 Jan 27 4:52 AM
If you are not able t find this include program in T-code SO10 , better u will take your basis help ( Get Authorization ).
‎2011 Jan 30 2:50 PM
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