cancel
Showing results for 
Search instead for 
Did you mean: 

DI API Object For Serial Numbers Management - Complete

Former Member
0 Kudos

Hello everyone,

As I have mentioned on the title,

I have an 'Item' managed by "serial" with management method of 'on release only".

So, whenever I will create a 'Goods Receipt PO' Document, I'm not required to

supply any 'serial numbers'  in  "serial number-setup" unless I would want to.

Now, After creating the 'GRPO' Document, I will need to provide the 'serial numbers'

in order to complete my inventory.

My Question is:  Is there any object provided by SAP DI API to do the same thing as

in SAP Modules ---> INVENTORY > ITEM MANAGEMENT > SERIAL NUMBERS >

"SERIAL NUMBER MANAGEMENT - SELECTION CRITERIA > Operation : Complete " 

I need to know if the object is possible to use through DI API ???

Can anyone please help me with this one ???

Or at least show me some codes to start with ...

Many Thanks

Best Regard

Jhon

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi John,

Have a look in the following threads:

.Updating Existing Serial Number

Create New Serial Number

Beni.

Former Member
0 Kudos

Any solution so far??? I need it urgently

Former Member
0 Kudos

Have the same problem here, any news about this topic?

pedro_magueija
Active Contributor
0 Kudos

Hi Jhon,

Looking at the SDK documentation it seems you'll have to use the SerialNumbers object.

This object helps you to track items using their serial number. A computer, for example, can be located by its serial number. The serial number can provide additional information regarding a specific item such as its manufacturing date, warranty data, location in warehouse, and so on.

To display the form in the application:

  1. Select Inventory --> Item Management --> Serial Number --> Serial Numbers Management.
  2. Set your selection criteria and click OK. (The form will appear only if Serial Numbers are defined for the selected items.)

Hope it helps.

Best regards,

Pedro Magueija

Former Member
0 Kudos

Hello Pedro,

      First of all, Thank you for trying to answer my question.

Yes, you are correct about which object I should use whenever I

would need to put up a 'serial number' in my Inventory.

Select: Inventory --> Item Management --> Serial Number --> Serial Numbers Management

        

( and I do know how it works. )

But, what my question really meant to say, is there an object for

"Serial Numbers Management" in SDK ??? so that i can create

serial numbers after I have received them.

Is it possible for SDK to do it??

I need some sample codes showing the object in SDK to

start with.

Thank you for the efforts

Best Regards,

Jhon