Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to configure invoice split invoice in SAP SD

2025-01-28 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Internet Technology >

Share

Shulou(Shulou.com)06/01 Report--

This article will explain in detail how to configure invoice division and invoicing in SAP SD. The content of the article is of high quality, so the editor will share it with you for reference. I hope you will have a certain understanding of the relevant knowledge after reading this article.

How to configure invoice split invoice in SAP SD

In the invoicing business of SAP, users often need to issue multiple invoices according to their own special needs, which is configured through the copy of SD documents. The configuration of the following example is to invoice according to the project category, the specific steps are as follows:

1. Execute TCODE: VTFA

2. Select a target invoice type and source document type, and double-click "Item"

3. On the "Display View" Item ": Overview" screen, double-click the bill item, and the "Display View" Item ": Detail" screen will pop up.

4. Check the formula specified in Data VBRK/VBRP. The formula code is as follows:

*-*

* Data transfer for delivery related billing *

*-*

*-*

* FORM DATEN_KOPIEREN_001 *

*-*

*-> VBAK Order header KUAGV View Sold-to *

* VBAP Order item KURGV View Payer *

* VBKD Business data order KUREV View Bill-to *

* LIKP Delivery header KUWEV View Ship-to *

* LIPS Delivery item *

*-*

FORM DATEN_KOPIEREN_001.

* Header data

* VBRK-xxxxx =.

* Item data

* VBRP-xxxxx =.

* 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.

ENDFORM.

5. Let ABAP modify the 001 formula according to the following code (the code modification part is marked in red)

FORM DATEN_KOPIEREN_001.

* Header data

* VBRK-xxxxx =.

* Item data

* VBRP-xxxxx =.

* Additional split criteria

DATA: BEGIN OF ZUK

MODUL (3) VALUE '001'

VTWEG LIKE VBAK-VTWEG

SPART LIKE VBAK-SPART

PSTYV LIKE VBAP-PSTYV

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Internet Technology

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report