ABAP LOGO?
If you have read my previos blogs…You might know that sometimes I came up with some weird and useless projects…Well…I don’t to dissapoint you…So here’s is my newest weird and useless project *ABAP LOGO*. The idea behind this came to me, when in my current project, they asked me to do a report using *WRITE* statements…A very complex layout I must say…So I was there, doing my stuff when something came trough my mind…Why can’t we *draw* in ABAP? I start thinking on the Logo Programming Language (http://en.wikipedia.org/wiki/Logo_%28programming_language%29) and yesterday I start working on this nice prototype… We had a single interface…
” You can pass a file to either Upload or Download the script used to create the graphics…
As you can see…It’s a pretty simple script….You can define *GOTO* and *DRAW*…By this time, you can only draw Squares and Triangles. This is the output of the script…



http://help.sap.com/saphelp_nw04/helpdata/en/9f/dba23035c111d1829f0000e829fbfe/content.htm
Thank for the link -:) First time I seen it -:P
The idea behind my program is to hide all the WRITE statements from the users...You just use a simple script to create the graphics...So you don't need to spend your time writting code -;) Also, as I said...This is a weird and useless project...It's just for fun and not intended to create any kind of layouts...
But sure, I'm going to add some text to the program, which I didn't add to my TODO list, because it's a natural step in my project -;)
Greetings,
Blag.
Thanks a lot for your comment! -:D Now I don't feel that useless LOL
Of course I'm going to keep it up developing this project...And anything else that my mind came up with -:)
As you say...There's nothing like play with the system -;)
Greetings,
Blag.
Greetings,
Blag.
Stay Tuned! -:D
Greetings,
Blag.
Now reading your blog refreshed those memories. I think your idea can be used to quickly output bar graph type chats right there in ABAP list (as opposed to being displayed in a separate window; the way SAP provided graphic functions display it)
May be we need another wrapper FM that would input data and ranges etc. and use your GOTO and DRAW to output a graph.
Thanks for your comments -:) I'm going to post a new blog in a couple of minutes, with the all ready new version of ABAP LOGO -:D Hope you like it -;) It has a lot of improvements -:D
Greetings,
Blag.