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

Coversion Routinein Script

Former Member
0 Likes
614

Hi all,

How can i ignore Conversion routine in sap script?

Thanking you,

Message was edited by: Amar Shah

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
559

Hi

Do like this .

IF &EKKO-ADRNR<u><b>(K)</b></u>& EQ '          '

In this case ADRNR conversion routinue will be supressed.

<i>Hope This Info Helps YOU.</i>

Regards,

Lakshmi

3 REPLIES 3
Read only

Former Member
0 Likes
559

Hi,

SAPscript conversion routines specified in the Dictionary are automatically recognized and used when program symbols are formatted. To suppress conversion, use the K option.

Syntax

&symbol(K)&

Read only

Former Member
0 Likes
559

Hi Amar,

Use normal char type varibles istead of referring to data elements or domains.

Regards,

Ravi

Read only

Former Member
0 Likes
560

Hi

Do like this .

IF &EKKO-ADRNR<u><b>(K)</b></u>& EQ '          '

In this case ADRNR conversion routinue will be supressed.

<i>Hope This Info Helps YOU.</i>

Regards,

Lakshmi