cancel
Showing results for 
Search instead for 
Did you mean: 

To call standard text in smartforms

Former Member
0 Kudos

Hallo Sir

Please tell me how to call standard text (from tcode so10) into smartforms.

Accepted Solutions (0)

Answers (2)

Answers (2)

amit_khare
Active Contributor
0 Kudos

PAGE->WINDOW->TEXT and select text type as Include text then pass theo bject Id, text id and text object for that text.

Former Member
0 Kudos

Hi Ravi,

the simplest way to use std texts in smartforms.

goto so10 and create ur text.

in the smartform, Include the text element in the plate text window under general Attributes in create text field

Ex:

Attributes in create text field

Text Name: Z_CONTRACT_BOILERPLATE

Text Object: TEXT

Text Id: ST

Language: EN

Former Member
0 Kudos

Thanks. The procedure u had given is working perfectly for text created by me but my q is that how to call standard text not the text created by me. Because the procedure given by u is not working for standard text. please reply for the same.

Former Member
0 Kudos

Hi Ravi,

In Text Node

In Type Field select Include Text

Then u can see

Text Name 
Text Object
Text ID 
Language

Give the values in the required fields as u have in the Transaction SO10.

Bets regards,

raam

Former Member
0 Kudos

Hi raam

I have tried this procedure. Whenever I want to see the print preview I am getting error like this.

Exception: Formating_error

msg_id :-- SSFCOMPOSER

msg no -- 604

While working with my own defined text and with same procedure I am not getting any error.

Former Member
0 Kudos

Hi,

Looks like there is some error in your smartforms.

Open the smartforms, do a check (Ctrl-F2) and correct the errors.

or put a break-point in the program lines and debug smartforms.

Regards,

Subramanian

Edited by: Subramanian PL on Jun 26, 2008 8:42 PM

Former Member
0 Kudos

But sir if there is error in smartform then it should have also not worked for my own created text in so10. The same form is working fine for my own text but not for standard text.

Former Member
0 Kudos

Please check Note 677954

Edited by: KANAGARASU SAMINATHAN on May 11, 2010 9:51 AM

0 Kudos

I have 10 lines in SO10  and i wanna display only the 9th line in the text.
what is the process of doing that?