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: 

ITS mobile Editor

Former Member
0 Kudos

Hi ,

I am creating a mobile application using ITS Mobile.

I have been able to create one application but I can not do certain things on the Mobile Browser.

The font of the of Input/Output field has not been changing inspite of the fact I am

changing them in ITS mobile editor. But for text label it is working fine .

Can any one please tell me where I am wrong .

How to do this font change of the Input/output field ? Any special Trick?

Best Regards,

K.G.

1 ACCEPTED SOLUTION

sujeet2918
Active Contributor
0 Kudos

Hi,

Please read below document.

http://scn.sap.com/thread/3289113

Regards,

Sujeet

5 REPLIES 5

sujeet2918
Active Contributor
0 Kudos

Hi,

Please read below document.

http://scn.sap.com/thread/3289113

Regards,

Sujeet

0 Kudos

Hi Sujeet,

Thanks for the information.

Can anybody please explain why I am not getting Javascript file under  the MIME objects tree. CSS file is there but no .JS file.  where does it exist actually?

Best Regards,

K.G

0 Kudos

Hello K.G,

Let us know the SAP_BASIS (SAPKBxxxyy) patch level of your system and whether you already implemented ITSmobile editor notes.

Regards,

Cris

PS: You are invited to join the ITS space here

PS2: The ITSmobile Wiki have a section for the ITSmobile Visual Editor.

0 Kudos

Hi Cristiano,

SAP_BASIS patch level ---  SAPKB73107

Latest version of SAP Note :  1818662 implemented.

Best Regards,

K.G.

Former Member
0 Kudos

Hi ,

The above discussion really helped me to get some hand in ITS mobile. Thanks all for that.

Few things more I want to know.

The HTML template which is being generated from the XML editor is not being corrrectly generated.

I am giving an example.

Suppose I have a inputfield( read only) . Now in the XML editor I am giving a CSS property for Background-color.

In the generated HTML template this effect is not reflecting. I have checked the HTML code and have been that , the CSS property for that  inputfield(readonly) element has been set in a wrong block.

it is set in input filed block of the element.

if ( '/SCWM/S_RF_INQ_ST_PRD-MAKTX'[1].exists == "X" )


    if ( '/SCWM/S_RF_INQ_ST_PRD-MAKTX'[1].disabled == "X" )


        if ( '/SCWM/S_RF_INQ_ST_PRD-MAKTX'[1].visible != "X" )

      elseif  ( '/SCWM/S_RF_INQ_ST_PRD-MAKTX'[1].type == "Password" )

     elseif ( '/SCWM/S_RF_INQ_ST_PRD-MAKTX'[1].inputrequired == "X" )

     else.

         Here the CSS property should be

     end

   else

    In this block  the CSS property is set. which is not correct.

   end

end

Can anyone please tell me where is problem .  Is it problem with Template generator ?

Best Regards,

Koushik.