cancel
Showing results for 
Search instead for 
Did you mean: 

Transfer requirement number generated but it is not present in LTBK table.

pratiktiwari2001
Explorer
0 Kudos

Hi,

The process is we are using t-code MIGO_GR to perform good receipt.

Once the GR is done and material document is created, we display the material document and go into the WM tab and check for TR number (Transfer requirement) and TO. immediately checkbox which is checked for regular user.

Similarly other user is performing the GR, TR number is getting generated, TO. immediately checkbox is not checked. The generated TR number is not available in LTBK table.

I have tried the below solution but LAU parameter is not present for either of the users.

https://answers.sap.com/questions/9798846/to-not-created-for-one-user.html

Now I am trying to find the piece of code where the TR is getting saved in LTBK table so I can place a debugger there and debug. I need help with the function module or include where this TR is getting saved or anything which can be helpful.

Yours Abaper.

Accepted Solutions (1)

Accepted Solutions (1)

pratiktiwari2001
Explorer
0 Kudos

The solution to above issue is that the user was not having specific roles. So it was an authorization problem.

Answers (1)

Answers (1)

aurlienmermet
Participant
0 Kudos

Hello,

If you change the EWM tag to LE-WM, you would have more answer. LTBK is a dedicated LE-WM table.


Regards

pratiktiwari2001
Explorer
0 Kudos

Hi,

Thanks for the suggestion.