2016 Feb 19 6:54 PM
Hello Experts,
I am using event R402 in ISU to create new BP line items and new GL line items for several scenarios. When these line items are passed to invoice, their "line item types" in the print document overview are shown as "NEWDOC". I would like to replace the "NEWDOC" with "A" or "B" depending on scenarios. This is because our bill print logic is based on line item types. We need to treat A differently from B in our billing print.
Is there a way to edit the line item type "NEWDOC" that is derived from R402?
Thank you very much!
Jennifer
2016 Feb 22 2:22 PM
Hi Jennifer,
Try changing ID in below structure inside R402 .
T_VKK_DOC_ID[]
Regards
Manoj
2016 Feb 22 2:22 PM
Hi Jennifer,
Try changing ID in below structure inside R402 .
T_VKK_DOC_ID[]
Regards
Manoj
2016 Feb 22 3:48 PM
Thank you for your help.
Actually, my colleague solved this issue for me. The n_fkkop's structure is "fkkop_r402", which is different from the structure "fkkop". "Fkkop-r402" has billing line item type (BELZART) field. All I need to do is to fill the desired billing line item type in this field for different scenarios.
Jennifer