cancel
Showing results for 
Search instead for 
Did you mean: 

SAP RFC - add/update steps to existing Job

Former Member
0 Kudos

Hi,

if I have an existing Job in SAP is it possible, throught the .NET Connector, to add or update steps? If yes, do you have any code sample for that?

Thank you!

Accepted Solutions (0)

Answers (1)

Answers (1)

MarkusTolksdorf
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Henrik,

please clarify, which kind of Jobs you are referring to.

Best regards,

Markus

Former Member
0 Kudos

Similar answer as in other post. A Job that is created throug CreateFunction in .NET Connector.

Thanks!

MarkusTolksdorf
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hello Henrik,

just to make sure. CreateFunction is not creating a Job. It's creating an instance of a function module in .NET so that it can be invoked in an ABAP system. The function for adding a step should be the one you used in your other post, When looking at the existing function modules, it seems to me that BAPI_XBP_JOB_EXT_STEP_MODIFY should update a step. But I'm not an expert for this function module group ... hence I'm only guessing based on the names.

Best regards,

Markus