Skip to Content
0
Former Member
Sep 27, 2011 at 08:18 AM

BPC eSubmit Macro Performance

37 Views

Hi

I need help to improve the performance of submitting data, below is a summary of my finding regarding the different macros to submit data. Is there any way to improve this ??

MNU_ESUBMIT_REFSCHEDULE_BOOK_NOACTION_SHOWRESULT

Sends data only Seconds

Total Time 9.5

Network + Client 5.2

Total time (BACK END) 4.263631

RSDRI INFOPROV READ 1.105609

Write Records 0.415673

Run Default Logic 2.431238

->RSDRI Query Kernel 1.124623

->RSDRI INFOPROV READ 1.123291

Process SQE Badi 1.301743

MNU_eSUBMIT_REFSCHEDULE_BOOK_NODIALOG_SHOWRESULT

Sends data and Reads data Seconds

Total Time 7

Sending 5.5

Reading 1.5

Network + Client 4.5

Total Time (BACK END) 2.509759

RSDRI INFOPROV READ 0.99070

Write records 0.190550

Run default logic 2.066243

->RSDRI Query Kernel 1.022833

->RSDRI INFOPROV READ 1.021343

Process SQE Badi 1.038970

MNU_eSUBMIT_REFSCHEDULE_SHEET_NODIALOG_SHOWRESULT

Sends data and Reads data Seconds

Total Time 7.5

Sending 5.5

Reading 2

Network + Client 4.84

Total Time (BACK END) 2.667882

RSDRI INFOPROV READ 0.208639

Write records 0.068116

Run default logic 2.204437

->RSDRI Query Kernel 0.985425

->RSDRI INFOPROV READ 0.983983

Process SQE Badi 1.215733

Thanks