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: 

basic questions

Former Member
0 Kudos

q1]]what is "Type Mismatch"?

q2]]What is <b>dual-level domain</b> concept?

q3]]What is the length of LON G CHARACTER LCHR in ABAP Dictionary =

<b><u>256-max</u></b> means?

1 ACCEPTED SOLUTION

Former Member
0 Kudos

2. Please have a look at below link for dual domain concept.

<a href="http://sap.mis.cmich.edu/sap-abap/abap02/sld007.htm">Dual Domain</a>

3. "max" in LCHR and LRAW is the value of a preceding INT2 field.

Have a look at below link. Here in Data Elements you will find the above meaning.

<a href="http://help.sap.com/saphelp_nw2004s/helpdata/en/fc/eb3138358411d1829f0000e829fbfe/content.htm">Data types in ABAP dictionary</a>

I hope it helps.

Best Regards,

Vibha

<b>*Please mark all the helpful answers</b>

4 REPLIES 4

Former Member
0 Kudos

2. Please have a look at below link for dual domain concept.

<a href="http://sap.mis.cmich.edu/sap-abap/abap02/sld007.htm">Dual Domain</a>

3. "max" in LCHR and LRAW is the value of a preceding INT2 field.

Have a look at below link. Here in Data Elements you will find the above meaning.

<a href="http://help.sap.com/saphelp_nw2004s/helpdata/en/fc/eb3138358411d1829f0000e829fbfe/content.htm">Data types in ABAP dictionary</a>

I hope it helps.

Best Regards,

Vibha

<b>*Please mark all the helpful answers</b>

0 Kudos

"max" in LCHR and LRAW is the value of a preceding INT2 field.----YES BUT i DID NOT GET THE MEANING

Regards

0 Kudos

> "max" in LCHR and LRAW is the value of a preceding

> INT2 field.----YES BUT i DID NOT GET THE MEANING

> Regards

That is b'coz whenevr you use the data type LCHR or LRAW, you have to specify the length using the INT2 data type.. pl go through the following

<a href="http://help.sap.com/saphelp_erp2005vp/helpdata/en/cf/21f2e5446011d189700000e8322d00/frameset.htm">SAP Help</a> for additional info on the Data Types.

~Suresh

Former Member
0 Kudos

Hi ,

Type Mismatch basically means that you are trying to assign a incompatable value to a varaible e.g. assign a string to an integer.

dual-level domain : It basically applies to elementary data type , it measn that they act both as a domain and as a data type .

Regards

Arun