I created the PO through BAPI_PO_CREAE1 according to the below code. In that PO which i created default condition type "PBXX".But i want condition Type "PB00".so in my BAPI condtion table POCOND i gave "U" [ POCOND-change_id = 'U' (update) ].But the default "PBXX" is again...
You create a purchase order with BAPI_PO_CREATE1. The system shoulddetermine the conditions for item 10 automatically. In addition, however, you want to calculate 3 % freight costs. You use condition type FRA1 for the freight costs. Then tables POCOND and POCONDX must be filled with the ...
You create a purchase order with BAPI_PO_CREATE1. The system shoulddetermine the conditions for item 10 automatically. In addition, however, you want to calculate 3 % freight costs. You use condition type FRA1 for the freight costs. Then tables POCOND and POCONDX must be filled with the ...
PO is created with two conditions the one from MEK1 and the one i've set in the BAPI. In the table pocond, i've set the field change_id as U(Update) but like this only the condition from MEK1 appears in the PO conditions, to appear i've got to put ...
PO_PRICE = ' ': The conditions are determined automatically, the value from the NET_PRICE field is only copied if the system cannot determine a condition. PO_PRICE = '1': The value transferred in field NET_PRICE is copied as a gross price that is, it is set with the condition type ...
helps me to find out what I missed in my scenario: I didn't set ITEM-NET_PRICE at all, just via condition table. Now, when I added the following: item-net_price = some_price. itemx-net_price = 'X'. item-po_price = '2'. itemx-po_price = 'X'. " <-- in fact, PO is...
Solved: Hello All, i am using the bapi_po_create1.. i have created PO's from PR's now i have to also add a pricing condition type for Freight. the problem i am having is
mc_condition_insert it_poitem-pbxx_value it_poitem-pbxx_unit 'PBXX'. "总价格:单价(元/吨) * mc_condition_insert it_poitem-znf101_value it_poitem-znf101_unit 'ZNF1'. "进项增值税 mc_condition_insert it_poitem-znf501_value it_poitem-znf501_unit 'ZNF5'. "运费(值) mc_condition_in...
In case conditions are required to be maintained, then populate the POCOND table with details such as ITM_NUMBER (PO Item No), COND_TYPE, COND_VALUE, CALCTYPCON (Calculation Type), CHANGE_ID (I for inserting new condition, U for updating existing condition & D for deleting). We need ...
kbetr type kbetr , "Rate (condition amount or percentage) unit type meins , "Unit line type extrow , "Line number text type sh_text1 , "Short text quant type mengev , "Quantity uom type meins , "Base Unit of Measure grprice type bapigrprice, "Gross price dist type wproz , "Perce...