Skip to Content
0
Former Member
Jan 04, 2012 at 10:05 AM

Getting all data by calling BAPI_DOCUMENT_GETLIST2 via web service

128 Views

Hello,

I'am tryting to request data by calling BAPI_DOCUMENT_GETLIST2 via web service. That is what I am getting so far:

<Documenttype>DRW</Documenttype>

<Documentnumber>CAD_TEST_POS01_JG</Documentnumber>

<Documentversion>00</Documentversion>

<Documentpart>000</Documentpart>

<ItemNo/>

<Description/>

<Statusextern/>

<Wsapplication/>

<Docpath/>

<Docfile/>

<Checkedin/>

<Checkedout/>

<ChangedAt>00000000000000</ChangedAt>

<CreatedBy/>

<ChangedBy/>

By calling the BAPI within SAP, I am getting also values of the fields BAPI_DOC_DRAW2-DESCRIPTION and BAPI_DOC_DRAW2-STATUSEXTERN. So obviously not all fields are filled in.

What do I have still to consider?

Regards

Jens