I wanted to use the short cut key in VBA scripting instead of clicking on the objects. So I used this code below ( ^F6 ) to press "ctrl+F6". But it didn't work and displays a syntax error.
SAPGuiSession("Session").SAPGuiWindow("Aufteiler anlegen : Einstieg").SendKey ^F6
However, +F6 for "SHIFT + F6" worked perfectly. Could anyone figure it out?