‎2010 May 26 12:06 PM
Hi,
I have created a vofm pricing routine. there i can access conditions data in XKOMV table. likewise i need to access partner function data(VBPA). whether partner function data is visble in the pricing routine?
Regards,
Ravi.
‎2010 May 26 12:19 PM
Hi,
Partner function data will be available in the structure KOMK. Refer to the fields KUNNR(Sold-to-party), KNRZE (Payer), KUNRE (Bill to Party), KUNWE (Ship-to-party), SPDNR (Forwarding Agent), LIFNR (Vendor No), VRTNR(Sales Employee) of KOMK.
Regards
Vinod
‎2010 May 26 12:19 PM
Hi,
Partner function data will be available in the structure KOMK. Refer to the fields KUNNR(Sold-to-party), KNRZE (Payer), KUNRE (Bill to Party), KUNWE (Ship-to-party), SPDNR (Forwarding Agent), LIFNR (Vendor No), VRTNR(Sales Employee) of KOMK.
Regards
Vinod
‎2010 May 26 12:49 PM
Hi,
Thanks for your answer. Structure komk have partner details. but our functional team customized and addedother fields also. while creating sale order , user will select from partner tab and add extra fields including general partners.(sold to, ship to, bill to, payer). how to get those fields?
Regards,
Ravi.
‎2010 May 27 6:16 AM
Hi,
Modify the structure KOMK with required field by appending the custom structure. Populate the data in KOMK structure using the user exit. If you are referring to billing transaction , then use user exit "RV60AFZZ" form routine "USEREXIT_PRICING_PREPARE_TKOMK" to populate the values into the custom field added in KOMK.
Regards
Vinod