Question:
Hi all,
I am having problems with LIS one instance is experienced in Plant Maintenance.
When loading the data into BW using initialisation with data transfer, the
Initialisation is successful returning all records, however all subsequent delta loads return 0 records even after new orders have been created
I am fairly sure I have done all the required LIS setup tasks:
In R/3
1) Delete Delta Queues (T/C: RSA7)
2) Delete Setup Tables (T/C: LBWG Application: 17)
2a) Check setup table is empty (T/C: SE12 Table: MC17I30HDRSETUP)
3) Activate Plant Maintenance Extract Structures (T/C: LBWE)
4) Ensure Queued Delta is set for Extract Structures (T/C: LBWE)
5) Fill Setup Tables for PM (T/C: OLIIBW)
5a)check setup table contains records (T/C: SE12 Table: MC17I30HDRSETUP)
6) Load Master Data
7) Run PM Transaction Data Initialisations
Run PM Transaction Data Deltas
Between steps 7 & 8 I have created new orders and checked rsa7 in R3 and the delta queues have not been updated.
I am sure I have not missed anything, if anyone could shed some light on the situation I would be very greatful
OurBW system spec is:
SAP_BW 350 0010
BI_CONT 352 0005
Thanks,
Katie
Answer:
if you're working with "queued delta", the delta's don't get written in the delta queue directly : you have to move them from the temporary tables to the queue. You do this via the "job control" in the LBWE.
Either:
- Schedule this job control as a daily job (just before your delta load is scheduled)
- run it manually before your delta is started
Answer:
I have scheduled the job and it works now.
Thanks!!!