RE:[sap-sem] Unable to load data through transformation file using SAP BPC Application
Posted by
Admin at
|
Share this post:
|
//*-------------------------------------------------------------
Learn SAP Testing Techniques.
Read the Blog: http://it.toolbox.com/trd/832104
-------------------------------------------------------------*//
SAP BPC has a limited to 500 000 lines for each import.
Use import into FACT table -> Cons : System will be offline. Pros : faster performance. No limit
Still If you are willing to use import package, split file and put it into one folder and create a custom package that will handle those data file one by one. Cons : Need to make a custom package Pros : No system offline.
Hope this helps
Swagath..
//*------------------ RESOURCES FOR THIS GROUP -----------------
View Online: http://ITtoolbox.com/da/80167/sap-sem
Manage Account/Group Tips: http://ITtoolbox.com/da/228578
Wiki: http://ITtoolbox.com/da/80166/sap-sem
Leave This Group: mailto:leave-sap-sem@Groups.ITtoolbox.com
Copyright (c) ITtoolbox and message author. No redistribution.
-------------------------------------------------------------*//