on 2024 Apr 04 3:14 PM
Hi Experts,
I am getting an error when I wanted to GR in Reference of PO Document with MvT 101:
I have set the following configuration in WM:
Am I missing something? Are there items within the configuration that I should have left unchecked or have not checked?
Thanks.
Request clarification before answering.
Hello @gntze
The L9007 error message is triggered from one point only. It's T308_LESSEN routine, include LLCMBF3H:
SELECT SINGLE * FROM T308
WHERE LGNUM = P_LGNUM AND
BETYP = P_BETYP.
IF SY-SUBRC NE 0.
MESSAGE E007 WITH P_BETYP.
ENDIF.
The message is triggered if the requirement type is not customized at all in the warehouse number. You need to create the requirement type B in the warehouse number W14 as advised by @Senthilkumar3 or better yet copy the requirement type from the SAP standard warehouse 001.
Best regards
Dominik Tylczynski
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello gntze.
Kindly check the below configuration with respective your warehouse number.
Mentioned all requirement types are should be configured with warehouse number
Kindly revert back if you are facing the error after this.
For more update connect me in LinkedIn
https://www.linkedin.com/in/senthilkumar-t-0834b4176/
SAP videos
https://www.youtube.com/channel/UCq9rboie5NuJw96l_yFKg2g
Thanks
Senthilkumar T
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
7 | |
4 | |
3 | |
2 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.