Quantcast
Channel: SCN : Popular Discussions - SAP NetWeaver Gateway Developer Center
Viewing all articles
Browse latest Browse all 1657

Bad Request dude to TextArea length

$
0
0

Good day all..!

Dear friends,

 

In BSP Application i have specified with the  maxLength:254 for TextArea in my Application,

 

oMatrixBooking.createRow(oLabelRequiredTime, oCellBooking1, oLabelRequiredTimeTo, oCellBooking2 );

     //Employee data details - Reporting Place

     var oLabelReportPlace = new sap.ui.commons.Label({

       id : 'LRP-Name',

       text : 'Reporting Place' });

 

     var oTAReportPlace = new sap.ui.commons.TextArea({

       id : 'TARP-Value',

       change:function(){oController.getValueState('TARP-Value');},

       required:true,

       width:'200px',

       maxLength:254,

       tooltip : 'Enter your prefered reporting place',

       editable : true,

       //value : 'Corporate Office',

       rows : 2 });

 

and also in my Netweaver Gateway i have specified Properties -->Precision with 254 even though while creating it in my browser i have an error Bad Request while checking i found,

 

char_len_50.JPG

 

Thank you.


Viewing all articles
Browse latest Browse all 1657

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>