cancel
Showing results for 
Search instead for 
Did you mean: 

How to update batch information through the DI

Former Member
0 Kudos

Hi all,

I would like to update some UDF's on a batch through the DI. Unfortunately, as far as I know, the Batch object is not visible in the DI. I'm using SAP 8.82PL06HF02

Is there another way?

thanks!

Sebastiaan

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Sebasitaan,

I don't know if it's still relevant for you, but hope it will help.

You can handle the Batch Numbers using an object called BatchNumberDetail.

You get this object using the Get method of BatchNumberDetailParams object, which you can get using method GetDataInterface of BatchNumberDetailsService object.

SAP has forgotten to include those new objects and method in their SDK...

Beni.

thomas_faust
Explorer
0 Kudos

Hi Bemi,

i found your post looking for a possibility to update some UDF´S in Batch Master data (OBTN) via SDK.

Would please show me the way you've illustrated in the post above.

Thank's

Thomas