1st. tcode SE03
2nd tcode SCC4
3rd tcode SE06
Category: SAP
Program RSVCDI00 – Version Display for All Versionable Object Types
Have you been asked if an object in SAP system can be versioned? You now have the answer. Program RSVCDI00 shows all versionable objet types in the system.
SAP ABAP HCM: How to retrieve MOLGA
Class CL_HRPA_MOLGA: This class provides methods to retrieve employee MOLGA through personnel area or employee number. e.g. method READ_MOLGA_BY_PERSA retrieves employee molga through personnel area.
Useful SAP Tables
DEVACCESS: Developer key.
ADIRACCESS : object registration key.
DD02L: Table containing name of tables available in the system.
DD03L: Table fields.
T005S: State, province and county.
T511K: Amount constant.
TVARVC : Text constant.
Learn Javascritpt ES6
Here is a collection of free Javascript ES6 courses:
https://medium.freecodecamp.org/want-to-learn-es6-take-this-free-23-part-course-and-become-a-javascript-ninja-55002db1ff74
https://scrimba.com/g/gintrotoes6
ftp: reliable way to transfer large amount of data over the internet
If you ever find yourself in need of transferring large amounts of data over the internet, you can set a simple ftp server in your machine. If you’re running windows, you can use FileZilla Server for Windows.
- Install FileZilla Server
- You’ll need to configure your router to forward internet calls directly to your computer behind NAT network. For this you can change DMZ configuration and point to the internal network IP your machine is located.
- Check your public ip, and configure it in ‘Passive Mode Settings’. In the ‘use the following IP’, set the public IP.
- Generate SSL for secure connection.
- Check ftp server through https://ftptest.net/.
- Connect from client machine using FileZilla Client software.
ABAP Exception Handling Using Object Orientation
Please refer to program DEMO_RAISE_MESSAGE for full example.
Another source to get information is SAP help ‘RAISE EXCEPTION – message’.
SAP: How to undo transport / task release
Have you ever release a task or even a transport, and wished to “reopen” it to add a last minute missing object?
SAP: Area menu
SAP Area Menu is an easy way for users to concentrate in a particular area. E.g. transactions related to Brazilian localization.
Transactions of SAP standard area menu:
PC37: area menu related to Brazilian localization.
WEDI: ALE/IDoc.
Transaction SE43 is used to create custom area menus or add transactions to existent menus.
Additional information:
https://wiki.scn.sap.com/wiki/display/Retail/Custom+Area+Menu+Creation
SAP: RFC SM59 mass connection test
Tcode: RSRFCCHECK
This program let’s you test mass list of RFC connections. It means you can run a test for all RFC connections in your system, not only connection test, but logon test as well.