‎2007 Mar 14 7:59 AM
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.
‎2007 Mar 14 8:12 AM
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
‎2007 Mar 14 8:18 AM
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