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

PARAMETERED TRANSACTION

Former Member
0 Likes
571

Hi,

How to create parametered transaction.

thanks.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
554

HI,

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

Regards,

Santosh

4 REPLIES 4
Read only

Former Member
0 Likes
555

HI,

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

Regards,

Santosh

Read only

0 Likes
554

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.

Read only

Former Member
0 Likes
554

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

Read only

0 Likes
554

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.