Hello,
I am creating ABAP CDS views and i need to join two tables in the view using one key.
The problem is that the keys in both the tables have different datatypes.
In one it is RAW(16) and in other it is CHAR(40).
While writing the join co...
To display ALV in dialog box or popup window using function module REUSE_ALV_GRID_DISPLAY just set X and Y co-ordinates of start (top left) and end points(bottom right) of the dialog box.To set the start and endpoints of dialog box just set the below...