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

Common screen for multiple transaction code

Former Member
0 Likes
489

Hi Friends,

I am trying to assine common screen for three diffrent transaction code.

Let consider threen TC i.e.

ZC1 for create

ZC2 for modify

ZC3 for display

All above three TC having diffrent input screen. With corresponding to input screen we put data in common screen

Please give me your suggestion

2 REPLIES 2
Read only

Former Member
0 Likes
444

Amit,

Yes you can provide same screen to many TX.

Amit.

Read only

Former Member
0 Likes
444

hi

yes u can do this

use condition

like

if tcode = ZC1

display input fields for this transaction

elseif = ZC2

display input fields for this transaction

elseif = ZC3

display input fields for this transaction

endif.

put this whole bock of code in at selection screen output

Reward points

Cheers

Snehi

Edited by: snehi chouhan on Jun 23, 2008 1:16 PM