Need to consider UNIX Path more than 40 Chars in a FM

Can anyone suggest me a way where we can have a list of all UNIX directories, when UNIX path is given. I know a FM SUBST_GET_FILE_LIST which serves this purpose. But it accepts only 40 chars for UNIX path. But it should be more than 40 characters serving the same purpose.
Kindly suggest me a way.
Thanks in advance.
Sunil

Yes, it is the limitation of the Smartform - to be only able to print 255 characters.
There is a simple workaround:
Try to print the parts of the variable.
Like:
&W_VAR+0(255)&
&W_VAR+255(255)&
Regards,
Naimesh Patel

Similar Messages

  • Need Trigger reject when update more than 1 row

    I need make a trigger who rejects when a user intents update more than one record.
    The user only can update one row, but when update without WHERE all data was modified and cause problems.
    Thanks,
    MIGUEL ANGEL CARO
    [email protected]

    YTou can keep track of the number of updated records in a global package variable, as in the next example.
    create or replace package pkg_test as
    g_count number;
    procedure p_reset;
    procedure p_increase;
    function f_updated return number;
    end;
    create or replace package body pkg_test as
    procedure p_reset is
    begin
    g_count := 0;
    end;
    procedure p_increase is
    begin
    g_count := g_count + 1;
    end;
    function f_updated return number is
    begin
    return g_count;
    end;
    end;
    create table ttemp (t_col varchar2(10))
    create trigger bu_tmp before update on ttemp
    begin
    pkg_test.p_reset;
    end;
    create trigger au_tmp after update on ttemp for each row
    begin
    if pkg_test.f_updated > 0 then
    raise_application_error(-20000,'Trying to update more than 1 record at the same time');
    end if;
    pkg_test.p_increase;
    end;

  • Need help trying to have more than one delegate calendar display in iCal and on mobile devices

    I have several calendars that are under my user name in Google. They all work as delegates and life is good.
    I'm trying to set up the local school with a calendar for the sports schedule as well as a separate one for district events like school board meetings and would like to be able to add one for the holidays, exams and things of that nature. The sports calendar works but I can't figure out how to add the second caledar to iCal or my iPhone. It shows shared but doesn't appear as a possible delegate in iCal and will not load on the iPhone.
    Google has the output to allow more than one calendar to display on a website but syncing at the level I want with the "i" apps isn't obvious.
    Am I missing something? I really don't want one very cluttered master calendar for the school. Being able to turn on and off the various types of calendar will make it much easier to manage.

    I have several calendars that are under my user name in Google. They all work as delegates and life is good.
    I'm trying to set up the local school with a calendar for the sports schedule as well as a separate one for district events like school board meetings and would like to be able to add one for the holidays, exams and things of that nature. The sports calendar works but I can't figure out how to add the second caledar to iCal or my iPhone. It shows shared but doesn't appear as a possible delegate in iCal and will not load on the iPhone.
    Google has the output to allow more than one calendar to display on a website but syncing at the level I want with the "i" apps isn't obvious.
    Am I missing something? I really don't want one very cluttered master calendar for the school. Being able to turn on and off the various types of calendar will make it much easier to manage.

  • Need Help, how to create more than one rectangle from one button in one stage of canvas

    Dear Guys,
    I has problem to create more than one rectangle canvas from one button. here my role to create :
    1. I create input size with textfield
    2. I click button called "submit query"
    3. My web will create a rectangle with specific size.
    My problem come when I click again the button, my old rectangle has been remove than my new rectangle has created.
    My question is : how I can create more than one without delete/remove the old I was created?
    Here my Code :
    <head><meta http-equiv="Content-Type" content="text/html; charset=utf-8" /><link rel="stylesheet" type="text/css" media="all" href="css/style.css"><script src="kinetic-v4.7.2.min.js"></script></head> <body><label>Length</label><input name="panjang" id="panjang" type="text" size="5" maxlength="5"><br> <label>Width</label><input name="lebar" id="lebar" type="text" size="5" maxlength="5"><br>  <label>Height</label><input name="tinggi" id="tinggi" type="text" size="5" maxlength="5"><br> <label>Packing Name</label><input name="nam_pac" id="nam_pac" type="text" size="5" maxlength="5"><br> <input name="submit" type="submit"> <script defer>              var stage = new Kinetic.Stage({                container: 'container',                width: 943.5,                height: 254.10              });              var layer = new Kinetic.Layer();              var rectX = stage.getWidth() / 2 - 50;              var rectY = stage.getHeight() / 2 - 50;                            var group = new Kinetic.Group({                draggable: true              });                                         var box = new Kinetic.Rect({                x: rectX,                y: rectY,                width: <?php echo ($_POST['panjang']/10)/1.3; ?>,                height: <?php echo $_POST['lebar']/10; ?>,                //fill: '#00D2FF',                stroke: 'blue',                strokeWidth: 2                //draggable: true              });               var simpleText = new Kinetic.Text({                x: Math.round(box.getWidth() / 2),                y: Math.round(box.getHeight() / 2),                text: '<?php echo $_POST['tinggi'].'/'.$_POST['nam_pac']; ?>',                fontSize: 30,                fontFamily: 'Calibri',                fill: 'blue',              });                                          // add cursor styling              box.on('mouseover', function() {                document.body.style.cursor = 'pointer';              });              box.on('mouseout', function() {                document.body.style.cursor = 'default';              });                            group.add(box);              group.add(simpleText);              layer.add(group);              stage.add(layer);            </script></body> 
    this is my printscreen may help you to help me :
    thanks before to help me
    Regards,
    Prabowo.

    It's work Ken, but if I modify your code into my code.
    error again. they say like before (...is undefined)
    May You want to check my code
    <?php
    include('pinambung.php');
    ?>
    <!DOCTYPE HTML>
    <html>
    <head>
    <meta charset="utf-8">
    <title>GI Loading Plan Maker</title>
    <meta name="viewport" content="width=device-width" />
    <link rel="stylesheet" type="text/css" media="all" href="css/style_2.css">
    <script src="js/kinetic-v4.7.2.min.js"></script>
    <script src="js/CalendarPopup.js"></script>
    <script src="js/jquery-1.10.2.js"></script>
    </head>
    <body>
      <header class="w" id="header"> <!--Header Area -->
          <img src="images/headers.jpg" width="100%" height="100%" />
      </header><!--End of Header Area -->
      <nav class="w" id="nav"><!--nav Area -->
          <?php include('top.php'); ?>
      </nav><!--End of nav Area -->
      <section class="w" id="main"><!--section Area -->
          <section id="content">
          <article>
            <h2>Customer Info</h2>
            <form id="myForm" action="insert.php" method="post">
            <label>Customer Name :</label><input name="cs_name" id="cs_name" type="text" size="25" maxlength="50">
            <br>
            <label>Date of Shipment :</label><input name="shipment_date" id="shipment_date" type="text" size="10" maxlength="12" > use format : YYYY-MM-DD
            <br />
            <label>Container Name :</label><input name="con_num" id="con_num" type="text" size="10" maxlength="12">
            <label>Revision :</label><input name="revision" id="revision" type="text" size="5" maxlength="5"><br />
            <label>Prepared by :</label><input name="prepared_by" id="prepared_by" type="text" size="25" maxlength="50">
            <button id="saveinfo">Save As DB</button>
            <button id="saveall">Save As Image</button>
            <button id="print" onclick="window.print();return false">Print</button>
            </form>
            <span id="result"></span>
            <script type="text/javascript" src="js/insert.js"></script>
          </article>
              <br /><br />
          <article>
              <h2>Packing Info</h2>
            <label>Container Type :</label>
            40' HC<input name="con_type" type="radio" id="con_type" value="40hc">
            40'<input name="con_type" type="radio" id="con_type" value="40">
            20<input name="con_type" type="radio" id="con_type" value="20"><br />
            <input name="loadstan" type="button" value="Create Container" id="isSelect">
            <button id="removecon">Remove Container</button>
            <br />
            <label>Length</label><input name="panjang" id="panjang" type="text" size="5" maxlength="5">
            <label>Width</label><input name="lebar" id="lebar" type="text" size="5" maxlength="5">
            <label>Height</label><input name="tinggi" id="tinggi" type="text" size="5" maxlength="5">
            <label>Packing Name</label><input name="nam_pac" id="nam_pac" type="text" size="20" maxlength="55">
            <input name="loadstan" id="loadstan" type="button" value="Load Standard Packing" onclick="window.open('spk.php', 'winpopup', 'toolbar=no,statusbar=no,menubar=no,resizable=yes,scrollbars=yes,width=300,height=400');">
            <input name="submit" type="submit" value="Create Box">
            <button id="remove">Remove Box</button><br />
          </article>
        </section>
        <aside id="sidebar">
          <label for="layer-to-delate">Select a layer to delete or rotate</label><br />
          <select id="layer-to-delete" size="14"></select><br />
          <input id="delete-layer-button" type="button" value="Delete layer">
          <input id="rotate-layer-button" type="button" value="Rotate box">
        </aside>
        <section id="content2">
          <div id="container">
          </div>
          <script defer>
          function radians (degrees) {return degrees * (Math.PI/180)}
          function degrees (radians) {return radians * (180/Math.PI)}
          function angle (cx, cy, px, py) {var x = cx - px; var y = cy - py; return Math.atan2 (-y, -x)}
          function distance (p1x, p1y, p2x, p2y) {return Math.sqrt (Math.pow ((p2x - p1x), 2) + Math.pow ((p2y - p1y), 2))}
            var stage = new Kinetic.Stage({
                container: 'container',
                width: 943.5,
                height: 254.10
            var layers = new Array();
           function addCont(){
               layer2 = new Kinetic.Layer();
                switch ($('input:radio[name=con_type]:checked').val()){
                  case '40hc':
                     var box_con = new Kinetic.Rect({
                          x: 10,
                          y: 10,
                          width: 1190/1.3,
                          height: 2300/10,
                          stroke: 'black',
                          strokeWidth: 2
                      var TextCon = new Kinetic.Text({
                          x: 10,
                          y: 240,
                          text: 'Container Size 40 HC (11900mm X 2300mm X 2550mm)',
                          fontSize: 12,
                          fontFamily: 'Calibri',
                          fill: 'green',
                      layer2.add(box_con);
                      layer2.add(TextCon);
                      stage.add(layer2);
                      break;
                     case '40':
                     var box_con = new Kinetic.Rect({
                          x: 10,
                          y: 10,
                          width: 1190/1.3,
                          height: 2300/10,
                          stroke: 'black',
                          strokeWidth: 2
                      var TextCon = new Kinetic.Text({
                          x: 10,
                          y: 240,
                          text: 'Container Size 40 (11900mm X 2300mm X 2250mm)',
                          fontSize: 12,
                          fontFamily: 'Calibri',
                          fill: 'green',
                      layer2.add(box_con);
                      layer2.add(TextCon);
                      stage.add(layer2);
                      break;
                     case '20':
                     var box_con = new Kinetic.Rect({
                          x: 10,
                          y: 10,
                          width: 580/1.3,
                          height: 2300/10,
                          stroke: 'black',
                          strokeWidth: 2
                      var TextCon = new Kinetic.Text({
                          x: 10,
                          y: 240,
                          text: 'Container Size 20 (5800mm X 2300mm X 2250 mm)',
                          fontSize: 12,
                          fontFamily: 'Calibri',
                          fill: 'green',
                      layer2.add(box_con);
                      layer2.add(TextCon);
                      stage.add(layer2);
                      break;
            function addRect() {
                layer = new Kinetic.Layer();
                var box = new Kinetic.Rect({
                    x: 10,
                    y: 10,
                    width: +(($("#panjang").val()/10)/1.3),
                    height: +($("#lebar").val()/10),
                    stroke: 'blue',
                    strokeWidth: 2
                var group = new Kinetic.Group({
                            draggable: true,
                            snap : true
                var boxLabel = $("#nam_pac").val() + "/H : " + $("#tinggi").val();            
                if (($("#panjang").val() && $("#lebar").val()) != 0) {         
                var simpleText = new Kinetic.Text({
                    x: 10,
                    y: 10,
                    text: boxLabel,
                    fontSize: 12,
                    fontFamily: 'Calibri',
                    fill: 'red',
                } else {
                    var simpleText = new Kinetic.Text({
                    x: 10,
                    y: 10,
                    text: '',
                    fontSize: 12,
                    fontFamily: 'Calibri',
                    fill: 'red',
                group.add(box);
                group.add(simpleText);
                layer.add(group);
                stage.add(layer);
                layers.push(layer);
                $("#layer-to-delete").append("<option>Layer " + boxLabel + "</option>");
            function deleteRect() {
                if($("#layer-to-delete > option").length < 1) return;
                var i = $("#layer-to-delete").prop("selectedIndex");
                layers.splice(i,1)[0].destroy();
                $("#layer-to-delete > option").eq(i).remove();
            function rotateRect() {
                if($("#layer-to-delete > option").length < 1) return;
                var i = $("#layer-to-delete").prop("selectedIndex");
                layers[i].rotateDeg(30);
                layers[i].draw();
            $("#delete-layer-button").click(function(e) {
                  deleteRect();
            $("#rotate-layer-button").click(function(e) {
                rotateRect();
            $("input[type=submit]").click(function(e) {
                addRect();
            $("#isSelect").click(function () {
                  addCont();
            $("#removecon").click(function () {
                  layer2.destroy();
            $(window).keypress(function(e) {
                if(!$(document.activeElement).is("label")) {
                    if((e.keyCode || e.which) == 46) {
                        layer.destroy();
                if((e.keyCode || e.which) == 35) {
                        layer2.destroy();
            document.getElementById('saveall').addEventListener('click', function() {
              stage.toDataURL({
                callback: function(dataUrl) {
                      window.open(dataUrl);
            }, false);
          </script>
        </section>
      </section><!--End of section Area -->
      <footer class="w" id="footer"><!--footer Area -->
        Copyright <a href="login.php" target="_new">©</a> 2013, <a href="http://omhanggar.com" target="_new">created</a><a href="http://intranet.guentner-asia.com" target="_new"> by PT. Güntner Indonesia </a>
      </footer><!--End of footer Area -->
    </body>
    </html>
    thanks again before,
    Prabowo

  • Need help in EMAIL Sending -  more than 255 character length

    Hi Guys,
    Please help me in sending the Email attachment which has more than 255 character lengh using 'TXT format.
    if i create an internal table having a field of type char225.
    then break ur each record into many parts having len <= 255.
    how can i mingle both lines to single line in the output list.
    Please help me ..
    thanks in advance..
    Prabhu

    Hi,
    Check the following link:
    http://www.sap-img.com/abap/sending-email-with-attachment.htm
    Regards,
    Bhaskar

  • Need way to share for more than 5 users

    I have a ned to be able to share Itunes with more than 5 users.
    Is there any way to do this?
    Is there other software that will allow me to do this?
    Here is why. I have a school that has an internal 100 meg network and only a 1.2 meg to the internet. I want to set up a Mac so that all my users both Mac and PC can share the music on our internal network.
    Any suggestions of where i might go to start would be greatly appreciated.
    Dual G5, 2.0ghz,   Mac OS X (10.4.6)  

    You may move your audio tracks to a public folder on your network and point each iTunes music folder to it.
    It would be very similar to this description: http://docs.info.apple.com/article.html?artnum=93195

  • I need my phone to ring more than twice!

    Is there any way that I can make my phone ring more than twice???
    It seems that I never get to it quick enough as it only rings for a short while and I end up ringing that person back, so consequently costing me a call each time. I have gone into settings but just can't find a way to extend the amount of rings.
    Any suggestions would be appreciated.

    It appears that some O2 users have found a way to do it on the phone. See this forum: http://forum.o2.co.uk/viewtopic.php?t=444&sid=23ac2c9c9c361e71a30bb9f92ed47d20

  • PROBLEM - I need to import Attr with more than 20 char.

    Hi,
    I need to import some text information.
    My first idea was to import them via Attribute (Attr) field. Unfortunately they are cut after 20 chars.
    Next workaround was to import into a non-used dimension (UD8 - UD 15): here the problem is, that there is no matching dimension in the target system. FAILED
    Also, trying to import in a dimension (USE AS LOOKUP) (via integration script) - that don't need to have a matching dimension in the target system - FAILED
    Are there any workarounds how script a integration script that imports the text information from a CSV file into e. g. unused dimension columns??
    Other workarounds?
    HELP - I'm lost :-)
    regards
    Hau

    Tony,
    added additional dimensions (enabled , not "use as lookup") -> done
    unchecking the use list box -> done
    how should the load rule look like. to pass them successful int essbase?
    up to now:
    import -> works
    validate (like *) -> works
    export -> :-( doesnt work
    I'm lost again...

  • More Replace needed inside a single cell , more than 2-3

    in a single cell on there are values like
    6602,6602,6594,7970
    7970;6602;6602;
    6591,6591;,,7346,6591;,,7346
    now these values are inside a single cell
    now i want to remove the duplicates
    like in the first row the out put should be
    6602,6594,7970
    second row output should be
    7960,6602
    third row
    6591,7346
    please help
    :'(

    Is this question related to OLM or iLearning?
    If this question is for OLM or iLearning we also need more info to give an answer.
    Regards Anders Northeved

  • Need music to play through more than 1 slide ...

    I'm new to Mac. I've used PowerPoint and was able to have music play until it ran out. I've edit music to fit my slideshow exactly and I'm using multiple music files in one slideshow. When I add music it stops once it transitions to the next slide. How do I get it to keep playing to the end? Thanks!

    Greetings and welcome to the forum.
    In order for a music track to play beyond a slide transition, the music must be created as a Soundtrack for the presentation, rather than imported to any individual slide.
    To create a Soundtrack, go to the Inspector > Documents > Audio menu. Here you can select your audio track and assign it to the slideshow. If you need to combine several music tracks together to create the complete audio track, you will need to do this off-line.
    The Soundtrack will begin playing together with the first slide of your slideshow and continue until the end of the audio. To get all of the Builds and Transitions in your slides to synchronize with the audio track, you will need to Record the track, which also can be done from this same window.
    There are a number of caveats, however, the most significant being that not all "durations" will be reproduced accurately when you play back your slideshow. So, to keep things fairly closely in sync, it is better to trigger the Builds and Transitions on a Click as the Soundtrack progresses, rather than try to rely on Automatic effects.
    Also, remember that if you do have a Soundtrack, you need to remove any individual audio tracks you may have imported into any slides. Otherwise, they will play simultaneously when the slide comes up.
    Good luck.

  • Need to create a region more than one time Urgent

    Hi to all,
    I want to create a same region 5 times. I put the code within for loop, the region with items are created with the error like
    "Web beans with duplicate item names have been found. Web beans associated with form actions should have unique item names within a form. Action: Turn off the developer mode (OADeveloperMode) option and run your page again. Then check your output HTML source for the occurrence of the item name."
    this is what i done.
    for (int t=0; t<=4 ; t++)
    OAHeaderBean cmpnybean =(OAHeaderBean)createWebBean(pageContext,HEADER_BEAN);
    OAPageLayoutBean page = (OAPageLayoutBean)pageContext.getPageLayoutBean();
    page.addIndexedChild(assocmpnybean);
    cmpnybean.setText("Company : " + t);
    Suggestion need. This is correct or i want to create array. Array means how plz provide sample code.
    Thanks in Advance
    Senthur

    Hi,
    Use this code.
    for (int t=0; t<=4 ; t++)
    OAHeaderBean cmpnybean =(OAHeaderBean)createWebBean(pageContext,HEADER_BEAN);
    OAPageLayoutBean page = (OAPageLayoutBean)pageContext.getPageLayoutBean();
    page.addIndexedChild(assocmpnybean+t);
    cmpnybean.setText("Company : " + t);
    Thanks
    Anoop

  • Need to submit form to more than one person

    I am making a facility bookings form for the place I work at.  Once someone has completed the form there needs to be a submit button.  I need the form to be emailed to multiple people.  How do I create a submit button, and how do I make the form email to the correct people.

    Hi,
    If you are creating the form using FormsCentral, a submit button will be added to your form automatically. To send email notification to multiple people, please check out http://forums.adobe.com/docs/DOC-1424 for instructions.
    Thanks,
    Wenlan

  • A field to be displayed in portal legth of 3 and r/3 more than 255 char

    Hi all,
    Kindly give me reply, I need to display one structure in portal, in this one field is of length 255 char.
    Need to change it to more than 255 characters but it should be display in portal as 3 or 5 char length only, can accept more than 255 char lengtjh.
    thanks & regards,
    Chandra sekhar.

    Hi Chandra sekhar,
    A similar kind of a probelm is explained in the link below:
    Link:
    The other requirement of displaying it as 3 - 5 chararcter field in portal can be done by creating the iView as required.
    Regards,
    Pranav.

  • Why would you need to "zero out" more than once?

    Sorry if this is a dumb question, but I have always wondered why a hard drive would need to be written over more than once for better security?
    If it is writing ALL zeros what is there left to find? I just don't get it.
    Thanks,
    Curious Tom

    Hello! A random write could leave a few bits that might be salvadged while the "zero all data" maps out bad blocks and writes all zeros. Once should be enough. Tom

  • Connect more than one computer to a time capsule volume?

    Hello. I am considering buying an old time capsule (500G, 2nd generation) as a little in-house server to store data that need to be accessible for more than one work station. Is it possible to connect more than one work station to one time capsule?
    Thanks

    While it is possible to connect more than one computer to the Time Capsule......I would not recommend that you buy the Time Capsule that you are looking at.....unless you know that the owner has replaced the hard drive and power supply.
    Most of these models never made it much past a few years of operation, so if this is an "original", you have a hint of what will happen not long after you purchase the product.

Maybe you are looking for

  • Pass filename as a variable to a swf file

    I want to pass a variable which will represent a filename to a swf file from a hypertext link in an HTML document. When the user clicks on the link which has ?variablename=filename_to_use appended to a "normal" link to a page, this variablename will

  • Purchase Requisition converted to Purchase Order in ECC from APO - PPDS

    Hi All: When I check the conversion indicator of a PR in APO and save, it initiates the trigger to convert the PR to PO and everything works fine.  When I check the invoice tab of the PO in ECC, the tax code is blank.  But when I try to convert anoth

  • Lotsize

    Hi, i have defined the lot size EX in MM01 and the minimum lotsize quantity is 100...but while creating purchase order for the same material less than the minimumlotsize quantity (i.e) for 50 it is accepting to do.  So what is the use of defining the

  • Best way to root out redundant files?

    So my photo folder is a complete mess. My database died, and I made the mistake of just reimporting my Pictures folder and iPhoto library. Which it failed after 3-4 attempts. To make a long story short, my hard drive is being eaten up by redundant ph

  • Wrong entry be deleted in PI Sheet

    Hi all, How can wrong entry be deleted in PI Sheet?