Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

What is the difference between TYPE and LIKE exaclty.

Former Member
0 Kudos
129

Hi,

Type refers to data type like C or I or N etc...

example :

matnr type mara-matnr.

Like refers to data object.

can also use in programs like:

matnr like mara-matnr.

I am not getting the exact difference in both.

4 REPLIES 4

former_member181995
Active Contributor
0 Kudos
105

Paste your subject line in Google.

kesavadas_thekkillath
Active Contributor
0 Kudos
105

Please search in SCN.

0 Kudos
105

[Try here: lmgtfy|http://en.lmgtfy.com/?q=WhatisthedifferencebetweenTYPEandLIKEin+ABAP]

Former Member
0 Kudos
105

This message was moderated.