cancel
Showing results for 
Search instead for 
Did you mean: 

add bill-to party in billing due list

Former Member
0 Kudos

hi,

pls advice how to add bill-to party in billing due list

thanks

Accepted Solutions (0)

Answers (5)

Answers (5)

Former Member
0 Kudos

hi,

Refer this SAP Note 63523,25206 & 42307.

Regards,

Murali

Former Member
0 Kudos

hi,

I can confirm that there is a limitation to the selection criteria (like

salesoffice) in these transactions, because (SD Index: Billing Initiator

(VKDFS)) does not have such field.

A solution for this requirement can look like this (example with

sales office and sales group for RV60SBAT):

add with an append the new field(s) on table VKDFS

(take care about the customer name space ZZ*)

fill the fields ZZVKBUR and ZZVKGRP with userexit LV05IF0V

  • for Orders

FORM USEREXIT_VKDFS_SORTKRI_SALES.

VKDFS-ZZVKBUR = LVBAK-VKBUR.

VKDFS-ZZVKGRP = LVBAK-VKGRP.

ENDFORM.

  • for Deliveries

FORM USEREXIT_VKDFS_SORTKRI_DEL.

VKDFS-ZZVKBUR = LLIKP-VKBUR.

VKDFS-ZZVKGRP = LLIKP-VKGRP.

ENDFORM.

copy the report RV60SBAT in the customer name space and add

the new fields as selection criteria

  • get all customer numbers wich orders to be invoiced

SELECT * FROM VKDFS WHERE FKTYP IN X_FKTYP

AND VKORG = VKOR1

AND FKDAT BETWEEN FKDAT AND FKDAB

AND KUNNR IN X_KUNNR

AND FKART IN X_FKART

AND LLAND IN X_LLAND

AND VBELN IN X_VBELN

AND SORTKRI IN X_SORTK

> ins and zzvkbur in vkbur

> ins and zzvkgrp in vkgrp .

I hope this information can be of some help.

Regards,

Murali

Former Member
0 Kudos

Hi,

Normally we will add the field in the view V_T180P. Try and add the field Bill to Party. I don't think you can add the Bill to party. You may try and include the field.

Regards,

Murali

Former Member
0 Kudos

hi,

i want to display bill to party in billing due list

Former Member
0 Kudos

Hi,

If you are using T-code VF04 it is not possible.

Reward!!

Regards,

Ajinkya

Former Member
0 Kudos

Hi Jo jo,

I don't think it is possible to have billing due list on Bill-to-party. It is always on Sold-to-party.

Anyways what is your exact requirement?

Regards,

Ajinkya