Hi
I'm going crazy.
I've to find in which R/3 tables are data for dataSource 2LIS_11_VAHDR (extractor MCEX_BW_LO_API I think).
I'm using transaction rsa3 in debug mode and looking for SELECT statments or using SQL trace (st05), but I cant find data tables.
where i'm wrong?
Someone know where to find documentation for this DataSource or a better way to find my tables?
thanks to all
Michele
Request clarification before answering.
Hi Michele,
your datasource is selecting the data MC11VA0HDRSETUP in case of a full or initial load, otherwise it takes the data out of the delta queue for the datasource. The table above is getting populated from vbak, vbpa vbuk when you are doing your initial setup for that datasource. Hope this helps and please don't forget to assign some points to the guys that help you.
regards
Siggi
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Michele,
in general, an helpful process of identification is the following:
1. run transaction SE16 and input the table ROOSOURCE
2. search for your OLTPSOURCE
3. find the field EXTRACTOR. The contents here is usually the name of a function module or table/view.
4. find the field EXMETHOD. This will determine the type of extractor. If it is a V then it is a view/table. If it is F1 or F2 it will be a function module.
5. find the field EXSTRUCT. This is populated by the function module to return the contents back to BW.
Try also this method:
SE37 -> RSA1_SINGLE_OLTPSOURCE_GET -> Input the OLTPSOURCEs and the function module will return all tables of information relating to the datasource !
Hope this helps.
Bye,
Roberto
Michele,
MC11VA0HDRSETUP is the setup table (cluster)...but you are not able to see nothing from it!
but you can run RSA3 to do your type of test...if you have been filled the setup table with a selection that, in theory, includes your required data...
try to check if your selection in RSA3 works well...
| User | Count |
|---|---|
| 5 | |
| 4 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.