All posts by se80

ABAP development tools and tcodes

SE80 – Object Navigator / SAP Development workbench Most if not all SAP development functionality is available from this transaction SE38 -Program Editor SE39 – Split screen editor SE37 –

Continue reading

Alphabetical list of ABAP runtime errors

ABAP_ASSERT – abap assert ABAP_PADFILE_NOT_PRESENT – abap padfile not present AB_EXT_INVOKE – ab ext invoke ADDF_INT_OVERFLOW – addf int overflow ADD_FIELDS_ILLEGAL_ACCESS – add

Continue reading

Refresh SAP buffers

ST10 Table call statistics (details of all tables including buffer state)AL12 Buffer monitoring tool /$SYNC Reset all buffers of the application server/$SYNP Reset screen buffer./$CUA Reset the CUA

Continue reading

SAP Commit within ABAP Select Endselect using cursor fetch

Have you ever wanted to perform an ABAP Commit within ABAP Select Endselect statement. iF so you will have found that within a SELECT ENDSELECT you can not trigger an explicit commit otherwise you will

Continue reading

SALV hide field/column

The SALV hide column/field or cell functionality is much the same as changing the header text you simply use the column variable and set_visible to false to hide it. If you install the example SALV report

Continue reading

Set SALV color values

The below ABAP code uses the CL_SALV_TABLE class to create an ABAP ALV report and use the SALV color options to set the row, column or field colours. The report first selects data from database table SFLIGHT

Continue reading

Stop SAP ABAP parameter values converting to uppercase

You may have noticed that with a standard ABAP parameter which is type char/text/string always converts the entered value to uppercase. So if the user enters the text in Uppercase, lowercase or a mixture

Continue reading

BSEG select performance improvements

If you are trying to select document number details (i.e. BELNR) from table BSEG based on customer number (i.e. KUNNR) you are going to find the performance of this to be very slow and inefficient. You

Continue reading

SAP Function Module Processing Type

tfdir-fmode _____________ R = Remote-Enabled K = Remote-Enabled JAVA Module X / @ = Remote-Enabled + BasXML supported J = JAVA Module Callable from ABAP tfdir-utask _____________ Update module: Yes 1

Continue reading

Best ABAP Books for learning and using as a reference guide

Here is a list of the best ABAP books available to help you get started as an ABAP developer or use as a reference guide if you are already developing ABAP based applications. Complete ABAP: The Comprehensive

Continue reading
1 2 3 15