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

Transaction variant

Former Member
0 Likes
445

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.

2 REPLIES 2
Read only

Former Member
0 Likes
426

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!!

Read only

Former Member
0 Likes
426

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