cancel
Showing results for 
Search instead for 
Did you mean: 

Job Selection via BAPI using BackgroundJob

Former Member
0 Kudos

Hi to all,

I'm using "Set oJobList = oBAPICtrl.GetSAPObject("BackgroundJob")" to receive the list of job from SAP to my Access database.

Someone have already used it ?

I'm not able to understand how set selection parameter.

Set oJobSelectParam = oBAPICtrl.DimAs(oJobList, "Select", "JobSelectParam") give me a message "Error 0"

and so ...

oJobSelectParam.Value("JOBNAME") = "UNIVERSE"

oJobSelectParam.Value("USERNAME") = "COKKA00M15"

have no impact on parameter "oJobSelectParam".

Please help me.

Thank's in advance

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member182470
Active Contributor
0 Kudos