In the WEB 2.0 world each and every one of us is connected to the Web from work and/or from home. SAP R/3 has a way of Bookmarking your favorite websites. All the SAP related websites/URLs can be added to the favorite menu in SAP, this makes it easier and convenient for the user to visit the websites of their choice.
To add your favorite URL/Website to the SAP Menu please follow the steps given below.
In the SAP main Screen Right Click on the Favorite's Menu.
The following option will be available.
Open Folder Delete all Favorite Insert Folder Insert Transaction Add Other Objects
To add a Web Address/URL/Website click on Insert Folder. You will be presented with a Dialog Box with the following fields.
Folder Name
Enter the Desired Folder Name. If you wish to enter the name of your Favorite SAP Website ABAPLOVERS.BLOGSPOT.COM then create a FOlder with the name ABAPLOVERS.
Once this folder is created right click on ABAPLOVERS. The following options will be available.
Open Folder Change Favorite Delete Favorite Insert Folder Insert Transaction Add Other Objects
Select Add Other Objects, then the following options will be available.
Web Address or File Drag-and-Relate Component Knowledge Warehouse SAPScript (text defined with SE16)
Select Web Address or File. In the resulting Dialog Box enter the following.
Text ABAPLOVERS Tutorials on ABAP Web Address or File http://www.abaplovers.blogspot.com
Click on ok
Similarly you can Add any other transaction or a website of your choice in the Favorite's menu.
Client in SAP R/3 can be considered as an separate unit, basically A Client has its own Tables, Master Records independent of the Master records. In SAP ABAP development is Client independent. This means that if a program is created in client 100 then it is also available in client 300. The configuration or customization carried out in one client is totally dependent on the Client. This means that each client has its own unique customization. SAP R/3 comes with three standard clients. namely 000, 001 and 066.
Normally while logging on to SAP you have to enter the client number. For example if you are in the development server, this server may have client 100 for carrying out the development or for creating the ABAP programs and client 300 for for carrying out the customization. Apart from these there will be three standard clients client 000, 001 and 006.
Client 000: Basically this has simple organizational structure of a company. This client comes with standard settings and has configuration so that all the transaction function properly.
Client 001: This client is a copy of client 000. This also has all the configuration that is present in client 000 and the test companies. If this client is configured it does not behave like client 000 as the configuration is client dependent. This client is usually used for creating other client and then carrying out the customization for preparation of the production environment.
Client 066: This client is reserved for SAP. Its main function is for carrying out the diagnostic activities. SAP access the server using this client for the EarlyWatch service.
Always use Pretty Printer and Extended Program Check before releasing the code.
Do not leave unused code in the program. Comment the code thoroughly. Align the comments and the Code. Follow the SAP Standards and SAP Best Practices guidelines. It’s a good practice to take a dump of the code on your local drive.