SAP for Utilities Discussions
Connect with fellow SAP users to share best practices, troubleshoot challenges, and collaborate on building a sustainable energy future. Join the discussion.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Event R402 NEWDOC

Former Member
0 Likes
1,013

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

1 ACCEPTED SOLUTION
Read only

former_member230926
Active Participant
0 Likes
649

Hi Jennifer,

Try changing ID in below structure inside R402 .

T_VKK_DOC_ID[]

Regards

Manoj

View solution in original post

2 REPLIES 2
Read only

former_member230926
Active Participant
0 Likes
650

Hi Jennifer,

Try changing ID in below structure inside R402 .

T_VKK_DOC_ID[]

Regards

Manoj

Read only

0 Likes
649

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