2007 Mar 05 4:15 PM
How to use Top of page system fields like sy-tvar0 to sy-tvar1
thanks in advance
Rishi
How to use Top of page system fields like sy-tvar0 to sy-tvar1
thanks in advance
Rishi
2007 Mar 05 4:19 PM
Hi,
chk this
http://help.sap.com/search/highlightContent.jsp
<b>Please mark the thread as question</b>
Message was edited by:
Chandrasekhar Jagarlamudi
2007 Mar 05 4:20 PM
Hello ,
in the standard title you can have &0 ... &n. The program must put the values to fields SY-TVAR0 to SY-TVARN.
see this sample:
Pass the variables for the list heading
MOVE SY-Title TO SY-TVAR0.
MOVE SY-Datum TO SY-TVAR1.
MOVE SY-Pagno TO SY-TVAR2.
From output screen: System>List>List Header
Click on first white line and enter the following title to the yellow box: Title: &0 Date: &1 . Page No: &2......
Hope its what you mean.
Vasanth
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |