Application Development 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: 

PARAMETERED TRANSACTION

Former Member
0 Kudos

Hi,

How to create parametered transaction.

thanks.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

HI,

Via SE93 . Press create button and select 'Parameter transaction'.

Regards,

Santosh

4 REPLIES 4

Former Member
0 Kudos

HI,

Via SE93 . Press create button and select 'Parameter transaction'.

Regards,

Santosh

0 Kudos

It accept only value which is hard coded.

screen fields === value.

i want to pass variable to the screen fields from my program to transaction.

Former Member
0 Kudos

1. Go to Tcode SE93, input your new Tcode & Create Option

2. Choose Parameter Transaction

3. In the bottom (Grid)

VIEWNAME = Your Table Name (Maintainance View Name)

UPDATE = X

<REMOVED BY MODERATOR>

Edited by: Alvaro Tejada Galindo on Feb 6, 2008 2:06 PM

0 Kudos

in place of update = x

i want to pass a flag variable

like

flag = 'x'.

update = flag

in se93 how to pass this.

please advice.