Product owners play a critical role in product development. They guide developers and teams to build the right product as quickly as possible. Knowing what to build means understanding customer needs and representing them to the development team. And...
In a normal year at this time, I would be in Orlando, at SAPPHIRE NOW, running around presenting at a few ASUG sessions, meeting customers and partners on the show floor, and enjoying a cocktail with some of my favorite customers, partners, friends a...
Just a couple of days ago I found myself confronted with a little problem. I was asked to update data in an SAP system from a web page.Initially I found all sorts of approaches - writing a custom BSP, developing my own WebDynPro page, post the data i...
In this podcast Dan McWeeney & Ed Herrmann are interviewed by the two TechEd Demo Jam coaches, Tobias Queck and Sebastian Steinhauer. Dan McWeeney works at Adobe Systems as a Solution Architect. He is currently working on a new business initiative ...
In this podcast Marek Kowalkiewicz is interviewed by the two TechEd Demo Jam coaches, Tobias Queck and Sebastian Steinhauer. Marek is a research architect working for SAP Research in sunny Brisbane. He enjoys playing with modern technology and integr...
Just to be sure 2 things people have reported:Please make sure you use a fully qualified path starting at root / (~ and relative paths don't work)We also got reports that a restart after step 2 might be required.Cheers,---Sebastian Steinhauer
Hi David,
great to hear from you. Please stay tuned just a little bit longer for the planned release of SAP Fiori tools - which will be a SAP Business Application Studio and Visual Studio code based suite of plugins specifically designed for SAP Fio...
Hi,
we actually have a long standing feature request to allow to change the color of the bar.. once we get to that Backlog Item it should be possilbe to change it to transparent - which should address your request.
Until that time I dont think ...
for your loop please note that the ID in findById is treated as a string. So you would need to update the string value accordingly:for (i=0; i<4; i++){
session.findById("wnd[0]/usr/tblSAPM_GUITEST_PORTABLETABLECONTROL/chkITAB-COL8[7,"+i+"]").select()...
Thomas solution would work. However the script recorder does not currently record a nice call for this case but used our fallback recording - something like this:session.findById("wnd[0]/usr/tblSAPM_GUITEST_PORTABLETABLECONTROL/chkITAB-COL8[7,3]").ex...