cancel
Showing results for 
Search instead for 
Did you mean: 

Blocking/ Unblocking Storage Bin

Former Member
0 Kudos

Hi experts,

I have a problem.

I block a storage bin for stock removal via tRFC, My application sends an WMBBIN message-type:

<WMBIID01>
      <E2LBINH SEGMENT="1">
        <LGNUM>CER</LGNUM>
        <LGTYP>001</LGTYP>
        <BLOCK>X</BLOCK>
        <DEBLO/>
        <E2LBINI SEGMENT="2">
          <LGPLA>01-02-05</LGPLA>
          <SKZUA>X</SKZUA>
          <SKZUE/>
          <SKZSI/>
          <SPGRU>1</SPGRU>
        </E2LBINI>
      </E2LBINH>
    </WMBIID01>

Result is correct.

When i try to unblock storage bin my application sends another WMBBIN message-type:

<WMBIID01>
      <E2LBINH SEGMENT="1">
        <LGNUM>CER</LGNUM>
        <LGTYP>001</LGTYP>
        <BLOCK/>
        <DEBLO>X</DEBLO>
        <E2LBINI SEGMENT="2">
          <LGPLA>01-02-05</LGPLA>
          <SKZUA>X</SKZUA>
          <SKZUE/>
          <SKZSI/>
          <SPGRU/>
        </E2LBINI>
      </E2LBINH>
    </WMBIID01>

I see the status od inbound IDoc, this is 51, the message is :

Internal Error occurred during update to LAGP. Contact System supervisor. (Message Number:24, ID: LK).

LAGP is db table that contains Storage Bins.

When i try to unblock storage bin via transaction code LS08, all is correct.

Credential are same..

Where is the problem?

thanks for help.

Regards.

Marco Genova

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

I've monitored LAGP table, but there is not difference in data between via tRFC and via transaction LS08..

all data are correct...

I don't know!

MG