Tip n°4: how to make coding fast and easy
Description
When developing on the ABAP stack you can use “Ctrl+Space” to invoke the automatic code completion feature that will list every method of a class, every field of a structure, or every local variable name in your program, etc. corresponding to your current edit position:
Then if you hit “Shift+Tab” a pattern will be inserted. This pattern can be personalized per user: start transaction code SE37 and execute function module SRCC_CALL_TEMPLATE_MAINTENANCE to launch the template maintenance application.
To get more information
http://help.sap.com/saphelp_banking50/helpdata/en/45/42cd853e4b5b3de10000000a1553f6/content.htm
Good piece of info.I'll definitely try out the template maintenance.
Do you know from which version of ABAP code completion is available? Or is there any way you can disable code completion or enable it if its already not?
Hi John,
Thanks. I don't know the version, but it is quite old for sure 🙂
And you can enable/disable abap code completion in your settings, see above link (second one in "to get more information" section) to online help.
Cheers,
Nicolas.
Hi Nick,
Thank you.