Skip to Content
0
Dec 04, 2022 at 01:52 AM

Performance difference BDC CALL TRANSACTION 'FB01' between ECC and S/4 hana

151 Views Last edit Dec 04, 2022 at 02:18 AM 2 rev

Hi, experts.

Now I'm change of BDC program conversion ECC to HANA, everything is good but except performance of CALL

TRANSACTION 'FB01' .

I found out S/4 takes more net times on CALL TRANSACTION 'FB01' than ECC..

Analyzing on SAT,

ECC - gross(mircosec) : 3,127,951 net(mircosec) : 7,752

S/4 - gross(mircosec) : 2,180,088 net(mircosec) : 233,046

Under same conditions(same code source, number of account documents header and item, dynpro screen etc).

Please tell me the reason and how can i optimize this?

regards.