Wednesday, June 19, 2013

OCS_RESET_QUEUE

1. Open SE37, and FUNCTION MODULE OCS_RESET_QUEUE then execute.

 
2. In Import parameters put SPAM in Value of IV_TOOL and X in Value of IV_FORCE.

3. Yes to continue.

4. OSQ Queue is now reset, verify on SPAM

Thursday, May 30, 2013

Default Key Combinations

Source: www.sap.com

In the table below you can find the default key combination for the Front-End Editor.
These keyboard shortcuts are valid only for English keyboard layout.

Features

Keyboard Shortcuts

Command
Key Combination
Editing
Undo
CTRL + Z
Redo
CTRL + Y
Cut
CTRL + X
Copy
CTRL + C
Paste
CTRL + V
Delete
NUM Del
Select All
CTRL + A
Copy Line
CTRL + SHIFT + T
Cut Line
CTRL + SHIFT + X
Delete Line
CTRL + SHIFT + L
Transpose Line
CTRL + SHIFT + T
Duplicate Line
CTRL + D
Move Line Up
CTRL + ALT + NUM 8
Move Line Down
CTRL + ALT + NUM 2
Find and Replace
Find
CTRL + F
Find Incremental
CTRL + I
Replace
CTRL + H
Find Next
CTRL + G
Find Previous
CTRL + SHIFT + G
Find Incremental Previous
CTRL + SHIFT + I
Formatting
Comment Lines
CTRL + \
Uncomment Lines
CTRL + SHIFT + \
Increase Line Indent
TAB
Decrease Line Indent
SHIFT + TAB
Lower Case
CTRL + L
Upper Case
CTRL + U
Heading Style
CTRL + J
Sentence style
CTRL + T
Invert Case
CTRL + K
Navigation
Go To Line
CTRL + O
Outlining
Toggle Outlining
CTRL + NUM*
Collapse All
CTRL + SHIFT + NUM -
Open All
CTRL + SHIFT + NUM +
Bookmarks
Bookmark0
CTRL + ALT- 0
Bookmark1
CTRL + ALT- 1
Bookmark2
CTRL + ALT- 2
Bookmark3
CTRL + ALT- 3
Bookmark4
CTRL + ALT- 4
Bookmark5
CTRL + ALT- 5
Bookmark6
CTRL + ALT- 6
Bookmark7
CTRL + ALT- 7
Bookmark8
CTRL + ALT- 8
Bookmark9
CTRL + ALT- 9
Toggle Bookmark
CTRL + ALT + M
Next Bookmark
CTRL + M
Previous Bookmark
CTRL + SHIFT + M
Code Completion
Code Completion
Tab
Code Hints
SHIFT + Enter

Tuesday, May 21, 2013

Uploading image to SAP using SMW0 transaction


1. Goto T.code SMW0.
2. select radiobutton 'BINATRY DATA FOR WEBRFC...'----> F8
3. Again execute .
4. goto create(F5)
5. enter Object name and Description
6. Press IMPORT(shift + F6)
7. Select Picture to import

Maintain mime Types
> Seetings-->Maintain Mime Types

it should look like following...
IMAGEM/GIF                *.gif
image/gif                 *.jpg
image/jpg                                                                                                                     
text/html                 *.htm, *.html                                                                                                    
etc-.....

Transaction SM30
Change Table SSM_CUST
START_IMAGE YOURFILE.GIF

Own text on SAPGui logon screen



Go to Transaction SE61and select the document class 'General Text' (selection using F4 help), and create a text with the name ZLOGIN_SCREEN_INFO in the system language determined with the profile parameter zcsa/system_language.


Or follow the Sap Note 205487

Open SAP Notes on Windows via Batch File

So i capture this from a site and it can be usefull for all..... from SDN http://wiki.sdn.sap.com/wiki/display/Basis/Open+SAP+Notes+on+Windows+via+Batch+File
      
 

Here is a quick tip on how to open a SAP Note by just typing in or pasting the SAP Note number. Its very convenient, when you are reading a PDF document (possibly a installation/configuration guide) and you come accross interesting SAP Notes that you want to quickly check.

Create a batch file using your notepad with the following text:
@ ECHO QUICK COMMAND TO DISPLAY SAP NOTE
@ ECHO ----------------------------------------
@ SET /P sapnote=Please provide SAP Note number ?
@ START /MAX iexplore -new https://service.sap.com/sap/support/notes/%sapnote%?nlang=E
@ PAUSE

Next Create a shortcut to the batch file and put it on your desktop.
Next time you wish to open a SAP Note, simply click on the shortcut and you should get a prompt like the following:

QUICK COMMAND TO DISPLAY SAP NOTE
----------------------------------------
Please provide SAP Note number ?
Here provide the note number and press the enter key.
The command will fire up a new internet explorer window and open the SAP Note in it. It will help if you have SSO setup for your OSS Userid as you wouldn't need to enter your userid and password.
Hope that helps.

Honey

I´m Back!!!