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

SET PARAMETER ID

Former Member
0 Likes
604

can we use two set parameter id statements to get into a tcode as there r two primary keys for that table from which we retrieve the data?

if yes how can we use..

1 ACCEPTED SOLUTION
Read only

valter_oliveira
Active Contributor
0 Likes
568

Yes, you can use:


SET PARAMETER ID 'ABC' FIELD w_abc.
SET PARAMETER ID 'DEF' FIELD w_def.
SET PARAMETER ID 'GHI' FIELD w_ghi.

Regards,

Valter Oliveira.

4 REPLIES 4
Read only

valter_oliveira
Active Contributor
0 Likes
569

Yes, you can use:


SET PARAMETER ID 'ABC' FIELD w_abc.
SET PARAMETER ID 'DEF' FIELD w_def.
SET PARAMETER ID 'GHI' FIELD w_ghi.

Regards,

Valter Oliveira.

Read only

0 Likes
568

BUT i'm not able to pass the data to the screen field..

only one field value is only geeting on to the screen.

my next field is inside a box..does it affect..?

Edited by: Anil Kalive on Oct 11, 2008 4:16 PM

Read only

0 Likes
568

The "target" field must have set SET/GET parameter property. Check it in screen painter (field attributes).

Regards,

Valter Oliveira.

Read only

Former Member
0 Likes
568

SET PARAMETER ID: 'ABC' FIELD G_ABC,

'DEF' FIELD G_DEF.