Category: Tips
How to document your class coding in a PDF?
If you need to document all your class methods coding in a single cool PDF, you can do that using two simple reports: – First, use report RWBPRINT to generate a spool order with your class information. – Then, go to t-code SP01 to get your spool ID – Finally, use report RSTXPDFT4 to generate [...]
Edit Tables Directly in SE16 by Using SE16N
If you need to edit one table directly without using one SM30 view do these steps: Go to SE16N; Insert table name, press enter; In transaction box on top write “&SAP_EDIT” and press enter; Press F8 and insert line and delete line button will be available. Please be very carefull when doing this, it may [...]
How to Unblock/Block Customers in SAP
Use Transaction XD05 Insert the customer, sales area and company. Then you can choose to block customer by any of those criteria. Press F1 on each field to know the impacts of your choice.
Button in Sales Order ( Generic Object Services )
The Upload files button in ECC is missing from sales order. In order to place this button again in sales order, please do the following: Go to SU01; Insert Username and press Edit.; Go to parameters and set: SD_SWU_ACTIVE = X ; That’s it, go to sales order and the button will be there!!
Upload Images to SAP SAPSCRIPT
When you net to upload images to use in sapscript or smartforms you need to use report RSTXLDMC. this report will upload images as a standard text. Then call the text name as if you were calling an SO10 standard text:
Sales Documents Number Ranges
To see all sales documents number ranges in SAP, use transaction VN01.
What does SPRO means?
How many time have you typed SPRO in you SAP GUI? Thousands that’s for sure. And what does it stands for? SPRO = SAP Project Reference Object.
How to search code in abap programs RPR_ABAP_SOURCE_SCAN
Sometimes you need to search one string of code in one abap program or in a few programs. There is a standard program to do this. RPR_ABAP_SOURCE_SCAN is the solution. Go to SE38 and execute RPR_ABAP_SOURCE_SCAN. Fill program name with “Z*” to find code in all Z programs. Insert the search string and execute. This [...]
Transaction/Program to show all SAP Icons
This is a very common question with a very simple answer. There is a transaction to see all that. Just type ICON in transaction box. The program is much more usefull as you can see all the icons and icon codes. Go to SE38 and type SHOWICON and execute. Select any options and execute again. [...]
Exiting SAP with transaction code
When trying to exit SAP, you can either use one of the below codes in the command field: /nend – exits system asking if you want to log off the system; /nex – exits the system without asking anything.