SAP Reports

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 which includes the basic code below for hiding field SEATSOCC_F, along with how to set the colour of individual […]

SALV hide field/column Read More »

ABAP SUBMIT to execute second SAP report

Below is example code snippet to use the ABAP SUBMIT statement within your SAP report programs so that you can execute a second report with the required values. And control whether the process flow then returns to the original report or ends with the call report. Simple SUBMIT example *&———————————————————————* REPORT ZTEST_CALL. DATA: lt_seltab TYPE

ABAP SUBMIT to execute second SAP report Read More »

SAP Report Documentation

It is a simple process to retrieve the SAP Report documentation available within your SAP system and can be done via SAP transactions SE80 or SE38Step 1 – Execute transaction SE38 First execute SAP transaction SE38. Step 2 – Display the documentation There are a number of ways you can do this. The first is to enter the report name

SAP Report Documentation Read More »