Hi Aiel,
Please try this code in end routine.
loop at result_package assigning <result_fields> where doc_type = 'ZNC' OR doc_type = 'ZND'.
<result_fields>-INV_QTY = '0'.
<result_fields>-NETVAL_INV = '0'.
endloop.
thank you,
Nanda
Hi Aiel,
Please try this code in end routine.
loop at result_package assigning <result_fields> where doc_type = 'ZNC' OR doc_type = 'ZND'.
<result_fields>-INV_QTY = '0'.
<result_fields>-NETVAL_INV = '0'.
endloop.
thank you,
Nanda