cancel
Showing results for 
Search instead for 
Did you mean: 

MIRO - Permitir alfanumérico na referência (RBKP-XBLNR)

S0024909269
Discoverer
0 Kudos
98

Prezados,

Temos um processo em que o fornecedor usa um código alfanumérico como número da fatura (por exemplo, "D0DBCD"). Portanto, não é possível lançar a MIRO porque o campo "Referência" (RBKP-XBLNR) não aceita letras além de números. Quando tentamos, recebemos a mensagem de erro J1B_NFE032 (Doc. No. pode conter apenas dígitos; o número do documento D0DBCD contém outros caracteres).

Tentei alterar a característica da mensagem para warning mas não foi possível pois se trata de hard code. Por favor, sabem informar se há alguma EXIT ou uma maneira que possamos usar para tornar possível inserir valores alfanuméricos para uma determinada categoria de NF? Precisamos que o campo XBLNR aceite caracteres alfanuméricos e, consequentemente, migre para a Nota Fiscal (J_1BNFDOC-NFNUM).

S0024909269_0-1738680652910.png

Desde já agradeço o apoio!

Alexandre Verdério

Accepted Solutions (0)

Answers (1)

Answers (1)

raymond_giuseppi
Active Contributor
S0024909269
Discoverer
0 Kudos

Good afternoon,

I appreciate your feedback, but unfortunately it is not yet what we need. We don't need the field to accept more than 6 digits. What we need is that the field to accept letters. Please see an example of a service invoice issued by the supplier (note that it has numbers and letters):

D01BCD

We need XBLNR field accepts alphanumeric characters (numbers and letters) and consequently migrate to the NF Invoice (J_1BNFDOC-NFNUM).

I can't specify for ABAP because I can't find any point for enhancement or EXIT that we can use in this case.

Thank you

raymond_giuseppi
Active Contributor
0 Kudos

You could set a breakpoint and look for implicit enhancement (or reverse code to find customisation) in function groups J1BB2 and J1BC.

  • Form CHECK_NFENUM_NUMERIC (include LJ1BB2F0D)
  • Function module J_1B_NF_NUMBER_SEPARATE

But be careful not to mess with Nota Fiscal System...