Skip to Content
0
Former Member
Sep 12, 2007 at 04:02 AM

type

34 Views

TYPES: BEGIN OF ty_data,

lifnr TYPE rf02k-lifnr, "Vendor

bukrs TYPE rf02k-bukrs, "Company Code

ekorg TYPE rf02k-ekorg,

ktokk TYPE rf02k-ktokk,

name1 TYPE lfa1-name1,

land1 TYPE lfa1-land1,

spras TYPE lfa1-spras,

akont TYPE lfb1-akont,

reprf TYPE lfb1-reprf,

zwels TYPE lfb1-zwels,

waers TYPE lfm1-waers,

END OF ty_data.

i declared the types like that..

then

st_data TYPE ty_data,

what is the meaning on above statement?

Regards,

pandu.