Learn and Let Learn - Trying to document things I have learned /gathered ( mostly SAP ) in one place , yeah, some other stuff too
Tuesday, August 30, 2016
0FI_AP_4
Vendors: Line Items with Delta Extrcation
Datasource Function Module : BWFID_GET_FIAP_ITEM
Delta Trigger Fields
Regular update Minute Based Update
CPUDT ; AEDAT ; CPUTM ; AETIM
In the FM BWFID_GET_FIAP_ITEM, data is fetched based on CPUDT and AEDAT.
CPUDT is a field in both BSIK and BSAK, but system does not fetch data from these tables. Instead if uses tables BKPF_BSIK and BKPF_BSAK for fetching data.
AEDAT is not present in the tables. So for this field, it fetches data from BKPF_BSIK_AEDAT and BKPF_BSAK_AEDAT.
Delta Process
AIE
Only after images are passed through this extractor. No RECORDMODE present. All entries come with new values and data gets overwritten in DSO. ( Not to be needed to be loaded to Cube directly )
Tables
BSIK : Accounting: Secondary Index for Vendors
BSAK : Accounting: Secondary Index for Vendors (Cleared Items)
Delta Pointer Table
BWOM2_TIMEST
- Do 'Initialize with Data Transfer' for delta init.
Subscribe to:
Post Comments (Atom)
Wonderful post....nice portray of information
ReplyDelete