cancel
Showing results for 
Search instead for 
Did you mean: 

NF number increasing on VF01

0 Kudos

Hi,

I'm getting a error when create a billing document (VF01). Billing document is saved but when i leave transaction SAP Office msg says that document was canceled.

In SM13, the follow error appears:

8 J_1B_NF_DOCUMENT_PRINT V1 Erro

Function Module J_1B_NF_DOCUMENT_PRINT

Status Update was terminated

Report J_1BNFPR

Row 294

Error details Class: VN Number: 056

VN 056: Processing log for program J_1BNFPR

Some documents are created fine, but the NF number is also created. I believe the only way to get NF number is accessing J1B3N-> NF-> Output and at this moment the number range will be increased but it is not working, the number is created before, on save VF01 (when it works).

Please, somebody could help me?

Accepted Solutions (1)

Accepted Solutions (1)

Lakshmipathi
Active Contributor
0 Kudos

Dear Ricardo

It seems you have applied Function Module J_1B_NF_DOCUMENT_PRINT to billing and it is causing the problem. In fact, the exact problem in function module is in row 294.

Take the help of ABAPer and check the coding what is written in row 294.

thanks

G. Lakshmipathi

Answers (1)

Answers (1)

0 Kudos

Hi G. Lakshmipathi,

I've already done it, but the program is standard. There is no Z.

The program that is running is J_1BNFPR (like message shows). This program is responsable for print NF document and update FI documents with the NF number (XBLNR field), but I don't know why it is called at this point (VF01)! Like I sad, as far my knowledge do, this program should be called only if NF was printed (Output on J1B3N).

Regards,

Maran.