2006 Sep 08 4:28 AM
hi
in the down code. i need to add the conditions for both
if gst_no there tax invoice if not invoice under t_inv_hdr-inv_type = 'TAX INVOICE'.
please tell me how to do it.
-
if t_inv_hdr-bschl = '31'. "Credit note
t_inv_hdr-inv_type = 'CREDIT NOTE'.
else.
t_inv_hdr-inv_type = 'TAX INVOICE'.
endif.
2006 Sep 08 5:31 AM
hi vahini,
chk this.
if t_inv_hdr-bschl = '31' and gst_no is not initial
t_inv_hdr-inv_type = 'TAX INVOICE'. "Credit note
else if t_inv_hdr-bschl = '31'.
t_inv_hdr-inv_type = 'CREDIT NOTE'.
else.
t_inv_hdr-inv_type = 'TAX INVOICE'.
endif.
pls reward if this helps u.
for any clarification just mail me
regrds,
anversha
hi
in the down code. i need to add the conditions for both
if gst_no there tax invoice if not invoice under t_inv_hdr-inv_type = 'TAX INVOICE'.
please tell me how to do it.
-
if t_inv_hdr-bschl = '31'. "Credit note
t_inv_hdr-inv_type = 'CREDIT NOTE'.
else.
t_inv_hdr-inv_type = 'TAX INVOICE'.
endif.
2006 Sep 08 5:28 AM
2006 Sep 08 5:31 AM
hi vahini,
chk this.
if t_inv_hdr-bschl = '31' and gst_no is not initial
t_inv_hdr-inv_type = 'TAX INVOICE'. "Credit note
else if t_inv_hdr-bschl = '31'.
t_inv_hdr-inv_type = 'CREDIT NOTE'.
else.
t_inv_hdr-inv_type = 'TAX INVOICE'.
endif.
pls reward if this helps u.
for any clarification just mail me
regrds,
anversha