Skip to Content
0
Former Member
Jan 12, 2011 at 01:28 PM

Search help in cj12 to get partner number.

54 Views

Hi

In cj12, partner tab, when I am selecting partner function PO or ZC , I am not getting search help for the partner number.

I have checked and debugged, I came to know we need to add the type of the partner numbers ie., MP and PE to get the search help in the include LIPARF00.

In the code ,

CLEAR H_MATCHCODE_OBJECT.

CASE G_TPAR-NRART.

WHEN 'KU'.

H_SHLPNAME = 'DEBI'.

WHEN 'LI'.

H_SHLPNAME = 'KRED'.

  • when 'PE'. "if activated HR-Matchcode active

  • h_shlpname = 'PREM'. "if not search_om_partner active

WHEN 'US'.

WHEN 'O '.

WHEN 'S '.

WHEN 'AP'.

IF F_AP IS INITIAL.

H_SHLPNAME = 'DEBI'.

ENDIF.

WHEN OTHERS.

  • message i015. " wird d

My functional not ready to use access key to change the code. Pls suggest is there any OSS notes for this.

Regards

Uma