cancel
Showing results for 
Search instead for 
Did you mean: 

Standard fields in split criteria

former_member504446
Participant
0 Kudos

Dear gurus,

is there any way (apart from debugging) to find out which fields SAP uses as split criteria for SD-bills?

In our production system, items keep getting split into different bills. Split analysis says this is due to different values in the field unloading point in customer order. Apart from that we would like to have those items in one bill, our test system does not split similar order items.

BTW: Here is the coding of the routine assigned  in VBRK/VBRP field in Copy control. No trace of unloading point:

* Additional split criteria
DATA: BEGIN OF ZUK,
MODUL
(3) VALUE '001',
VTWEG
LIKE VBAK-VTWEG,
SPART
LIKE VBAK-SPART,
END OF ZUK.
ZUK-SPART = VBAK-SPART.
ZUK
-VTWEG = VBAK-VTWEG.
VBRK
-ZUKRI = ZUK.

Now we would like to check the split criteria any ideas? Or are the standard fields hard-coded?

Cheers

Alicia

Accepted Solutions (1)

Accepted Solutions (1)

Shiva_Ram
Active Contributor
0 Kudos

Can you check the billing document user exit in program RV60AFZC? Might be some coding added in user exit USEREXIT_FILL_VBRK_VBRP.

Regards,

Answers (1)

Answers (1)

eduardo_hinojosa
Active Contributor
0 Kudos

Hi

Please, see also note 1561427 - Billing document split

I hope it helps you

Regards

Eduardo

former_member504446
Participant
0 Kudos

Hi,

note 1561427 states that the biling document is split, if ANY field in the partner roles is different.

In our case split analysis says that the field is ABLAD in partner role BP Bill-to Party is different.

First question: This is not correct, the field differs in partner role SH ship-to Party only. Isn't this a bug?

Second question: There is no reason why the billing document should be split because of ABLAD. Is there any way to change that standard behavior?

Cheers

Alicia

eduardo_hinojosa
Active Contributor
0 Kudos

Hi

Check also the field VBRK-ZUKRI. If it is populated with a long chain of characters (up to 40),  check if you have a customer VOFM in the copy rules and how it is populated (definition of ZUK)

Regards

Eduardo