on 2009 Feb 20 4:14 AM
We all know there are many cool Function Modules out there to play around with.
So how about a pot-pouri of FMs?
Heres a few of them:
TH_CREATE_FOREIGN_MODE => Thanks to Thomas
TH_DELETE_USER => Thanks to Kris Donald
And here's one from my side:
ALINK_CALL_TRANSACTION => Cant imagine why SAP would come-up-with/allow something like this!!
pk
Request clarification before answering.
Nice idea!
Well, the complex logic inside RFC_PING always puzzled me.
On the other hand, check out RFC_ABAP_INSTALL_AND_RUN. You most likely want to exclude the related function group from any RFC authorization...
Cheers
Thomas
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
How about TH_POPUP ?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
My favorites:
SO_DOCUMENT_SEND_API1 - Mailing function module where you have option to give sender's name. Think of sending your colleague a mail such that it comes from boss congratulating:) / Cursing for his work.
ABAP4_CALL_TRANSACTION - Call a transaction code with necessary BDC data. Since this is a RFC function module, you can call transaction or BDCs in a different session.
NAVIGATION_SET_START_TCODE
Program: ADMIN_SET_START_TRANSACTION_FO - Can set start transaction for other users.
If you want to really play fool with other users, you can do a recording of '/NEX',
wrap it in a transction code and set this transaction code as start transaction for the user.
Edited by: Chandramouli Subburathinam on Feb 20, 2009 10:58 AM
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.