former_member1349431
Member
Member since ‎2023 Feb 17

User Statistics

  • 1 Posts
  • 0 Solutions
  • 0 Kudos given
  • 0 Kudos received

User Activity

I need to develop the below code using ABAP 7.4 syntax. can anyone help me with the changes i need to make. TYPES: BEGIN OF TY_CUST, CUSTNO(4) TYPE N, "Customer Number CNAME(20) TYPE C, "Customer Name CCITY(20) TYPE C, "Customer City END OF TY_CUS...