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

New to Smartforms

Former Member
0 Likes
464

Where does code that was in SAPSCRIPT MAIN like this:

INCLUDE 'SD_RVADOR01' OBJECT TEXT ID SDVD PARAGRAPH HT

get put in SMARTFORMS Program?

Thank-You

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
408

it is a include text. you can include the way you include this in Script.

create the text element in the window , where you want the text to appear.

now double click on the text elemt, and then you will see the Editor in the Right side.

Now in the window you can see a Button EDITOR (Text Editor) , click on that.

Now you will land to a editor , if the editor is not Text Line Editor, then use the Menu

GoTo-> Change Editor

Then you will see the Line Text editor.

Now go to menu

INSERT->TEXT->STANDARD

Now give the Text name etc in the pop up. this will give the code

exactly what you have with you.

INCLUDE 'SD_RVADOR01' OBJECT TEXT ID SDVD PARAGRAPH HT

Regards

Vijay Babu Dudla

Where does code that was in SAPSCRIPT MAIN like this:

INCLUDE 'SD_RVADOR01' OBJECT TEXT ID SDVD PARAGRAPH HT

get put in SMARTFORMS Program?

Thank-You

1 REPLY 1
Read only

Former Member
0 Likes
409

it is a include text. you can include the way you include this in Script.

create the text element in the window , where you want the text to appear.

now double click on the text elemt, and then you will see the Editor in the Right side.

Now in the window you can see a Button EDITOR (Text Editor) , click on that.

Now you will land to a editor , if the editor is not Text Line Editor, then use the Menu

GoTo-> Change Editor

Then you will see the Line Text editor.

Now go to menu

INSERT->TEXT->STANDARD

Now give the Text name etc in the pop up. this will give the code

exactly what you have with you.

INCLUDE 'SD_RVADOR01' OBJECT TEXT ID SDVD PARAGRAPH HT

Regards

Vijay Babu Dudla