cancel
Showing results for 
Search instead for 
Did you mean: 

Self Billing VBAK-VKORG not filled

former_member215739
Participant
0 Kudos

Dear SAP Community,

I'm testing the self billing process with SBWAP.

During processing the main step, when the program SDSBWAPSMS tries to create the credit memo automatically, I got the error message:

"values for VBAK-VKORG not filled".

And I was debugging and found the following code (see pic attached):

- Why did the programmer set the value for VBAK-VKORG/VTWEG/SPART by SPACE (empty)?

- How would the new order (credit memo request) be created, if these values are not filled? The call transaction is called in background, so the user can't fill the values by hand .

- Many of you have implemented the self-billing process, what did you do to solve this problem?

I would be grateful for your help!!!

Best regards,

Thanh

Accepted Solutions (0)

Answers (1)

Answers (1)

ravi_kumar100
Active Contributor
0 Kudos

Hi,


In your system is the ES-ISE Extension activated to enable the Self Billing tree nodes.Are you creating the credit memo referring any Credit memo request or normal invoice?



Regards,

SRK

former_member215739
Participant
0 Kudos


Hi Kumar,

Thank you for your reply.

The extension EA-ISE was activated in our system since 2011.

I'm creating the credit memo referring to the normal invoice.

I found out, that we can set the processing mode with the badi BADI_SBWAP.

When I set the processing mode = A (Batch Input) I have the error "VKORK is not filled".

When I set the processing mode = B (create memo request with the function module:

GN_INVOICE_CREATE )--> I get the following strange message "the document is not relevant for invoice list". However, I don't want to create an invoice list, I want to create a memo request, and the type is G2, and it stays G2 in debugging.

I don't know why the program issues such an error message .

Have you implement the badi BADI_SBWAP in your system?

best regards,

Thanh