cancel
Showing results for 
Search instead for 
Did you mean: 

RFCLLIB03 "07: No pile information found"

marco_correa2
Participant
0 Kudos

Hi everybody:

I'm working in a rollout to Perú and we are using RFCLLIB03 report, but doesn't displaying information by message: "07: No pile information found"

I think it´s a problem with IDLB t-code, because document is showing in the error message, with this XBLNR 01-00017-0019162, but IDLB shows this Official Lot No.: 017.

What can I do to solve the problem?

Greetings

Marco

Accepted Solutions (1)

Accepted Solutions (1)

marco_correa2
Participant
0 Kudos

Finally we had to debug the report and found that does the following for Peru:

1. Extracts the value of XBLNR field (for example 01-00017-0019161)

2. After that breaks it down to 3 parts. In this case 01, 00017 and 0019161


3. Later compares each field with their counterpart in IDLB transaction (Example: 01, 017 and 00019161 to 00019185).

Then the message "07" means that the value entered in IDLB is 017 but the document is set to 00017 that are not equal.

On the other hand, programs talks to the following note: 1344935 - Peru: Official lot number is not accepting alphabets

The way to correct is filling the field V_IDCN_BOMA-RGTNO with the following logic: Numeric, large 5.

Greetings

Marco

Answers (0)