Tag archive for ‘SAP Tips & Tricks’
How to get a path and extension from a file
When getting files from customer DMS we found a problem with extensions. If the file extension is not saved in DMS properties, there is no way how to pinpoint program associated in MS Windows with the ad hoc extension.
There is a way though to determine an extension explicitly from a file.
In SE37 you can find [...]
ABAP OOP Interactive course
There’s a great course regarding object-oriented programming in ABAP by Thomas Jung from SAP LABS, LLC.
I actually planned to issue such a course for Czech ABAP developers, but founding this one means I don’t have to anymore.
Find out for yourselves:
Basic ABAP OO eLearnings
Override time-out limit in the SAP GUI !
I guess most of SAP developers went through this case. You are remotely connected to SAP system through SAP Logon working on code, when your colleague comes/phone rings/bladder burns. So you interrupt your work for a couple of minutes and … SAP Logon automatically quits the session after some time with error-message saying that it [...]
What to do when ALV Grid doesn’t update?
It happened a few days ago to me, that I made some updates to ALV grid for our customer. By changing filed catalog I had to put the columns in different order, rename some of them and select slightly different data from the database. No big deal.
What was my surprise, when my report didn’t update [...]