LinkedIn
RSS

Archive for the ‘Tips’ Category


Upload Graphics to SAPSCRIPT

GA_googleFillSlot(“POSTSAP”); You can upload graphics to sapscript with reportRSTXLDMC, however, you can only upload .tif on pc files.

Read More...

How to Transport SAPScript Across systems

When you want to transport SAPScript across systems you should use the reportRSTXSCRP. Any doubts just comment!

Read More...

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 [...]

Read More...

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.

Read More...

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 [...]

Read More...

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 [...]

Read More...

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 [...]

Read More...

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? Transaction SM37; Select the Job; In the OK-CODE field write JDBG; If you have any other solution for this problem feel free to comment and help other readers

Read More...

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

Read More...