surya_gupta3
Explorer
Member since ‎2005 Jan 30

User Statistics

  • 47 Posts
  • 0 Solutions
  • 0 Kudos given
  • 0 Kudos received

User Activity

Hi Friends,How can I write logical expression in more than one lines in SAP script editor?Case:I have to write: IF &J_1BPRNFHD-DIRECT& = '1' AND &J_1BPRNFHD-MANUAL& = 'X' AND &J_1BPRNFHD-SHPUNT& = ' 'I am writing in first line /: IF &J_1BPRNFHD-DIRE...
Hi Friends,I am using OO ALV for editable grid display.I am unable to change grid data in the cell in which user enters something, using OO ALV. Did through debugging of my own program and found that some problem with system program. Then I did all s...
Hi Friends,I am unable to get F4 help on ALV Grid display.I have used the below codes:*--Register fields for F4 help PERFORM get_fields_for_f4 CHANGING i_f4. CALL METHOD obj_alvgrid1->register_f4_for_fields EXPORTING it_f4 = i_f4...
Hi,I have an internal table having 2000 entries. There is a field (say fld1) for which there is no value in internal table for all the 2000 entries. Now I want to update only fld1 with a constant fixed value (say val1) for all 2000 entries.I would li...
Hi,I am getting error message while tring to select material movement data from MSEG.Error message : - "No component exist with the name "MBLNR"Select statement: SELECT mblnr bwart matnr werks lgort s...