Re: Why I cannot delta load more than 1,XXX,XXX records from datasource...
Hi, Its a memory issue, so you need to optimize the code like where some select statements are there ,check those statements and put a select only on required fields, use where clause. 2. Check if some...
View ArticleRe: Delta DTP possible in BW 7.3 from source InfoObject to a target InfoObject?
Hi,A not complete solution would be by reading infoobject table, e.g. p-table before running "change run". Read all other statuses except "A". This way you can get changed records, but not new records...
View ArticleRe: How to execute RMCVNEUA or OLI7BW through SE38
Use: opt-dismode = 'E'.opt-defsize = 'X'.opt-racommit = 'X'. "neccesary to perform OLI7BW in background. CALL TRANSACTION 'OLI7BW' USING bdcdata_tab OPTIONS FROM opt. Cheers.
View ArticleRe: 'The argument '144,2' cannot be interpreted as a number'
This worked for me perfectly. Thanks Arun
View ArticleRe: Why I cannot delta load more than 1,XXX,XXX records from datasource...
Hi, You may post your code here so we can help you to optimize it.. Regards,Loed
View ArticleEnabling delta functionality using classification datasource
Hi People, I have a scenario where Classification Datasource is used and since being full load its taking more than 8 hours to extract and we need to convert it to delta load. Could someone please help...
View ArticleGetting Error Message no. BA248 while archiving.
I tried to archive data, but in test mode its fine but in production mode I am getting this error - the job is getting canceled with error "Archive file <path name> cannot be opened for write...
View ArticleRe: Getting Error Message no. BA248 while archiving.
Hi Chandra, Please check note 625081 - Archiving objects and namespace for this error. Best regards,Steven
View ArticleNot all texts loaded in InfoPackage SAP BW
Hi, I have a problem with loading texts to characteristic. I created InfoSource on ERP system. On BW system I replicated InfoSource then created transformation, then InfoPackage and Data Transfer...
View ArticleRe: Not all texts loaded in InfoPackage SAP BW
Hi Jakub, Check either data exist in source, check in RSA3 and table level also. RegardsNAnda
View ArticleRe: Not all texts loaded in InfoPackage SAP BW
Hi,please let us know below points. 1. What kind of data source you created? 2. What fields you have in your data/info source.3. Have tested data at ECC side RSA3? Below are useful points to load...
View ArticleRe: Not all texts loaded in InfoPackage SAP BW
Hi Nanda, Data exist in source system.What do you mean by checking it in RSA3 ? Jakub
View ArticleRe: Not all texts loaded in InfoPackage SAP BW
Hi Raman, 1. I created DataSource on ERP system in SBIW (RSO2) t-code. And then replicated it in BW system.2. I have 2 fields - key and text. One thing is different. Key on ERP is NUMC(8). Key on BW...
View ArticleRe: Not all texts loaded in InfoPackage SAP BW
The problem was in fields different. I changed fields type everyone to CHAR(40) and its OK. Could you tell me what is testing data at ECC side RSA3?
View ArticleRe: Not all texts loaded in InfoPackage SAP BW
Hi Jakub, RSA3 - is extract checker. here we can see the extracted data from source tables.to know more about RSA3, here there is best pdf about it.please search and explore it. Use search key as "...
View ArticleRe: Transfer BW data to Oracle DB using Open hub
Hi Adam, Thanks for this. I am also looking to get a FACT table out of BW into a MS SQL Server. Excuse the ignorance, but is the BI Component you refer to an ODBC driver from Microsoft or a SAP piece...
View ArticleNo ODP context for ODP Source System
Hi experts,I'm trying to create a new ODP Source System from Data Warehousing Workbench.The source system has been created and comunication tests are ok.But when I go to Select Context the ODP Context...
View ArticleRe: Enabling delta functionality using classification datasource
Hi, You might have to experiment a bit with the configuration. Please also refer to the following documentation: Classification Datasource and associated tables;SAP Note 306046 - Characters of...
View ArticleRe: No ODP context for ODP Source System
Hi Stefano, Please refer to SAP Help for more information around the configuration.You also might find other relevant information (e.g. on release and SP requirements) in the blog FAQ: SAP BW &...
View Article