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

problem with text in so10......

Former Member
0 Likes
646

Hi,

I have a standard text in so10 is

      THE MONTH OF  <V_DATE,V_MONTH> FOR FOLLING PROJECT.....

       V_DATE V_MONTH are getting from table field.........how to created this using one text in so10 insteed of two text?

thanks,

abaper

3 REPLIES 3
Read only

nabheetscn
SAP Champion
SAP Champion
0 Likes
611

Hi

In SO10 you can insert variables name using insert symbol command whose value you will be fetching before in smartform like

THE MONTH OF  &V_DATE&,&V_MONTH& FOR FOLLING PROJECT.....

Declare these two variable in smartform GLOABAL data fetch those values before calling SO10

Nabheet

Read only

0 Likes
611

HI NABHEET,

   I getting the value of v_date and v_month from smartforms using a function module.

so how can I put this two in so10 like

THE MONTH OF  &V_DATE&,&V_MONTH& FOR FOLLING PROJECT.....

Read only

0 Likes
611

Add like this in old editor