I am seeing the tips in the abap plataform, however in the performance tip and trick there is a section which says:
"Calling global methods is not much slower compared to
calling local methods"
however, I understand that Calling Global methods is a bit faster than calling local methods, but my teacher said the oposite.
So, what does it mean?
Thank you
Request clarification before answering.
""Calling global methods is not much slower compared to calling local methods" Looking purely at the English semantics, this can mean:
1. Local methods are slightly faster than global methods
2. Local methods are slower than global methods
3. Local methods are as fast as global methods
As Sandra Rossi (and Horst Keller) says - there is no difference and it's not something to worry about.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
It worrying because if you have to work with a really big database and you must use a method to work with that, it might have a big impact using one or another, so that is why I ask,
What is more, is in the "Tip and tricks" section, so I do think it is important because nobody uses it.
However Thanks for your response, I am Spanish native , so English is dificult to me.
Thank you
I understood you're not a native English speaker (I work with them every day!), that's why I explained how the text could be interpreted.
As someone with 20 years experience of SAP and with really big database I can assure that local/global classes are never going to be the critical issue. Don't worry about it. Far more important is program design. Use local classes where appropriate, using global where appropraite.
| User | Count |
|---|---|
| 6 | |
| 5 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 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.