Skip to Content
0
Former Member
Dec 27, 2007 at 05:23 PM

Pricing: Access not made

56 Views

Hello All,

I have a condition type ZICN with access sequence ZICN. I had an access 955 with fields KUNNR, PMATN and ZZCUST. I am moving the partner (Payer) to this custom field (ZZCUST) in the userexit USEREXIT_PRICING_PREPARE_TKOMK in MV45AFZZ using the following code

PERFORM XVBPA_LESEN(SAPFV45K) USING 'RG' VBAP-POSNR SY-TABIX.

TKOMK-ZZCUST = XVBPA-KUNNR.

I am using the condition ZICN in pricing procedure for a claim. Whenever a claim is created under pricing conditions this condition should come up. When I went to analysis it said 'Access Not Made (Initialize Field) for ZICN'.

I put a breakpoint in the userexit, but that break point is not reached during the process. Any ideas?

Thanks,

Naren