on ‎2025 Jan 17 4:44 PM
Hi Experts,
We are using the MDG for BP.
We use Class CL_MDG_BS_ECC_BP_CHECK_SERVICE of method DFLT_TAX_IND_READ_BY_VKORG to fetch the tax categories based on multiple Sales org.
Noticed that this method holds multiple nested loop with multiple select queries.
Is there any alternate SAP NOTE or a different class to achieve the same.
noticed that 2795026 note is already in place.
Regards,
Karthik S
Request clarification before answering.
Since CL_MDG_BS_ECC_BP_CHECK_SERVICE -> DFLT_TAX_IND_READ_BY_VKORG has performance issues due to nested loops and multiple SELECTs, pleaase consider to try using CL_MDG_BS_BP_SERVICES for optimized data retrieval. If feasible, replace multiple SELECTs with a single CDS View or AMDP for better performance and implement parallelization if multiple sales orgs are involved.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 11 | |
| 6 | |
| 6 | |
| 4 | |
| 3 | |
| 3 | |
| 3 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.