Announcement:
wanna exchange links? contact me at sapchatroom@gmail.com.
Posted by
Admin at
Reply from soldner on Apr 24 at 6:45 AM LOL!!! Doomed more likely. How about someone starting a blog where each contributor can list the function modules or classes s/he uses on to solve a particular issue, or one they found fun to use. A copy and paste with a little explanation might be easy enough for many to use. AND do not give examples/detailed instructions/newbie proof these? Let those questions be another thread. Example: Used in a report that needs to get a UNIX file. Reads the unix dir/file. AT SELECTION-SCREEN ON VALUE-REQUEST FOR p_unix. CALL FUNCTION '/SAPDMC/LSM_F4_SERVER_FILE' EXPORTING directory = '/public/' IMPORTING serverfile = p_unix EXCEPTIONS canceled_by_user = 1 OTHERS = 2.
| | | ---------------Original Message--------------- From: philip_jones2003 Sent: Tuesday, April 24, 2012 6:24 AM Subject: Useful Global Classes and Methods Anyone tried putting 'Useful ABAP Classes' or 'Useful ABAP Methods' in to Google? You dont always get what you were expecting. Ive used CL_GUI_FRONTEND_SERVICES which has lots of interesting stuff but I cant find a list of other classes/methods that could be useful. I appreciate this is a 'how long is a piece of string' question but I seem regularly to come across articles that feature some really cool class/methods tucked away in some quiet corner of the SAP respository, disturbed by noone. Its not unlike SE37 with all those FMs that you see and think: 'I will keep that one in mind'. Few things more frustrating when after writing some lengthy code, some smarkalec comes along and says : 'There is a method call for that' Is there a 'most used by ABAPers' list of class/methods or are we doomed to just read the telephone directories of methods in the hope of finding something that might one day be useful? | | Reply to this email to post your response. __.____._ | In the Spotlight Become a blogger at Toolbox.com and share your expertise with the community. Start today. _.____.__ |