cancel
Showing results for 
Search instead for 
Did you mean: 

How to change Billing quantity

Former Member
0 Kudos

Hi,

business scenario: the sales order is cross company sales, delivery use POD. when bill to customer, the billing quantity is POD quantity; when bill to receiving company, we want that the billing quantity is delivery quantity, is not POD quantity.

question:

1) how to change the billing quantity from POD quantity to delivery quantity?

2) If use delivery quantity, how to make the delivery status to close?

thanks your help.

Cindylan

Accepted Solutions (1)

Accepted Solutions (1)

0 Kudos

Hello Mate,

Have you looked at the possibility of removing the 'POD relevant flag' for 'delivery item category' in copy control of 'delivery to IV billing' copy control in any of the user exits?

I understand this is not a solution but perhaps you can give it a try.

Cheers!

Naminator

Former Member
0 Kudos

Hi,

thanks your solution, I try you solution, It work.

Now the paste the enhancement, maybe help the other people.

RV60AFZC

FORM USEREXIT_FILL_VBRK_VBRP.

check vbrk-FKART = 'ZIV'.

VBRP-FKIMG = LIPS-LFIMG.

refresh ATVPOD[].

clear ATVPOD.

ENDFORM.

thanks again!

cindylan

Answers (2)

Answers (2)

gomatheeswaran_palaniappa
Active Contributor
0 Kudos

Hi,

May I know the reason for your requirement? I believe customer has to pay only for the material received and that data will be correct only in POD qty than delivery qty. Otherwise, you can deactivate POD function through delivery item category.

POD qty = Delivery qty +/- Difference qty. Please try giving difference qty as zero.

Regards,

P Gomatheeswaran

Former Member
0 Kudos

Dear,

My requirement is because of cross-company sales, the qty of billing-to-customer is POD qty, while the qty of billing-to-internal company is delivery qty.

Now I fix the issue with your help.

thanks reply.

Former Member
0 Kudos

Hi,

Have you tried option selection list on initial screen of VF01

in VF01 initial screen maintain delivery number and then click on SELECTION LIST then change qty and click on copy then execute.

Try this if this can help you

Kapil