cancel
Showing results for 
Search instead for 
Did you mean: 

Draft Document Printing

Former Member
0 Kudos

Dear all,

I have a client that needs SAP B1 to block printing of Draft Documents. How do we implement this either through the system or stored procedures.

Thank you.

View Entire Topic
KennedyT21
Active Contributor
0 Kudos

Hi Tendayi..

If you are using the PLD then Try this

  1. Create one database field, map the Table - OINV and Column->draftkey (for example this field's  Unique ID F_200)
  2. Create one formula field , F_200 == -1  (for example this field's  Unique ID F_201)
  3. Now link this F_201 to document total and document number and some important fields.
  4. Now if some one try to take print before add, system wont show those linked field. So printout is not valid.
  5. After add system will show all the values.

Hope Helpful

Regards

Kennedy

0 Kudos

i Tried this but not working , document which is added also hide document number