cancel
Showing results for 
Search instead for 
Did you mean: 

Note796926 - Restrictions Free Goods -> (any WORKAROUND?)

Former Member
0 Kudos

Hi there friends!

Could somebody please let me know if there are any suggestion or workaround regarding implementation of Free Goods when the items are configurable?

Actually I need to implement Free Goods (both: inclusive and exclusive) functionality but there exists Note 796926 with this warning.

I really appreciate any help on this topic.

Best Regards.

AW

Accepted Solutions (0)

Answers (1)

Answers (1)

chetan13
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi !

Please be informed that free goods is not currently supported

in combination with material structures (e.g. product selection,

bills of material, variants with BOM explosion). In your example,

the item is configurable.

Please refer to form NATRAB_SELECTION.

Determination of free goods is performed in include

FV45PF0N_NATRAB_SELECTION and the check is hardcoded. You will have to modify the program to get that funcionality which is not supported. Please review Note 796926.

  • Konfiguration

IF NOT VBAP-CUOBJ IS INITIAL.

DA_GRUND = CHAR5.

ENDIF.

...

IF NOT DA_GRUND IS INITIAL.

IF PROTOKOLL_NA EQ CHARX AND

VBAP-UEPVW CN NATURALRABATT.

MESSAGE I684 WITH VBAP-POSNR DA_GRUND.

ENDIF.

CLEAR KONDN_MAT_TAB.

REFRESH KONDN_MAT_TAB.

EXIT.

ENDIF.

So configurable materials are excluded from the Free Goods

determination.

Thanks