cancel
Showing results for 
Search instead for 
Did you mean: 

USEREXIT_MOVE_FIELD_TO_KOMK

Former Member
0 Kudos

Dear / All

I want to know the code to show the free goods scales in sales orders using user exit USEREXIT_MOVE_FIELD_TO_KOMK.

the Tcode for free goods is VBN1 ....

thnx

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Dear / All

I want to the show the condition scale in message while creating sales order

thnx

madhu_vadlamani
Active Contributor
0 Kudos

Hi,

Try in this way .

if tkomk-auart = 'ZVRE'.

DELETE XKOMV WHERE KSCHL = 'ZVAT' .

DELETE XKOMV WHERE KSCHL = 'ZAVT' .

DELETE XKOMV WHERE KSCHL = 'ZCST' .

ENDIF.

Post if need more help in this.

ENDFORM.

Regards,

Madhu.