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

MD4C - Parameter SLA does not set

Former Member
0 Likes
663

Hello,

I am trying to call transaction MD4C from within a custom transaction by setting parameter id SLA(order selection) and ANR(order). The ANR parameter sets correctly but SLA parameter has no effect. We are on ECC 5.0 .

SET PARAMETER ID: 'ANR' FIELD itab-aufnrd.(itab-aufnrd has value of order)

SET parameter id: 'SLA' FIELD ZSLA. (ZSLA has character value 'X')

CALL TRANSACTION 'MD4C' AND SKIP FIRST SCREEN.

Any help would be appreciated.

2 REPLIES 2
Read only

Former Member
0 Likes
565

Hi,

Why you are using the statement:

SET parameter id: 'SLA' FIELD ZSLA.

I have seen the selection screen of this Transaction in ECC6.0, on it there is no single char field ZSLA. so why this is used here.

I checked in all tabstrips for this field, I couldn't found.

May be that is the problem.

Regards,

Anji

Read only

0 Likes
565

ZSLA is just a variable which has the value 'X' so that the parameter id 'SLA' which is a radiobutton for Order is set.

Divya