Hi,
I want to split an application into two. Does anyone know where is any documentation that will help guide us on this?
I plan to make a copy of the application from the Admin front end. The remove all data using a SQL delete command that has TIMEID =< 20080100 in one application a and TIMEID > 20080100 in the other.
Any words of wisdom please?
Thanks...
Request clarification before answering.
When running a CLEAR FROM FACT TABLE package we get "Object reference not set to an instance of an object" error. Any ideas how to oovercome this?
CLEAR works OK but is very very slow.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I am getting the same error but running an import package with over 2 million records.
The import fails on the LOAD AND PROCESS step with "Object variable or With block variable not set."
I'm trying to troubleshoot it but appreciate if anyone knows if this is some sort of size limitation issue?
Cheers
A
Another option is, once you have made your copy of the application, enter the application that you wish to delete the before or after data. From the DM add packages, there is a package to CLEAR DATA from FACT tables. This is the same as performing the SQL statements from the backend. The only caveat is that if you have your Audit Capabilities enabled, you need to temporarily disable them for the clear from FACT process.
Hope this helps.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Dear GFS,
You can use the default package, "Clean" to clean up all data or spesific data based on your criteria. If you directly clean data from database, I think that it can be danger because the SAP BPC provide 3 table fact table and have the rules of insert data.
For copy data from one application into another application can use the script logic:
*DESTINATION_APP = xxxx
*ADD_DIM xxx = xxxx
Thanks,
Wandi
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 7 | |
| 3 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.