on ‎2019 Apr 17 12:49 PM
Hello experts!,
I'm currently migrating BADI codes from an old system info an embedded system (BPC) (these BADIs are executed through DM packages in the old version, but as far as I can see, I cannot do the same in embedded). When I google this question, I find out that most of the people ask to use FOX. The thing is that the BADI codes that we have (Custom ones) are quite complex and it would be quite painful to transform them all into FOX.
Is there any way to call a BADI from AFO giving the parameters?.
FYI, these custom BADIs operate on our cube to create new records.
Thanks in advance and Best Regards,
Carlos
Request clarification before answering.
Looks you are talking about CUSTOM LOGIC badi's used in BPC standard. Unfortunately they are not supported in BPC embedded! No way!
P.S. But please tell me - what was the business reason to migrate to embedded???
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Francisco,
for AO you can start planning functions and planning sequences. There planning functions of type exit where you have to implement the logic; there also exist a standard way to schedule planning sequences in process chains, cf.
Regards,
Gregor
P.S.
Planning function type get the data from the planning function run time, the algorithm works on the data and sends the data back to the planning function run time to be able to use the planning buffers and all the planning constraints; you don't have to read or save data in your algorithm, this is done by the framework.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 17 | |
| 11 | |
| 9 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 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.