3259682 - Error L3344 during creation of transfer order from transfer requirement
Cause
The function module checks to see if the action is allowable in background processing. Check in LT04 foreground for the Transfer Requirement which user input is required. For example, most commonly if there is a QM pop-up box, this can be the reason why background processing is not allowed. In that case it is not allowable by your QM-WM configuration
Resolution
- Please check your QM-WM config (tcode SE16-> V_T325) if you have an entry there for warehouse.
- The entry should be set to allow background processing in 'Foreground/Background control for inspection sample dialog' (T325-DUNKL).
- In order for that configuration to be read during background processing of the TR, it can be paired with the 'storage type search' configuration.
- Maintain that by going to transaction SE16 -> V_T334T. Here, you could edit the relevant entry and set the value for 'QM Control' (T334T-QMSTE value).
- This should link up the configurations correctly and help to avoid the error being raised in function L_TO_CREATE_TR.
- Please ensure to also check with your configuration expert that any changes meet your requirements.
Comments
Post a Comment