Hi,
Is below select query is correct to fetch data from MSEG for MSEG-MATNR = 200000003,
After executing the select statement getting zero records, but for same value when I check at table level records exists.
SELECT * FROM MSEG IN...
Hi,
Below is the selection screen input, which has mandatory date range,
i.e. Billing Date: 21.06.2023 to 23.07.2023
SELECT-OPTIONS: SO_FKDAT FOR VBRK-FKDAT DEFAULT SPACE OBLIGATORY
For this date range how to get the 1st Day of fiscal year...
Hi,
On selection screen I have following select-options, and I need to pass these to smart form to fetch data from ACDOCA,
SELECT-OPTIONS: SO_KUNNR FOR KNA1-KUNNR, SO_BUDAT FOR BKPF-BUDAT.PARAMETERS : P_BUKRS TYPE BKPF-BU...
Hi all,
I have a report displayed using REUSE_ALV_GRID_DISPLAY, but now I need to display some static data in tabular format below that report, How this can be done. please suggest..
The table has static data like below,
The data in the tab...
Hi all,
I have a report in which I need to display two columns, which I completed with REUSE_ALV_GRID_DISPLAY.
But below the report, I need to display sum of values from an internal table in tabular format, how this can be done? please help
...
Hi Matthew,I have an internal table, from that I am going to do summation of opening balance, receipt, Issue and closing balance. The total sum of these values I need to display at the bottom of ALV_GRID_DISPLAY in tabular form with four rows and two...