I am trying to extract CO postings from Sales Contracts, however I can not find a standard extractor for this. I was expecting that 0CO_OM_ABC_1 would do the trick as the documentation leads me to believe that it extracts , but it did not (0 records extracted via RSA3). I read OSS note 584791 stating that there are no resources scheduled for creating this extractor from SAP. Has anyone had any luck extracting this type of data via standard or custom extractors? Our R/3 system is 46C and BW is 3.5 (content 353 SP 3). Any information you have on this would be appreciated.
CO Extraction for Sales Orders
OPD Datasource Extraction
Dear All,
I am new to the ODP datasource extraction; I have read several documents and trying to follow the steps to establish the ODP connection.
Here I have some questions and issues that i encountered that hope I can get answers here. Thanks in advance !!
I have a BW server(740 SP14) and would like to extract data from ERP(ECC6 EHP7 on HANA) using ODP
1. While setting up the "Search and operational Analysis" in IMG, for the "Specify Client for Modeling", I have to enter Modeling Client & Destination,
1.1 Do I this on ERP server right ?
1.2 "Modeling Client" means the current ERP client number ?
1.3 Do I choose our BW server for Destination?
2. After Activating the function "LOG_SD_ANALYTICS_01", I executed the transaction [BSANLY_BI_ACTIVATION] to try to activate BI Content.
2.1 Firstly I maintained "RFC Mapping" by adding my [BW system] and checked as "Local" then filled in the "RFC Destination for Content Object"; In the "Source Systems for Datasource Replication", I selected "Current Logon Client"(SAP ERP); Are these settings correct ?
2.2 According the parameters above, after activating, I've got several error messages but have no clue how to solve them:
Thanks for your patient, please help if possible ~
B.R
Charlie
table RSOSFIELDMAP in SAP BW 7.3
Hello Experts,
I am trying to use the table RSOSFIELDMAP in SAP BW 7.3 system to find field mappings for standard datasources like 0FI_GL_14. It seems the table RSOSFIELDMAP is missing many or most of the active BW extractors in the SAP BW system. Has this table become obsolete in SAP BW 7.3? Are there any alternate tables that provides mappings of datasource field to infoobjects?
Any pointers would be appreciated.
Thank you
Shikha
Data retrieval
Hi
I have a flatfile datasource that includes just no. of employee, month and year.
This datasourse represents the employees that took a certain training.
I want when i load the datasource it automatically get the rest of the master data of those employees (with the emp no in the file)
like PA position ,,,, based on the emp id from the flat file
any advice please?
Purchasing 02 : LIS-BW-VB_APPLICATION_02_400 Job failing in ECC 6.0
Hi All,
I am facing problem with the Purchase Scenerio in ECC 6.0 Production Server. The delta job LIS-BW-VB_APPLICATION_02_400 is getting cancelled daily with a short dump as below:
Job log overview for job: LIS-BW-VB_APPLICATION_02_400 / 00010701
Date Message text
16.02.2008 Job started 16.02.2008 Step 001 started (program RMBWV302,
variant , user ID TCS)
16.02.2008 Queue processing started Queue
started (MCEX02, 100, , 0)
16.02.2008 Extraction queue processing started MCEX02
with 66,212 LUWs
16.02.2008 ABAP/4 processor:
MESSAGE_TYPE_X
16.02.2008 Job
cancelled
I tried to search in SAP Notes with the keywords MESSAGE_TYPE_X, SAPLMCEX" or "LMCEXU03" ,
MCEX_UPDATE_02". But did not got any specific solution related to the problem.
On consulting with the functional person, I tried to find out that there were no User exit has been written or some changes in configuration occured.
The termination occured in the ABAP function module 'MCEX_UPDATE_02' at line 60 in the source code of Fm as shown below:
HASH solution
checks whether the extract structures have been changed or not
IF NOT i_ddic_hash IS INITIAL AND
NOT contr-modus EQ 'E' AND
NOT contr-logging EQ true.
IF gf_tmsp_hash_ok IS INITIAL.
CALL FUNCTION 'MCEX_GEN_AND_CHECK_HASH'
EXPORTING
i_funcname = 'MCEX_UPDATE_02'
i_collective_run = 'X'
i_application = '02'
i_stored_ddic_hash = i_ddic_hash
i_stored_tmsp_hash = i_tmsp_hash
IMPORTING
e_ddic_hash = i_ddic_hash
e_tmsp_hash = lf_tmsp_hash
EXCEPTIONS
hash_compare_ok = 1
hash_compare_not_ok = 2
no_interface = 3
hash_error = 4
ddic_error = 5
OTHERS = 6.
IF i_tmsp_hash = lf_tmsp_hash.
gf_tmsp_hash_ok = true.
ENDIF.
CASE sy-subrc.
WHEN 0. " Compare OK - do nothing
WHEN 1. "Compare OK - do nothing
WHEN 2. " Compare not ok - abort
Line no 60 ---> MESSAGE x194(mcex) WITH sy-subrc.
WHEN OTHERS.
MESSAGE x193(mcex) WITH sy-subrc.
ENDCASE.
ENDIF.
ENDIF.
Please suggest as there are modification needs to done in the standard code.
Please help as this needs to be resolved on urgent basis. As no delta is uploaded to BI 7.0 Production Server.
Regards,
Richa.
RSA3 is extracting fine but in BI site Its extracting only 10000 records
Hi Experts,
h4.
I made Generic data-source based on function module. When I am extracting data from this data-source in RSA3 itu2019s fetching all records. Its nearly are 7 lacks records.
h4.
But after replicating this data-source in BI site when I am extracting data from this data source its fetching only 10000 records. What mistake I might be did here or is there is any setting for FM based data source.
Advance thanks
BI content for e-recruitment
Hi Experts,
Could some one please let me know is there is any standard Data sources / extractors / Cubes available for SAP e-recruitment module.
Thank you.
Best Regards,
Krish
Best practice to find right datasource?
Greetings,
i'm always confronted, i assume like all BW-consultants, to find the right datasource to extract requested data from source system.
Mostly, i try it with "google" but wanted to know if there is a better way or other known ways which are perhaps more efficient?
Many thanks in advance!
Regards
Error DBSQL_REDIRECT_INCONSISTENCY when extracting the data for 0CO_OM_CCA_40 in RSA3
Hello Experts,
When i am trying to extract the data for the Accounbting datasource 0CO_OM_CCA_40 in RSA3 i am getting the error DBSQL_REDIRECT_INCONSISTENCY .
Error Description from ST22 :
Error analysis
A setting in the dictionary stipulates that data object "V_COVP" is used
to execute table "COVP" at runtime. The definition of "COVP" and "V_COVP"
are not consistent however, meaning that the operation had to be terminated
Our ECC system is on S4 HANA,i tried analyzing the issue in SDN and google but not able to find any relevant details.
Could you please kindly let me know if any of you faced the same issue or any help regrading the same.
Thanks In Advance.
Regards,
Sunil Kumar.B
Data Source 2LIS_08TRTLP issue
Dear All,
In our project we are using shipment item level standard data source 2LIS_08TRTLP to pull the shipment item data from ECC to BI.We are facing an issue with this data source, Inbound shipmemnts are not coming into BI through this data source.No code was wriiten at CMOD to drop shipments.
We are using Delta process as ABR and delta option as numeric pointer.
Did anybody faced the same situation please share your thoughts on this issue.
Thanks for your help.
Regards,
Nagarjuna
0FI_GL_14 Enhancement - adding new selection field
Hi Everyone
We have implemented 0FI_GL_14 for extracting New-GL data and have been using it for last 6 years.
Now we want to re-extract the data for some business reason. When we extract the data based on just Company Code, Fiscal Year, Posting Period and Ledger, it fails to extract data simply because this selection criteria doesn't use any Table Indexes available on table FAGLFLEXA.
We decided following 2 options:
1. Create required Secondary Index ( your comments please)
2. Extract data based on GL Accounts since secondary index based on this selection field is already available.
Option 1: avoiding this option since it will take up sizeable space in ECC system. Also might have adverse effect on day-to-day transactions involving FAGLFLEXA. already it has crossed 1TB size.
Option 2: Since GL Accounts (HKONT) field is not available for selection, we might need to enhance the datasource for this purpose. Please tell me whether this enhancement affect our ongoing Delta Queue. Also SAP doesn't support such enhancement, whether this is good option.
Please suggest other option which we have missed.
Thanks,
Deepak Salokhe
Loading data from QlikView to SAP BW
Hi Everyone,
We have a SAP BW 7.4 on HANA system and QlikView system.
We load data from SAP BW DSOs into QlikView, transform it in QlikView and stage it in another layer in QlikView.Then we report on that data using QlikView reports.
Now we want to migrate the transformed data from QlikView tables back to SAP BW DSOs.
Could you please let us know if this is possible to migrate the data from QlikView to SAP BW DSOs and how?
Any inputs would be much appreciated.
Thanks,
Tarun Brijwani
How to add derived field in to Generic Data Source in BI
Hi
I have created generic data source on info set and i have to add derived field in to generic data source
is it possible to add derived field in to generic data source?
If possible where i have to add derived field in to generic data source?
where i have to create derived field?
0CML_INIT_BUDAT, 0CML_INIT_DFAELL and 0CML_INIT_DDISPO
Hi all!!!
Im trying to use the extractors 0CML_INIT_BUDAT, 0CML_INIT_DFAELL and 0CML_INIT_DDISPO to obtain information about CML in BW.
How can I revised if there have a prerequesit to use, sometime like that version of R/3 or BW to can use this extractor; i need to be sure that this extractor work correctly and the delta is correctly in the system.
Im looking for documentation but I dont find.
Thanks in advanced
Monica Elizondo
Product Cost Forecast and Simulation On S/4HANA Systems
Hello,
I'm looking for official SAP documentation/messaging around leveraging standard BI content on an S/4HANA system (specifically on prem 1511) for Product Cost Forecast and Simulation.
The related guides/documents/blogs I can find online are:
Product Cost Forecast and Simulation – a driver-based approach
http://help.sap.com/saphelp_nw74/helpdata/en/91/521f52cf1dbd64e10000000a423f68/frameset.htm
Both of which reference BW 7.4 and HANA systems.
I'm seeing online under SAP Note 153967 BI Content Release Strategy that BI_CONT_757 is not supported for S/4HANA.
Of course 1511 is on S/4HANA on BW 7.5 and I cannot find any official documentation on this, however someone at SAP informally stated that it will work and one can leverage the standard BI content on an S/4HANA system.
Could someone help me please clarify this and provide documentation/messaging on this so I can try to leverage this content on our S/4HANA system.
Thanks in advance!
cProjects Linkage of Datasource to Infosource to Data targets
Hi
Has any one worked with BW cProjects??
As there is very little help documentation on BW cProject.
Looking at the Business Content and Repository Metadata, there appears to exist no DataSource
I am confused as to which which transaction datasource has to assigned to which infosource and which infosource will be used to update which data target.
In particular I am interested in knowing the datasources that will assigned to Infosources 1. 0CPR_BUPA_LINK (0CPR_BUPA_LINK), 2. 0CPR_ENTITY_LINK (Assignment of Role to Entities), 3. 0CPR_OBJ_LINK (Assignments of Objects) and 4. 0CPR_ENTITY_DATE (Dates and Work of Entities and Roles).
Grateful if any once who has worked on BW cProject could help me figure out the above.
Regards
Rob
How to create a IDES Source System connection with Bw System if they are installed on the same system in order to active the system defined infoObjects/Business Content?
Hello Experts,
First of all I am not an expert in basis infect I am new to SAP. I have managed to install IDES ECC 6.0 on my laptop for the purpose of learning SAP BW/BI. I have manged to come across some problems earlier and you people have helped me overcome those problems.
Now I am stuck in another problem and It seems a basis specialist could resolve.
I was practicing form SAP BW book, While creating a custom InfoObject it asked me to add the system defined InfoObjects/Attributes(0CUST_GROUP, 0CUST_GRP1 etc.) in the attribute tab of the custom infoObject. But when I press F4 and search for the system defined attribute/infoObject it say the object did not exist.
I was going through some blogs that I have to active some business contents. I did activated all the objects from there but I still am unable to find them. I also read that in some blogs that I have to create a SAP source system connection with SAP BW source system. Since I have installed it on my laptop I am assuming both source systems SAP and BW are on my same system. But I am unable to configure/connect them. See attached files for more details. One more thing I was able to find the required InfoObjects in RSA5, RSA6 and RSA3. I even executed to check if there was data by RSA3 and it showed me it exist and there was data in it.
Please find below the link of screen shots and figure out what the problem. I will be extremely grateful if you can provide me a step by step process on how do I need to solve the issue. Thank you in advance.
Regards,
Bassam Jamil
SAP simulation S_ALR_87012936 vs standard extractor 0FI_AA_12
Hi experts,
I am interested in collecting the depreciation simulation data, shown in report S_ALR_87012936. The only objects I am interested in are internal order, fiscal period and amount. Will datasource 0FI_AA_12 work for this?
I can read: “The extractor reads from the depreciation posting run table, ANLP. During delta extraction, only those entries are selected that belong to posting runs started since the last delta extraction. In addition to actually posted depreciation, depreciation can also be simulated for future periods that were not yet posted. This simulation is dependent on the BWFIAASIM parameter (refer to SAP Note 614804). The simulation indicator (SIM) appears for entries that were simulated.” (Link to scn)
But, according to numerous postings to SAP SCN the simulation does only cover future periods, current fiscal year. This would make it impossible to simulate depreciations for budget process.
The retractions in SAP are saved in different versions and when running report S_ALR_87012936 you choose version. How is this considered in the standard extractor 0FI_AA_12?
Is it possible to simulate next fiscal year?
Thanks
Sofie
PS datasource 0PS_DAT_NTW for network dates - actual End date not extracted
Hi Experts,
I need one quick advise as I am facing one issue while implementing project systems extractor in my BW system.
I need all the network dates for all the networks present in the system. I am using ECC tcode CJ20N to check the network dates and using the datasource 0PS_DAT_NTW to derive all the dates present for a particular network present in all the projects.
I am particularly interested in getting the ACTUAL START DATE and ACTUAL END DATE but I am getting only ACTUAL STAR DATE and ACTUAL END DATE is missing when I extract the data. The required configurations for the dates has been done accordingly in ECC system using SBIW tcode.
Just one more point to add here that I am getting all the relevant dates (start & end) for activities when I extract the network activities dates using datasource 0PS_DAT_NWA.
Settings maintained for dates in ECC system is as below.
Event Description
0 NA
1 Start
2 Finish
3 Release
As explained in the details for the 0PS_DAT_NTW on help.sap, it states that the values in VALUE TYPE field as below.
10 - actual
20 - plan
60 - forecast
Complete details for the datasource attached.
So just to summarize the issue from data perspective, I am not getting the record where in the VALUE TYPE equals 10 and EVENT equals 2. Sample extraction for BW and ECC attached.
Can you please help me in understanding the issue or if I am missing on any particular point.
Thank you in advance.
Thanks,
Romil
Purchase Riquisitions Versions
Hello everyone,
In witch extractor can I find Purcase Riquisitions Versions ??
tnx.