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: 

SET PARAMETER ID

Former Member
0 Kudos

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

valter_oliveira
Active Contributor
0 Kudos

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

valter_oliveira
Active Contributor
0 Kudos

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.

0 Kudos

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

0 Kudos

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

Regards,

Valter Oliveira.

Former Member
0 Kudos

SET PARAMETER ID: 'ABC' FIELD G_ABC,

'DEF' FIELD G_DEF.