LinkedIn
RSS

Archive for July, 2010


Powerfull SAP ABAP Functions

GA_googleFillSlot(“POSTSAP”); Bp_event_raise Trigger an event from ABAP/4 program. Bp_joblog_read Fetch job log executions filling the structure TBTC5. G_set_get_all_values Fetch values from a set filling the structure RGSB4. Popup_to_confirm_loss_of_data Create a dialog box in which you make a question whether the user wishes to perform a processing step with loss of data. Popup_to_confirm_step Create a dialog [...]

Read More...

Upload Graphics to SAPSCRIPT

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