cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Getting DocEntry for draft documents

Former Member
0 Likes
272

Sir,

My client use file->save as draft option for Purchase Order

i want to know is their any function so that i can get the docentry of the draft

Thanks

Rajesh

Accepted Solutions (0)

Answers (2)

Answers (2)

jitin_chawla
Product and Topic Expert
Product and Topic Expert
0 Likes

Hi,

Please check this :



select docentry, * from ODRF where objtype = '22'

Kind Regards,

Jitin

SAP Business One Forum Team

Former Member
0 Likes

Hi,

Drafts Are Stored in ODRF Table


select * from ODRF 

Thanks

Shafi