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

Run Transaction with Custom Inputs

Former Member
0 Likes
505

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

3 REPLIES 3
Read only

Former Member
0 Likes
469

Why don't you write bdc for first screen and call the transaction?

Read only

0 Likes
469

Hi,

Can't we do without BDC?

just we need to Uncheck a default One Check-box option while scheduling this Job.

Regards

Vara

Read only

0 Likes
469

If there is no parameter id set for this checkbox, then I am not sure we can try this without using BDC. I am not aware of Transaction variants in detail but you can check this thread for more details -