2006 Aug 14 9:30 PM
Hi,
I am trying to schedule a transaction in Background
like this.What Should I do if I don't have a PARAMETER ID for that field.
I need to Uncheck the default Option which is checked while scheduling this job.
SET PARAMETER ID: 'ACM' FIELD KKA0100-BIS_ABGR_M.
SET PARAMETER ID: 'ACJ' FIELD KKA0100-BIS_ABGR_J.
CALL TRANSACTION 'KKAO' .
regards
Vara
Message was edited by: Vara K
Hi,
I am trying to schedule a transaction in Background
like this.What Should I do if I don't have a PARAMETER ID for that field.
I need to Uncheck the default Option which is checked while scheduling this job.
SET PARAMETER ID: 'ACM' FIELD KKA0100-BIS_ABGR_M.
SET PARAMETER ID: 'ACJ' FIELD KKA0100-BIS_ABGR_J.
CALL TRANSACTION 'KKAO' .
regards
Vara
Message was edited by: Vara K
2006 Aug 14 9:48 PM
Why don't you write bdc for first screen and call the transaction?
2006 Aug 14 9:59 PM
Hi,
Can't we do without BDC?
just we need to Uncheck a default One Check-box option while scheduling this Job.
Regards
Vara
2006 Aug 14 10:06 PM