cancel
Showing results for 
Search instead for 
Did you mean: 

AS Built

Former Member
0 Kudos

Hi

Is there any way to get AS Built information - inventory IDs via XML messaging or Web Services?

The od DXRequest documentation was not very helpful for finding it out. I think I can get the BOM information but not the contents of product.

Br,

Jennsen

Accepted Solutions (1)

Accepted Solutions (1)

0 Kudos

Hi Jennsen!

In theory, yes. The tricky thing is that As Built data is production BO rather than configuration BO. And production BO is meant for handling by Production Interface rather than DataXchange. So, you can try to play with SFC_BOM, SFC_ASSY and SFC_ASSY_DATA the same way as you can retrieve SFC by means of EXPORT request with SFC_OBJECT. But in this case, you might need to use full IDs of e.g. SFC_BOM like "BOMBO:site,bom_id,type,revision" - I doubt the parser can compose such handles.

Regards,

Sergiy

Former Member
0 Kudos

Hi

Thanks for the reply.

I used tracing to capture the As-Built summary SQL query cpature. Most likely I will have to use that to get the information out of the system.

I just have to monitor the database changes in upcoming changes.

Br,

Jennsen

Answers (0)