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

simple qa-- so10

Former Member
0 Likes
576

i want to use in so10 sy- parametrs

what the code ( datum,uzeit) or P.O number .....

INCLUDE ztext OBJECT TEXT ID st PARAGRAPH 'zz'

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
554

While in SO10.....use Menu Bar option......Insert symbols.......to insert the parameters.....

This will be like....

IF &SY-DATUM& = ....

Else.

endif.

Well...it should work.......Having Condition statements in Stn Text are same as in Script editor......You can include your Layout parameters also....

like

/: IF &SPFLI-CITYTO& = "BERLIN"

  • ..... put some text here

/: ENDIF

3 REPLIES 3
Read only

Former Member
0 Likes
555

While in SO10.....use Menu Bar option......Insert symbols.......to insert the parameters.....

This will be like....

IF &SY-DATUM& = ....

Else.

endif.

Read only

0 Likes
554

i tried this &sys-datum& and it dont work,

and what about paramers in my layout like p.o number...

Read only

0 Likes
554

Well...it should work.......Having Condition statements in Stn Text are same as in Script editor......You can include your Layout parameters also....

like

/: IF &SPFLI-CITYTO& = "BERLIN"

  • ..... put some text here

/: ENDIF