Re: 2lis_02_itm - Why wont the PO extract?
Hi, For all LO datasources logic is written in function module MCEX_BW_LO_API. So just go to SE37 and give this name--if you are an expert in ABAP then debug it else ask some person to get it debugged...
View ArticleRe: 2lis_02_itm - Why wont the PO extract?
The easiest way to understand the standard extractors is on www.help.sap.com You can find all the information about fields, tables etc.. The other thing is to debug in RSA3. You can take the FM from RSA2.
View ArticleRe: 0PSGUID in the 0PS_C41 infoCube
You can load 0PSGUID from 0ACTIVITY_ATTR also, I believe. This link will help you : http://scn.sap.com/thread/1579664
View ArticleRe: 2lis_02_itm - Why wont the PO extract?
Hi If you use RSA3 to test 2LIS_02_ITM make sure you have filled the setuptables before. It will only bring delta documents if you moved them with the lbwe job to rsa7.hope it helpsMartin
View ArticleRe: Data loading taking too much time
Can you check at ECC tx - SM58, there might LBW queues are hanged. if yes ask basis team to clear them later try it agian.you can log into ecc from above screen shot, menu --> environment-->...
View ArticleRe: No Extraction of Data per InfoPackage in DataSource based on a generic...
Pls check the ECC job log what it saying. From info pack monitor screen, menu Environment --> job overview--> in source system, enter ecc user id and password, you will get job, select taht job...
View ArticleRe: Data loading taking too much time
That's what ramakrishan, i told you to run this during non business hours. Please consider all my suggestions to improve your load in production. I have already explained you all possible solutions.
View ArticleRe: No Extraction of Data per InfoPackage in DataSource based on a generic...
Hi Michael, As per the screen shot mentioned, it looks Data package 1 is not yet recieved. Such scenarios occur when iDocs are stuck in sm58. Have a check in sm58 if all the iDocs have been processed....
View ArticleRe: Data loading taking too much time
Hi Ramakrishan, Employee master data comes from multiple tables and also all data is time dependent hence overall data load for Employee takes a lot time. Below are some suggestions i have seen when we...
View ArticleNew DataSources for HR Extraction
Hi BI Content experts, today I noticed on a new installed ERP System with release EHP6 FOR SAP ERP 6.0 ON HANA that there are several new datasources for HR, e.g. 0PERS_AREA_2_TEXT or...
View ArticleRe: New DataSources for HR Extraction
Hi Simon, If old data sources are exist at delivered version at ecc Tx - RSA5, they may work. oras my guess new data sources have same functionality of old data sources along with new features. But...
View ArticleRe: New DataSources for HR Extraction
Hi, SAP has come up with these new datasources. All information about EHP and releases can be found in this links :--...
View ArticleRe: New DataSources for HR Extraction
Hi Simon 0PERS_AREA_2_TEXT etc. support direct access to data while the old datasources did not. Makes a lot more sense on HANA to use those. In regards why the old ones not work anymore I would open a...
View ArticleRe: No Extraction of Data per InfoPackage in DataSource based on a generic...
Hi Michael Two things come to my mind:Is the no more data correctly raised? (The error messages might help you indicate) CASE SY-SUBRC. WHEN '0'. WHEN '1'. RAISE NO_MORE_DATA. WHEN...
View ArticleRe: 0PSGUID master data not loaded completly
Hi Suman, You are right, I have loaded data from the 0COOREDR_ATTR, and it wont be any overwrite. But always the order field hasn't any value for all entries already loaded by the 0Activity dataSource....
View ArticleRe: 0PSGUID master data not loaded completly
That's what I said. When you start working on it only, you will get clear understanding..
View ArticleRe: 0PSGUID master data not loaded completly
Hi, I that case i guess sequence of load will play an important part.. First load the data from 0coorder_attr and then from 0activity datasource. So overwrite thing also wont happen.Moreover from...
View ArticleRe: 0PSGUID master data not loaded completly
Nice way Suman, It's true that I understand why there won't be any overwrite, but I still don't know how to fill the 0COORDER navigationnal attribute in the 0PSGUID Thank you in advance.Abhdess,
View ArticleRe: 0PSGUID master data not loaded completly
See this is your problem you need GUID for all datasources that feed 0PSGUID otherwise your masterdata wont find together.Martin
View ArticleRe: "Created by" field in Purchasing for PO
Hi, Although Raman has made your life real easy by providing you complete steps So i am just sharing a piece of code Data: l_t_data like mc02m_0hdr. CASE i_datasource. WHEN '2LIS_02_HDR'. LOOP AT...
View Article