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

Regarding Set Parameter id

Former Member
0 Likes
419

Hi,

How to pass internal Table field value to set parameter id.

Please do the need.

Thanks & Regards,

Nagalakshmi

2 REPLIES 2
Read only

Former Member
0 Likes
393

AT LINE-SELECTION.

SET PARAMETER ID: 'MAT' FIELD itab-matnr,

'WRK' FIELD itab-werks,

'LAG' FIELD itab-lgort,

'CHA' FIELD itab-charg.

CALL TRANSACTION 'MMBE' and skip first screen.

reward if useful,

anju

Read only

Former Member
0 Likes
393

Hi,

Use

SET PARAMETER ID 'WRK' field itab1-fieldname.

Regards

Arun