2009 Feb 11 1:10 PM
Hi Experts,
In my program i have called a transaction 'ZFRREV_VAR' which is a transaction variant created for transaction 'ZFRREV'(report transaction).Program for which transaction 'ZFRREV' created is module pool program.I have to change the title of screen of tcode zfrrev (from RECEIPT REVERSAL to RECEIPT DISPLAY) without affecting actual transaction.
Please suggest.
Regards,
Kastubh Kabre.
Hi Experts,
In my program i have called a transaction 'ZFRREV_VAR' which is a transaction variant created for transaction 'ZFRREV'(report transaction).Program for which transaction 'ZFRREV' created is module pool program.I have to change the title of screen of tcode zfrrev (from RECEIPT REVERSAL to RECEIPT DISPLAY) without affecting actual transaction.
Please suggest.
Regards,
Kastubh Kabre.
2009 Feb 11 1:36 PM
Hi,
I could nt understand your query but what i understood is that u could go to SE93 and change the Short Text for The Transaction that u had created.
Hope this Solves your issue!!
2009 Feb 11 1:57 PM
Hi,
As far as I have understood the issue, you want to change the title of the report at runtime from RECEIPT REVERSAL to RECEIPT DISPLAY....
if this is the case,
then you can create one more title status and then set it based on if condition....
if for another transaction code you want to display that you can use
if tcode = <value>.
set title first one
else.
set it to another one.
endif
If this is not the case please elaborate on your issue....
Regards,
Siddarth
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |