Application Development and Automation 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: 
Read only

sample code how to avoid slin error for currency field and unit field.

Former Member
0 Likes
683

hi all,

Anybody can send me the sample code how to avoid slin error for currency field.

for example : write : wa_ekko-erdat to erdat.

for this field how to avoid slin error for this field.

thanks,

mahedhar

hi all,

Anybody can send me the sample code how to avoid slin error for currency field.

for example : write : wa_ekko-erdat to erdat.

for this field how to avoid slin error for this field.

thanks,

mahedhar

4 REPLIES 4
Read only

Former Member
0 Likes
639

Read only

Former Member
0 Likes
639

Hi,

Erdat is date field.

Declare it as character field and then try assigning the value

Regards

Arun

Read only

Former Member
0 Likes
639

HI,

SET EXTENDED CHECK OFF.

SET EXTENDED CHECK ON.

You can insert the above statements at the appropriate places in the program. A "SET EXTENDED CHECK OFF." should be followed as soon as possible by a "SET EXTENDED CHECK ON."

Hope this helps.

Read only

Former Member
0 Likes
639

Hi,

Problem has been solved by own...

thanks for all your efforts.

Maheedhar