HI,
After EHP 5/6 is applied to our system the output determination procedure for billing started posing problem.
After debugging I found the code lines for LV61BF0P has changed, variable G_PROTOCOL_ACCESS is being checked and earlier it wasn't there.
CHECK NOT G_PROTOCOL_ACCESS IS INITIAL.
CALL FUNCTION 'COND_PROTOCOL_UPDATE'
EXPORTING
cp_koprt = pi_koprt
cp_sdprothead = g_sdprothead.
Any idea how can I comment this statement or handle this with SAP NOTE. Please suggest.
Whenever I skip it in debugging it works.
Thanks & Regards