on 2018 Jan 15 7:01 AM
hi folks,
In BPC Badis we use CT_DATA internal table to populate final data, and also sometimes we use write back method to write the data in the cube . Can somebody please help me to understand what is the diff between both of them?
Request clarification before answering.
Not 100% related to WRITE=OFF:
You can use write back even if WRITE=ON - just clear ct_data to avoid writing data twice 🙂
Anyway, what badi type are you talking about? custom logic or write back?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
This is about Custom badi . I have never used Write back badi till now but i know that Write Back badi is only for the writting the data on the parent node .My be my information is half or wrong about WB Badi .
thanks for the reply. 🙂
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks for the reply Vadim .
May be i am wrong but what i think is when we use Write = oFF in script logic we write Write back mathod in the execute section of badi and when we use write = on we use ct[] = <lt_final> . Am i right ?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
At the end everything is going to write back method 🙂 You can check it in debug. With ct_data in write back badi you will have a correct number of accepted/rejected records.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
9 | |
4 | |
3 | |
2 | |
2 | |
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.