Abap Basics: Client and server side file browser

client side file browser

Sometimes you need to show a file browser dialog. Here you can check the code to do this when user click matchcode icon.

The first function called, show the client side file browser, so the user can choose a file from his own computer. The second one show the server side file browser (what else?).


Posted in , at 21 de abril de 2012. No Comments

Abap Basics: Time and Date

sap
SAP / ABAP IV
A few weeks ago I started an Abap IV programming course at the Fundación Valentín de Madariaga headquarters in Málaga.

One of the exercises we did last week required to show time and date in a more readable format for persons. So, I had to find out the way to split a string in abap.

After a few minutes searching in Google, I coded it in this way. Hope you find it useful!







Posted in , , at 19 de abril de 2012. No Comments