Output Type With VAT Number
Output Type With VAT Number
Description of Enhancement: -
As per the client requirement we have to Create New Out-Put Type RD00 through which we can
able to display and populate VAT Number on Print Output.
Functional solution:
We have to create new output type RD00 and add this output Type in to your Existing out-put type
Procedure Routine. with the help of ABAPer write one program where SAP System send the VAT
details in one format so at the time of output VAT Number should be appear on print-output.
Technical solution:
New Program so ABAPer will create new routine and logic for the same.
To get VAT from the ship to from Billing, you have to first fetch the BILLING NUMBER from the VBRK
and then go to the Document flow in VBFA to get the SALES DOCUMENT NUMBER and with sales
document you will get the SHIP TO number from the VBPA with the PARVW = SH
Once you got the SHIP TO, then go to the KNA1 and get the VAT ID in the field STCEG
VBRK (Billing Document: Header Data) --- VBELN (Sales Document) and then
VBPA (Ship to party) - VBELN and get the KUNNR with PARVW (stores Partner Function information)
= SH
Now with KUNNR (ship to) get the VAT ID from KNA1-STCEG (General Data in Customer Master) -
(STCEG is a standard field within SAP Table kna1 that stores VAT Registration No. information)
If given Information matched with output type, then VAT Number from RD00 will be display on
invoice.
Workflow as below: -
Testing Part:
T-Code SE09/SE10 - through to release the request. (from Development to Test and Test to
Production)
enter TR number and click on Truck button to move the development to Production.
need to ask ABAPer too to move TR for that routine so your TR will not be fail. (from Test to
Production)
Production (Live)
Development System Test System System
TR Creation Go Live
Project – Output Type with VAT No MK - SAP SD
Estimation:
Total 20 hours
Milestones
Thank You!