Posts

Showing posts with the label local interface

Local interface with example using parameters.

Image
  1. Goto  SE38. 2. Give  program  name and click on  create. 3. Give  description  and select type  executable program . 4. Write  code. REPORT  zab_if_sale_delivery . DATA :  lv_erzet  TYPE  erzet ,       lv_erdat  TYPE  erdat ,       lv_vbtyp  TYPE  vbtyp ,       lv_ernam  TYPE  ernam . PARAMETERS :  p_vbeln  TYPE  vbeln . PARAMETERS :  p_r1  TYPE  c  RADIOBUTTON  GROUP  g1 ,             p_r2  TYPE  c  RADIOBUTTON  GROUP  g1 . INTERFACE   if_sale_del .    METHODS  display      IMPORTING  pvbeln  TYPE  vbeln      EXPORTING  perzet  TYPE  erzet       ...