2009 Jan 28 8:04 AM
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'
2009 Jan 28 8:09 AM
While in SO10.....use Menu Bar option......Insert symbols.......to insert the parameters.....
This will be like....
IF &SY-DATUM& = ....
Else.
endif.
While in SO10.....use Menu Bar option......Insert symbols.......to insert the parameters.....
This will be like....
IF &SY-DATUM& = ....
Else.
endif.
2009 Jan 28 8:09 AM
While in SO10.....use Menu Bar option......Insert symbols.......to insert the parameters.....
This will be like....
IF &SY-DATUM& = ....
Else.
endif.
2009 Jan 28 8:10 AM
i tried this &sys-datum& and it dont work,
and what about paramers in my layout like p.o number...
2009 Jan 28 8:19 AM
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
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |