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

parameter id problem

Former Member
0 Likes
387

Hi friends,

iam facing aproblem with parameter id in a screen.

actually i have screen 100 on which i have 2 fields matnr , kunnr.

in the properties tab of those fields i have added the parameter ids and in the pbo of screen 100 iam using the code

Get parameter id mat field w_mat-matnr

but iam not able to display it on the screen..

do i need to do any thing more

can any one suggest me

Regards

Priyanka

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
357

ALSO Check SET PARAMETER / GET PARAMETER CHECKBOX

In the properties at the screen for matnr and kunnr .

Rest would be taken care automatically

Regards,

Gurpreet

2 REPLIES 2
Read only

Former Member
0 Likes
358

ALSO Check SET PARAMETER / GET PARAMETER CHECKBOX

In the properties at the screen for matnr and kunnr .

Rest would be taken care automatically

Regards,

Gurpreet

Read only

Former Member
0 Likes
357

Hi,

Instead of using GET PARAMETER use the SET PARAMETER.

The Value in the field w_mat-matnr get's diaplayed in the screen 100

SET PARAMETER ID mat FIELD w_mat-matnr.