on 2018 Nov 28 9:10 AM
Hi Expert ,
I need to move table and source structure from ECC to Hana cloud using SAP HCI DS..Any manual document or step. ..
Best regards,
Request clarification before answering.
Thanks Nazeer for expert advise,
I have some table to extract from ECC to load same as it to cloud ..
CUSTOMER MASTER ,MATERIAL MASTER,VBAK,VBAP ,VBRK,VBRP,bseg,bkpf etc.
regards,
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello Zaheen,
CPI DS community is still growing. you might not find a direct step by step guide. you can still search for new blogs and Q&A's. but, please check, below links and you may get some idea to start with ABAP query development.
https://answers.sap.com/questions/270387/hci-ds-abap-query.html
https://archive.sap.com/documents/docs/DOC-47511
For starters, here are some suggestions.
1. If you are using simple transformation and the expected table size is less with not many look up and join, you can use simple query and directly read from ECC tables. then do your further processing based on your requirement. you can save the tables as files in HCI agent and use separate flow to merge these flow also. (splitting the requirement into multiple flows)
2. if you have high volume tables with simply logic, then you can use ABAP Query transform to create the ABAP Query from HCI and deploy in ECC system. you can start with ECC Sandbox system, where you can get admin roles added to your HCI user and easily work on the POC.
3. if you have high volume tables and complex transformation, then you can work on creating custom ABAP program and get that deployed in ECC D,Q and P. if you have achieved step 2 successfully, you can share the same .aba file to any ABAP developer and ask him to modify the code section to achieve your logic. This will have better performance and code standard than option 2.
with regards,
Nazeer
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
53 | |
6 | |
5 | |
5 | |
5 | |
4 | |
4 | |
3 | |
3 | |
3 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.