cancel
Showing results for 
Search instead for 
Did you mean: 

Can Pricing conditions trigger based on Incoterms in MM module?

Former Member
0 Kudos
771

Hi

My client requirement in such a way that Freight & insurance conditions should come when there is FOB incoterm and same conditions should not be allowed put values when CIF inco terms is there,

Any kind of warning message will also do..

kindly suggest me the suitable solution..

regards,

archu

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

hi archu!

in customizing of MM-price conditions you can add so called form routines - this is normal abap coding which can be developed using transaction VOFM.

add the form routine to the pricing conditions, and then the system will calculate whatever you like.

have fun

flo

Answers (1)

Answers (1)

Former Member
0 Kudos

Yes YOu can.

Step 1 : Define a condition table in SPRO --> Materials Management --> Purchasing ...> Condition ...> Maintain COndition table.

there take the parameters Incoterms1 fields, if it is not available you can go to the node to extend the field.GO to new entry and add incotem, so that it will avaialble for pricing relevant structure ( KOMP,KOMK,KOMK)

Step 2 : Create Access Sequence under same node.

Ste 3 :: Now assign the table to ascess sequence.

Step 4. Add the access sequence in the freight and insurance related condition type.

Step 5 : maintain conditon record ( T code MEK1) for Inco term or combination of fields based on conditon table.

Step 6 : create P.O ssytem will take the condtion record based on conditoon record maintainance.