Skip to Content
0
Former Member
Dec 28, 2007 at 06:46 PM

Get draft documents from ODRF table

314 Views

Hi,

I am trying to create sales document using DIAPI from the draft doc...how do i get the draft documents in the first place which are still incomplete.....

I gave the query as SELECT * FROM ODRF where ObjType = '16' and DocStatus = 'O'

But i dont think its giving me the right records...Can someone help me...