cancel
Showing results for 
Search instead for 
Did you mean: 

OUTPUT DETERMINATION AFTER EHP 5/6

Former Member
0 Kudos

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

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

CHECK NOT G_PROTOCOL_ACCESS IS INITIAL.

This code of line is not in new versions, please help

former_member209818
Active Contributor
0 Kudos

Hi Shweta,

Instead of changing the Std Function Module, I think you can make the changes in your code from the place where that FM is called and pass the needed value of variable "PROTOCOL_ACCESS" in the FM Interface parameters. This value is eventually assigned to you variable G_PROTOCOL_ACCESS.

Hope this helps !!

Former Member
0 Kudos

Hi Harshad,

I appreciate your answer, it gets set from FM "Messaging".

  G_PROTOCOL_ACCESS = PROTOCOL_ACCESS.

Ii will be really great if I get to know how this PROTOCOL_ACCESS is determined, also still looking for note to switch off this Check on G_PROTOCOL_ACCESS