Call CDS view in Report
Call CDS view in report
* Create a report program and write code.
Report
REPORT zab_rp_cds_stu.
SELECT * FROM zab_cds_stu INTO TABLE @DATA(lt_stu).
cl_demo_output=>display( lt_stu ).
Output
*****************************Thank You**************************
Comments
Post a Comment