cancel
Showing results for 
Search instead for 
Did you mean: 

Goods Receipt Outbound Delivery Requirement Type B is Not Allowed

gntze
Explorer
566

Hi Experts,

I am getting an error when I wanted to GR in Reference of PO Document with MvT 101:

gntze_1-1712239453912.png

I have set the following configuration in WM:

gntze_3-1712239736883.png

gntze_4-1712239782674.png

Am I missing something? Are there items within the configuration that I should have left unchecked or have not checked?

Thanks.

 

 

 

Accepted Solutions (1)

Accepted Solutions (1)

DominikTylczyn
Active Contributor

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

gntze
Explorer
0 Kudos
Well explained. Thank you Dominik!

Answers (1)

Answers (1)

Senthilkumar3
Participant

Hello gntze.

Kindly check the below configuration with respective your warehouse number.

Senthilkumar3_0-1712295954135.png

Mentioned all requirement types are should be configured with warehouse number

Senthilkumar3_1-1712296031931.png

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

 

 

gntze
Explorer
0 Kudos
Well explained. Thank you SenthilKumar! I missed that configuration to define requirement type.