Kayıtlar

Ağustos, 2023 tarihine ait yayınlar gösteriliyor

Send Mail ALV Output with Excel Pivot Table

  *&---------------------------------------------------------------------* *& Include          ZSD_AP_P0009_I005 *&---------------------------------------------------------------------* class  lcl_send_oo_email  definition  .    "PUBLIC FINAL CREATE PUBLIC .    public section .      class-methods :       send_email          importing  i_kunnr  type  kunnr .   endclass .   class  lcl_send_oo_email  implementation .    method  send_email .        "Date formating      data ( lv_str_date ) =  sy - datum+6 ( 2 )  &&  '.'  && sy - datum+4 ( 2 )  &&  '.'  && sy - da...