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

Doubt in SO10

Former Member
0 Likes
366

Hello Experts,

Is it possible to pass values to the text elements variable created using the transaction code SO10 from SAPscripts

Example: (SO10 - Text Element)

Welcome to &s_text&

SAP Script

INCLUDE ZBEN_TEXT1 OBJECT TEXT ID ST LANGUAGE EN

here i have to pass the value for text element symbol &s_text&.

Hello Experts,

Is it possible to pass values to the text elements variable created using the transaction code SO10 from SAPscripts

Example: (SO10 - Text Element)

Welcome to &s_text&

SAP Script

INCLUDE ZBEN_TEXT1 OBJECT TEXT ID ST LANGUAGE EN

here i have to pass the value for text element symbol &s_text&.

1 REPLY 1
Read only

Former Member
0 Likes
331

if you populate the value to the same variable (s_text) in driver pogram and pass it to layout using the write_form9calling with the window /element) that will take care.

check it once.