Skip to Content
0
Former Member
May 04, 2018 at 08:12 AM

Transfer posting 309 with structured article

185 Views

I need to do a transfer posting from a structured article to a single article. Movement type 309, however, does not allow this by issuing error message E019

* Begin of OSS-Note 599826
* Umbuchung Material an Material Bewegungsart 309 für Vollgut und
* strukturierte Artikel (VK-Set, Lot, Display) nicht zulässig
IF ( NOT mseg-ummat IS INITIAL AND
mseg-ummat <> mseg-matnr ) AND
( NOT mbefu-mlgut IS INITIAL OR
mbefu-attyp = attyp-vks OR
mbefu-attyp = attyp-lot OR
mbefu-attyp = attyp-dis ).
MESSAGE E019 WITH mseg-bwart.
ENDIF.
* End of OSS-Note 599826

Does anybody know a solution for this problem?

Thanks and best regards,

Jochen