MohitSingh
Advisor
Advisor
Member since ‎2007 Jul 08

User Statistics

  • 10 Posts
  • 0 Solutions
  • 5 Kudos given
  • 0 Kudos received

User Activity

Hi all iam making blocked alv programe.In the below code if i want to display in Second block the list of Material Types with No. of materials in each type than what should be the approach for this logic.TYPE-POOLS: slis.TYPES: BEGIN OF ty_mara ...
hi iam new to abap can anyone help me in converting a alv_list programme into alv_grid.I just need to know what r the changes i need to make.below is the code.************************************************************************TYPE-POOLS: slis.TY...
Can any one guide me for how to upload excel spread sheet using function gui_upload.
iam getting all the field name in columns but data is not being displayed.please review my code.type-pools:slis.tables: YTMOHIT_01.data: itab type standard table of YTMOHIT_01.data: wa type YTMOHIT_01.data report_id like sy-repid.SELECTION-SCREEN BEG...
iam new to abap.In this report i have to calculate no of days employed for an employee i.e sy-date - joining-date, but its giving wrong o/p.please review my code give the correct solution.REPORT ypr_mohitsingh_ex02 .TABLES ytmohi...