Voucher delete
Can i delete the voucher with sql script..which is in Denial status..?
Is the below script is ..ok..for deletion..?
DELETE FROM PS_SEQ_NBR_DEL_TBL
WHERE
BUSINESS_UNIT = 'xxx' AND
DOC_TYPE LIKE 'yy' AND
DOC_SEQ_NBR = 'nnnnnn'
Thanks
0
Can i delete the voucher with sql script..which is in Denial status..?
Is the below script is ..ok..for deletion..?
DELETE FROM PS_SEQ_NBR_DEL_TBL
WHERE
BUSINESS_UNIT = 'xxx' AND
DOC_TYPE LIKE 'yy' AND
DOC_SEQ_NBR = 'nnnnnn'
Thanks