SAP KD

Archives

Tips Archive

July 20, 2010 @ 1:37 pm

Upload Graphics to SAPSCRIPT

You can upload graphics to sapscript with reportRSTXLDMC, however, you can only upload .tif on pc files.

VN:F [1.9.3_1094]
Rating: 0.0/5 (0 votes cast)
VN:F [1.9.3_1094]
Rating: 0 (from 0 votes)

Filed under BC - ABAP, Tips · No Comments »

July 18, 2010 @ 4:43 pm

How to Transport SAPScript Across systems

When you want to transport SAPScript across systems you should use the reportRSTXSCRP.

Any doubts just comment!

VN:F [1.9.3_1094]
Rating: 0.0/5 (0 votes cast)
VN:F [1.9.3_1094]
Rating: 0 (from 0 votes)

Filed under Tips · No Comments »

July 16, 2010 @ 4:52 pm

List users last login in SAP

When u need to know wich users are really using your system, you can run the report RSUSR006.

This way u can see if u are paying licences for obsolete users.
VN:F [1.9.3_1094]
Rating: 0.0/5 (0 votes cast)
VN:F [1.9.3_1094]
Rating: 0 (from 0 votes)

Filed under Tips · No Comments »

July 14, 2010 @ 1:54 pm

Command Field codes in SAP

Knowing all these codes in SAP makes your life easy:


  • /n Skip to the next record if you are processing one batch input session
    /bend Cancel a batch input foreground process
    /nend Close all R/3 sessions and logoff
    /nxxxx Call the transaction xxxx in the same session
    /o Generate a session list
    /oxxxx Call the transaction xxxx in an additional session
    /i Delete the current session
    /h Turn the debug mode on
    /$tab Reset all buffers (for System Administrators) (Carefull when using this command in Productive System)
    /$sync Synchronize instances buffers (for System Administrators) - (Carefull when using this command in Productive System)

VN:F [1.9.3_1094]
Rating: 0.0/5 (0 votes cast)
VN:F [1.9.3_1094]
Rating: 0 (from 0 votes)

Filed under Tips · No Comments »

July 12, 2010 @ 9:54 am

Compare table data between two systems in SAP

Sometimes when tables are just giant and we need to check inconsistencies between systems we need to compare them.

When we do this through the transaction OY19.
This transaction can check you differences between all SPRO data in two systems.
Very usefull for inconsistencies.
VN:F [1.9.3_1094]
Rating: 0.0/5 (0 votes cast)
VN:F [1.9.3_1094]
Rating: +1 (from 1 vote)

Filed under Tips · No Comments »

March 29, 2010 @ 4:13 pm

Difference between KOBED and KOBEV

In pricing there are requirements, and inside this requirements there are 2 forms, KOBED and KOBEV.

What’s the difference between them?

KOBED – This is called at header and item level

KOBEV – Used for header level

Use KOBEV if you only need header changes. If you use KOBED and only need header data your performance may not be the best!

VN:F [1.9.3_1094]
Rating: 0.0/5 (0 votes cast)
VN:F [1.9.3_1094]
Rating: 0 (from 0 votes)

Filed under BC - ABAP, SD, Tips · No Comments »

March 27, 2010 @ 12:15 am

Inbound/Outbound Emails

Sometimes, we must deal with a system that receives/sends emails, and you want to check the ‘traffic’.

This are the most used ways that we use to check this information.

For inbound emails
- Running report RSBCSIN
- Running t-code SOIN

For outbound emails
- Running t-code SOST

Feel free to share with us your method :)

VN:F [1.9.3_1094]
Rating: 0.0/5 (0 votes cast)
VN:F [1.9.3_1094]
Rating: 0 (from 0 votes)

Filed under Tips · No Comments »

March 19, 2010 @ 6:06 pm

Testing…. regular expressions!

DEMO_REGEX_TOY is a very useful report when you need to find a exact regular expression that suits your needs.

Here’s a small example that you can try to see how cool it is:

Imagine that you want to find a number on a string, no matter what position. To do this try:

- Enter SE38 t-code, and run report DEMO_REGEX_TOY
- In ‘Text’ input box write ‘My Name is 007′
- In ‘Regex’ input field write ‘([0-9]+)’ (your regular expression) and press <ENTER>
Result: You’ll check the 007 (the number!) highlighted and the first submatch field cointaing the value you need.

VN:F [1.9.3_1094]
Rating: 0.0/5 (0 votes cast)
VN:F [1.9.3_1094]
Rating: 0 (from 0 votes)

Filed under Tips · No Comments »

March 18, 2010 @ 10:35 am

How to Debug a Job in SAP?

This is a problem that happens a lot of times, how to know what a job is doing by debug?

  1. Transaction SM37;
  2. Select the Job;
  3. In the OK-CODE field write JDBG;

If you have any other solution for this problem feel free to comment and help other readers

VN:F [1.9.3_1094]
Rating: 0.0/5 (0 votes cast)
VN:F [1.9.3_1094]
Rating: 0 (from 0 votes)

Filed under BC - ABAP, Tips · No Comments »

March 12, 2010 @ 4:23 pm

Download SAP GUI JAVA for MAC OS X

This is the download location for SAP GUI JAVA that works on the MAC.

Please feel free to use: Link to Download Page

Here is the Public FTP for all the versions: ftp://ftp.sap.com/pub/sapgui/java

VN:F [1.9.3_1094]
Rating: 0.0/5 (0 votes cast)
VN:F [1.9.3_1094]
Rating: 0 (from 0 votes)

Filed under Tips · No Comments »

About

The absolute best damn Wordpress Gallery on the net. ArenaWP is the sandbox for various designs by Terry Ng of Kineda.
Read More

Social

Subscribe by email:

Delivered by FeedBurner

Pages

  • Loading...


    Loading...

    Login






    Register | Lost password?



    Register





    A password will be mailed to you.
    Log in | Lost password?

    Retrieve password





    A confirmation mail will be sent to your e-mail address.
    Log in | Register
  • Calendar

    September 2010
    M T W T F S S
    « Aug    
     12345
    6789101112
    13141516171819
    20212223242526
    27282930  

    Sap Websites

    Recent Posts

    Categories

    Disclaimer

    SAP and the SAP logo are registered trademarks of SAP AG. SAPKD.com is a personal blog and is not affiliated with SAP or other companies mentioned here. I capture the things I learn that might be helpful to others here. No warranties on the information provided are offered or implied. Please feel free to use at your own risk