cancel
Showing results for 
Search instead for 
Did you mean: 

Free Goods Issue

Former Member
0 Kudos

Dear All,

Shall we configure free with n:1 ratio.What I mean is if he purachases A and B materials with quantity 10 C will be free.I am trying with stnadard SAP which is not possible .Please guide how to solve this issue.

Regards,

Suresh

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member209761
Active Contributor
0 Kudos

Dear Suresh,

You need to create a ZTABLE with 6 columns

Material 1 / Material 1 QTY / Material 2 / Material 2 QTY / Free Goods / Free Qty

You can give a TCode for this ZTABLE

Now you need to check with your ABAP-er whether you can use any of the exits in the below link

http://help.sap.com/saphelp_46c/helpdata/en/1c/f62c7dd435d1118b3f0060b03ca329/content.htm

and write a logic in such a way that if the sales order has both the materials (A & B) and their respective QTY as entered in the ZTable, insert the FREE item and its quantity in the Table.

You will have to do a comprehensive testing of the same and check whether all the tables are getting filled with the values.

Thanks & Regards,

Hegal K Charles

Former Member
0 Kudos

Hi,

The only possible way I can think of is through a .net front end interfaced with SAP.

Also this maybe possible through IS-Retail.

Regards,

Rohan Gudavalli