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...