cancel
Showing results for 
Search instead for 
Did you mean: 

Standard Requirement Routine 57 (Include - LV61A057) in Pricing Procedure not working

Pankaj_M
Participant
0 Kudos

Hello All,

I had assigned the routine 57 - Not FGoods w/o Ret (Include - LV61A057) to condition type in pricing procedure.

I assume that the condition type will not come for Sales Return Order.because of this routine. However in return also the condition type is active and the routine is not working.

Let me know if i need to add any other customization other than this routine.

* Pricing is turned on for the item category, the condition exclusion* indicator has not been set and the document is not a return.form kobed_057.
sy-subrc = 4.if komp-kposn ne 0.check: komp-prsfd ca 'X'.check: komp-kznep = space.check komp-shkzg ne 'X'.endif.
sy-subrc = 0.endform.* Prestepform kobev_057.
sy-subrc = 0.endform.

Thanks and Regards,

Pankaj

former_member183501
Active Contributor
0 Kudos

I did a quick testing and got the same result as yours.

Probably, need to take help of ABAPer to debug the same in order to know the root cause.

Please share the outcome if you get the same debugged.

Accepted Solutions (0)

Answers (2)

Answers (2)

0 Kudos

I think - komp-shkzg is not filled in the routine until you do not fill it externally in user_exit_prising_prepare_tkomp in MV45AFZZ.

SAP doesn't fill all SAP fields. You need to write a code to get it field from the std table TVAP.

Hope this help.

Regards,

Rituraj

Lakshmipathi
Active Contributor
0 Kudos

Probably, the highlighted coding part is missing in your system, which means, with standard configuration, it will not work.

If the Include RV61AFZA is implemented, then, it should work.