cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Convenience API Class in SAP MDG Customer

0 Likes
517

Hi Experts,

We are using MDG for Customer.

There are around 10 uibb's in Create Change request page.

To open the Change request , system takes some time to open it.

Took st12 , corrected few of the points .

Observed that they have used convenience api class cl_usmd_conv_som_gov_api to take the Change request id in all the uibb feeder class get_data. Hope some performance can be fine tuned in that.

Is there a class or method where i can keep the code only once and reuse in all the uibb's get_Data till the Activation of CR.

Kindly suggest me the same.

Thanks.

KarthikS

 

Accepted Solutions (0)

Answers (1)

Answers (1)

0012anirban
Contributor
0 Likes

Hi Karthik,

You can keep UIBB's collapsed during initial render of the screen, by configuring the UIBB's.

It will reduce the initial loading time of the CR.

However, what is your requirement? Is it to reduce the loading time or something else?

Regards

Anirban

0 Likes
Hi Anirban, Thanks for your reply. When we create the Change request, system takes almost 12 seconds to load...We have collapsed few of the blocks , still it takes 12 sec of time...On few other blocks, we have some validations/derivations which has to be there in place when we create the Change request...
0 Likes
Hi Anirban, We want to reduce the loading time after we click on the Change request button...Initially it was 20 seconds, then later fine tuned few of the points from the trace st12 and it ends up with 12 seconds now. If any suggestions, kindly let me know. Thanks