Vbak FPLTC: Links Between Different Tables That We Use
Vbak FPLTC: Links Between Different Tables That We Use
Vbak FPLTC: Links Between Different Tables That We Use
Whenever a sales order is created using transaction VA01. The tables which get
updated with the entered data are VBAK, VBAP.
Payment card details are stored in table FPLTC; RPLNR is the field name in VBAK
that connects VBAK to FPLTC table through the relation.
VBAK-RPLNR = FPLTC-FPLNR.
FPLTC table contains the data like Tokenized card number, card type and so on.
VBAK FPLTC
RPLNR FPLNR
Here Sales Order is created in VBAK(Header Data) and VBAP(Item Data) tables:
VBAK VBAP
Sales Order Number
VBELN VBELN
Delivery data:
After the sales order is created we deliver the goods in the sales order whenever we
deliver the goods; LIKP, LIPS are the tables that get updated with the entered data.
Link between sales order tables and delivery tables, VGBEL is the field name in LIPS
that links VBAK with LIPS table. VGBEL contains the sales order number for which
we had made delivery.
LIPS VBAK
LIPS-VGBEL = VBAK-VBELN
VBELN VBELN
VGBEL RPLNR
LIPS LIKP
Delivery Number
VBELN VBELN
VGBEL
After the delivery is done we create a billing document for the delivered document
whenever we create a Billing document VBRK and VBRP are the tables that get
updated.
From these tables we have a link to sales order tables and delivery tables; VGBEL
field in the VBRP table links billing data to delivery data. This VGBEL field contains
the delivery number for which billing document was created.
AUBEL is the field in the VBRP table that links billing data to sales order data;
AUBEL field contains the sales order number.
LIKP
(Delivery Number)
VBELN
LIKP-VBELN = VBRP-VGBEL
VBRP Billing Document
Number
VBELN
VGBEL
AUBEL
VBAK
VBAK-VBELN = VBRP-AUBEL
VBELN
(Sales Order)
AWKEY is the field in BKPF table that contains the billing document number which
links to the accounting document number.
BKPF-AWKEY = VBRK-VBELN.
Settlement run number is also stored in BSEGC; with the accounting document
number (BELNR) in BSEGC we can get the settlement run number CCBTC.
VBELN BELNR
AWKEY
BSEGC
Note : Here BKPF-belnr = BSEGC-belnr.
CCBTC
If at all we maintain taxes for the invoices BSET table gets updated with the values
BSET (Tax)
BSET-BELNR: Accounting Document Number.
Whenever we clear the open items using the transaction F-26 the newly created
accounting document number are stored in the following tables.