REPORT zmmr_perf_eval_vend. "Types Declaration TYPES:BEGIN OF t_disp, lifnr TYPE lifnr, name1 TYPE name1_gp, bedat TYPE bedat, rfq TYPE I , quot TYPE I , po TYPE I , cont TYPE I , sch TYPE I ,END OF t_disp, BEGIN OF t_tem...
Hi Venkat, I don´t know if I´m understanding correctly your problem, but I´m going to expose how I used the persisten classes in my last project.I mapped the table to the persisten class. I chose 2 keys: Business key (like empno, or vbeln) and techni...
Hi sindhurareddy,Why don´t to code an intermediate program that only call the report in background task and generate a transaction for that program and control the access with roles?Would be possible that solution?Cheers.Antonio.
Hi Ameya,if you want to hide a field on the output, just hide it modifying the layout with this code, before this line: " ENDMETHOD. "build_fc"The code:********************************************************************* TRY. ...