Problem in trigger when inserting in mtl_transactions_interface there is an added row

hi,
i have a problem in the trigger when i have a command of 2 lines and do a reception and insertion in table mtl_transactions_interface i found 3 lines, i didn't know where come the 3 row
create or replace
TRIGGER TOP_RCV_TRANSACTION_ACC_T2 AFTER
  INSERT ON PO.RCV_TRANSACTIONS FOR EACH ROW DECLARE
  CURSOR org_item_cur
  IS
    SELECT distinct organization_id,
      inventory_item_id
    FROM mtl_system_items_b
    WHERE inventory_item_id=
      (SELECT distinct item_id
      FROM rcv_shipment_lines
      WHERE shipment_line_id=:new.shipment_line_id
      CURSOR item_cur
      IS
      select distinct  RSL.item_id
from
  RCV_SHIPMENT_HEADERS RSH
  ,RCV_shipment_lines RSL
  where :new.shipment_header_id=RSH.shipment_header_id
  and RSH.shipment_header_id=RSL.shipment_header_id;
  X_att_item      VARCHAR2(10);
  X__bc_ot        VARCHAR2(10);
  X_sum_qty       NUMBER;
  X_receipt_num   VARCHAR2(30);
  X_count_article NUMBER;
  X_item_org      NUMBER;
  X_org_id        NUMBER;
  X_serial_number NUMBER;
  X_dec_dou varchar2(100);
  X_DAE varchar2(100);
  X_LOCATOR_ID  NUMBER;
  X_ITEM_REVISION varchar2(3);
  X_ITEM_ID NUMBER ;
  X_PO_NUMBER VARCHAR2(20) ;
BEGIN
FOR item_rec IN item_cur
      LOOP
  IF (:new.transaction_type='DELIVER' and :new.organization_id=83 and (item_rec.item_id=61305 or item_rec.item_id=61306)) THEN
    SELECT distinct receipt_num
    INTO X_receipt_num
    FROM RCV_SHIPMENT_HEADERS
    WHERE shipment_header_id=:new.shipment_header_id;
SELECT COUNT(*)
    INTO X_count_article
    FROM mtl_system_items_b
    WHERE inventory_item_id=
      (SELECT distinct item_id
      FROM rcv_shipment_lines
      WHERE shipment_line_id=:new.shipment_line_id
      --récupérer le numéro de commande à partir de la table PO_HEADERS_ALL
    select distinct PHA.segment1 
    into X_PO_NUMBER
    from PO_HEADERS_ALL PHA
    where PHA.PO_HEADER_ID=:new.PO_HEADER_ID;
     -- Récupérer la révision de l'article
      select distinct ITEM_REVISION
      into X_ITEM_REVISION
      from rcv_shipment_lines
      WHERE shipment_line_id=:new.shipment_line_id;
    IF (X_count_article > 1) THEN
      FOR org_item_rec IN org_item_cur
      LOOP
        IF (org_item_rec.organization_id=83 and(org_item_rec.inventory_item_id =61305 or org_item_rec.inventory_item_id =61306) ) THEN
          INSERT into inv.mtl_transactions_interface
              transaction_interface_id,
              SOURCE_CODE,
              SOURCE_LINE_ID,
              SOURCE_header_ID,
              PROCESS_FLAG,
              TRANSACTION_MODE,
              INVENTORY_ITEM_ID,
              REVISION,
              ORGANIZATION_ID,
              SUBINVENTORY_CODE,
              TRANSACTION_QUANTITY,
              TRANSACTION_UOM,
              TRANSACTION_DATE,
              TRANSACTION_TYPE_ID,
              TRANSACTION_REFERENCE,
              TRANSACTION_COST,
              LAST_UPDATE_DATE,
              LAST_UPDATED_BY,
              CREATION_DATE,
              CREATED_BY,
              lock_flag,
              transaction_source_name,
              transaction_source_type_id,
              Flow_Schedule,
              Scheduled_Flag,
              distribution_account_id ,
              LOCATOR_ID
            VALUES
              mtl_transactions_interface_s.nextval,
              'INTERFACE',
              0,
              0,
              1,
              3,
              org_item_rec.inventory_item_id,
              X_ITEM_REVISION,
              161,
              'CENTRAL001',
              :new.quantity,
              :new.uom_code,
              sysdate,
              202,
               X_PO_NUMBER,
                :new.po_unit_price,
              sysdate,
              :new.LAST_UPDATED_BY,
              sysdate,
              :new.LAST_UPDATED_BY,
              2,
              X_receipt_num,
              13,
              'Y',
              2,
              347783,
              :new.attribute1
        END IF;
      END LOOP;
      if org_item_cur%ISOPEN then
        close org_item_cur;
        end if;
END IF;
  END IF;
   END LOOP;
END;
please help me and give me solutions to localisate the problem?

This trigger will fire at the time of every PO receipt and receiving transactions such as Accept, Reject, Deliver, RTV etc.
May be you forgot to put a WHEN clause in Trigger.

Similar Messages

  • Problem with iMovie when inserting still frames

    Hi,
    I'm a new MAC user with 20+ years of PC experience, so I fully expect that I'm making a newbie mistake here, but...
    I'm trying to make an iMovie of a karate sequence, in slow motion, with some still frames so that an instructor can do a voiceover and describe what's being demonstrated...
    So, I pull in a clip which I loaded in from my DV camera, set it to 50% speed (I've read about the bugs regarding choosing arbitrary speeds), and I can watch it through, no problem at 1/2 speed.. THEN, I right-click on an arbitrary frame within there, and click on "add freezeframe".. It appears to do what I want, but USUALLY, the video after the freezeframe will be messed up - It'll jump to an another part of the video, or maybe start replaying from the beginning.. When I remove the stills, it goes back to normal..
    Anyone else seen this?

    In general a freeze frame will add the frame at the end of the current clip. It sounds like in your case it is counting the frames to the end of the current clip, not realizing that the slow motion is throwing out half the frames so it ends in a random place.
    Freeze frames work best when you choose the very last frame of the clip. That way, you freeze on the last bit of motion you saw.
    It sounds like you are trying to create enough time for your voiceover by adding a freeze frame. If freezing the very last frame of the slow-mo does not work, you might try bringing in the clip twice: The first time, set it to slow mo. Then the second time, run it at full speed and freeze frame the very last frame of the clip to give you time to complete your voiceover.
    If you are choosing a frame from the middle of the clip because you want to isolate the motion in that frame and discuss it in the voiceover, I would Edit/Split Clip at that frame and select the last frame as a freeze frame.
    Just some thoughts... I have done this with some tennis strokes, but never exactly what you are trying. Good luck.

  • Iwork 09 Pagination problems when inserting Section Brake

    Hello Guys,
    I have a stressfull problem with Pages when inserting Section Brakes in pages. The page numbers don't appear correctly, can't see the entire number of the page. For example at page 20 I can only see 2 and a very small part of 0. it's very frustrating. This problem persists when saving the file in pdf or .doc format.
    Any solution to this, besides including the page number in the footer? The footer is filled with something else.

    Perhaps those "brakes" are stopping the section too quickly, and the numbers are slipping off the right side of the page.
    Where are you inserting the page numbers? The usual place is either the page header or the page footer. I used a 125 page document with section breaks at pages 17 and 96 and tried inserting page numbers in the header, footer, as well as at the right end of several lines in the main text body, using a right justified line, or a right tab stop or a left tab stop.
    All behaved as expected and showed the whole page number, as seen below:
    100 is in a footer, the small 101 in a header. The four larger numbers are in the body text area.
    left justified, right tablat right margin, pn follows a tab character
    right justified
    left justified, left tab stop at 7 3/8 inches, pn follows a tab character, and is forced to next line because there is not sufficient room for it between the left tab and the right margin. (Left margin is set to 5 1/2 inches to reduce width of screen shot.)
    left justified, right tab stop at 7 3/8 inches.
    As can be seen, I'm unable to reproduce the problem, using the information you've given, and guessing possible locations for the page numbers.
    Regards,
    Barry
    incidently, Headers and Footers aren't restricted to a single line of text. You could place the page number on a second line of the footer, or even on a third line to allow some space between it and the rest of the footer contents.
    B.

  • Im using phone 3GS 32GB, my signal was very poor but whenever i insert my sim to other phone, there's no signal problem.. When i change position, the signal suddenly dropped. my software version now is 4.3.5.

    im using phone 3GS 32GB, my signal was very poor but whenever i insert my sim to other phone, there's no signal problem.. When i change position, the signal suddenly dropped. my software version now is 4.3.5.

    GoodReaderUSB originally worked by transferring files to a special location on a user’s iPhone, which iPhone’s GoodReader app was able to access. However, accessing this location was a violation of Apple’s iPhone SDK Agreement, because the app had to access files outside its own private storage space, which is forbidden by Apple.
    Because of this, your only choice to fix this. at this point, may be to restore your phone as a "new" device in itunes and NOT from backup. Follow this by syncing your content back to your phone. Unfortunately, ALL saved data on your phone will be lost.

  • Problem with CS5 crashing when inserting or deleting page

    I have a legacy file (educational textbook) that was created in CS2 and has been edited and updated over the past couple of years with no problems. The file is approximately 360 pages with around 30 illustrations, a ToC, and large index. When updating the material today, I went back to insert a page due to overflow text and InDesign crashed. This happens every time I try to insert or delete a single page. I can insert a single page on pages i through viii, but when I try to insert a page beginning at Sec2:1 InDesign crashes. I can open and close the file and edit it anywhere with no problems.
    If I insert 2 pages at a time, it works fine and I can flow the text into the page. But, when I go to delete the extra page I don't need, it crashes. It doesn't seem to be specific to any particular master page in the file. I tried several times to export to an IDML file, reopen and save it to an InDesign file but the same problem occurs.
    The same thing happens with the file on the same verson of InDesign that is on my laptop. This problem does not occur with other InDesign files that I have created in the past. I need some help. Thank you!

    I think Steve was looking for a bug that affects new Macs, which we can rul out at this point.
    I suspect some corrupt text of some sort, but that's just a guess. Ther first thing I'd do is make a copy of the file for backup, then start trying to find the problem.
    You mentioned this was a CS2 file originally. What was the last version, and how much editing has beeen done in CS5? Do you have the old file and can you add pages in that version?
    In the CS5 version, are you able to select half of the pages at a time in the Pages panel and use the Move Pages command to move them to a new file (you need to make the new file first)? In the new file, before you move the pages, rename Master Page A to something that you didn't use in the file that is giving you trouble so that it isn't applied to any of your pages when they are moved, and open the Paragraph Styles panel flyout menuand choose Load Styles. Load the [Basic Paragraph] style from the problem doc and replace the existing one, then you are ready to move the pages.
    If you are able to move the pages, move half the pages into one file, and the other half into a second file. Save both files with new names. This is a divide and conquer search technique to see if we can isolate a problem page. With each half document, see if you are able to add or delete a page. Hopefully the answer will be yes for at least one half. If it's yes for both, move the pages from one of the new docs into the other to recombine them (you may have broken a text thread when moving the pages, so check for that at the point where the two were originally separated), save As with a new name and you should be good to go.
    If only one half is working, repeat the exercise with the bad half, moving halves to two more new files. Continue to do this until you are down to a single page from the old file, then remove half the text (or illustrations) and try the test again. You should be able to isolate a problem very quickly this way -- about 8 steps to get a 360 page book to down to one page.
    If NEITHER half doc works, it might be a corrupt style (and that may be the problem even if one of the half-docs is OK if that style is rarely used and doesn't get imported). When you move pages to a new doc, the styles will travel with them unless there are same-named styles already there. If you suspect a bad style, you should make a new blank doc, then define, not load, duplicate styles for all of the styles in the problem file, before moving the pages. This may be a lot of work, so an easier alternative might be to place your cursor in each story, then export that story to InDesign Tagged Text (If you ask over iin scripting, someone may have a script to export all the stories at once). You can then place the tagged text into a brand new file and see if that works.
    Keep us posted.

  • Issue when scrolling a pdf - There was a problem reading this document (135)

    This is when the PDF is created and rendered/previewed from Acrobat Reader and the issue is there for latest acrobat version too.
    When you open the PDF in Acrobat Reader and then when you scroll it and if you have more that one page in the PDF, it gives an error saying "There was a problem reading this document (135)".
    Is this a known issue in Acobat? Any resolution? Reinstalling acrobat version didn't help.
    Thank you in advance...!
    /Manu

    It's hard to tell for me as they are files such bank statement or other document from websites...how can i know?
    Thanks,
    Date: Wed, 9 May 2012 01:29:45 -0600
    From: [email protected]
    To: [email protected]
    Subject: Issue when scrolling a pdf - There was a problem reading this document (135)
        Re: Issue when scrolling a pdf - There was a problem reading this document (135)
        created by Nikhil.Gupta in Adobe Reader - View the full discussion
    Hi Manulak_Tech,
    As you are able to view PDF I had provided, the issue seems to be PDF specific.
    So when you scroll the PDF and reach to a page where Adobe Reader cannot read it, the error comes. I am sure the problem lies the way PDF was created. Can you describe how the PDF was created?
         Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page: http://forums.adobe.com/message/4390058#4390058
         To unsubscribe from this thread, please visit the message page at http://forums.adobe.com/message/4390058#4390058. In the Actions box on the right, click the Stop Email Notifications link.
         Start a new discussion in Adobe Reader by email or at Adobe Forums
      For more information about maintaining your forum email notifications please go to http://forums.adobe.com/message/2936746#2936746.

  • My CS6 program that has never had a problem before, is not telling me that there is an error and that it "unexpectedly quit" when I simply try to launch the program.  I have restarted my computer several times.  It does the same thing each time.  So then

    My CS6 program that has never had a problem before, is not telling me that there is an error and that it "unexpectedly quit" when I simply try to launch the program.  I have restarted my computer several times.  It does the same thing each time.  So then I tried uninstalling the program and re-installing.  It said that it could not install due to an error.  So I STILL can't launch my program.  I don't know what to do.  Any help would be appreciated.  I have to edit photos for a photoshoot and return them tomorrow. :/

    Reset Photoshop's Preferences?
    Your Photoehop preferences will survive un-installing and re-installing Photoshop......

  • Fire trigger once when inserting 50 rows

    Is there a way to fire a trigger once after inserting several rows in a table within a single transaction.
    I dont want the overhead of firing the trigger for each row.

    Here is something dirty, but works!
    Works with regular inserts.
    SQL> select * from emp1;
    no rows selected
    SQL> create or replace package emp1_pkg as
      2  v_emp_inserts number := 0;
      3  end emp1_pkg;
      4  /
    Package created.
    SQL> create or replace trigger emp1_tgr
      2  before insert
      3  on emp1
      4  begin
      5       emp1_pkg.v_emp_inserts := emp1_pkg.v_emp_inserts + 1;
      6       if emp1_pkg.v_emp_inserts > 5 then
      7          dbms_output.put_line ('Trigger fired');
      8          emp1_pkg.v_emp_inserts := 0;
      9       end if;
    10  end;
    11  /
    Trigger created.
    SQL> set serveroutput on
    SQL> insert into emp1 values ('a', 1);
    1 row created.
    SQL> insert into emp1 values ('b', 2);
    1 row created.
    SQL> insert into emp1 values ('c', 3);
    1 row created.
    SQL> insert into emp1 values ('d', 4);
    1 row created.
    SQL> insert into emp1 values ('e', 5);
    1 row created.
    SQL> insert into emp1 values ('f', 6);
    Trigger fired
    1 row created.
    SQL> insert into emp1 values ('g', 7);
    1 row created.
    SQL> select * from emp1;
    ENAME            ENUM
    a                   1
    b                   2
    c                   3
    d                   4
    e                   5
    f                   6
    g                   7
    7 rows selected.

  • Problem when inserting Spry Tabbed Panels

    Hi all,
    Just lately i started to get this message when inserting spry
    tabs
    " ! The structure of this widget appears to be damaged. Go to
    Code view and repair the widget, or replace the widget."
    Anyone know why and how to fix it? At first i thought it has
    something to do with my current page, but when i tried in a blank
    html, still got the same problem.
    I have CS3 and Spry 1.6.1. I didnt touch the .js and .css
    file for this spry. I checked for Spry updates, installed and
    reinstalled spry, still get the same message.
    Please help!!!
    thanks

    Thanks Kin,
    here is the code. i created a new html and inserted tabs from
    the spry tab. no other changes are made. Still getting the same
    error.
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0
    Transitional//EN" "
    http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="
    http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html;
    charset=utf-8">
    <title>Untitled Document</title>
    <script src="file:///C|/Documents and
    Settings/xd064c/Application Data/Adobe/Dreamweaver
    9/Configuration/Temp/Assets/eam50.tmp/SpryTabbedPanels.js"
    type="text/javascript"></script>
    <link href="file:///C|/Documents and
    Settings/xd064c/Application Data/Adobe/Dreamweaver
    9/Configuration/Temp/Assets/eam50.tmp/SpryTabbedPanels.css"
    rel="stylesheet" type="text/css" />
    </head>
    <body><div id="TabbedPanels1"
    class="TabbedPanels"><ul
    class="TabbedPanelsTabGroup"><li class="TabbedPanelsTab"
    tabindex="0">Tab
    1</li><li class="TabbedPanelsTab"
    tabindex="0">Tab 2</li></ul><div
    class="TabbedPanelsContentGroup"><div
    class="TabbedPanelsContent">Content
    1</div><div class="TabbedPanelsContent">Content
    2</div></div></div><script
    type="text/javascript">
    <!--
    var TabbedPanels1 = new
    Spry.Widget.TabbedPanels("TabbedPanels1");
    //-->
    </script></body></html>
    >>>>>Also, the add panel function from the
    properties panel doesnt work correctly. the code below is what i
    get when i add a panel.
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0
    Transitional//EN" "
    http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="
    http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html;
    charset=utf-8">
    <title>Untitled Document</title>
    <script src="file:///C|/Documents and
    Settings/xd064c/Application Data/Adobe/Dreamweaver
    9/Configuration/Temp/Assets/eam50.tmp/SpryTabbedPanels.js"
    type="text/javascript"></script>
    <link href="file:///C|/Documents and
    Settings/xd064c/Application Data/Adobe/Dreamweaver
    9/Configuration/Temp/Assets/eam50.tmp/SpryTabbedPanels.css"
    rel="stylesheet" type="text/css" />
    </head>
    <body><div id="TabbedPanels1"
    class="TabbedPanels"><ul
    class="TabbedPanelsTabGroup"></ul><div
    class="TabbedPanelsContentGroup"></div><ul
    class="TabbedPanelsTabGroup"></ul><div
    class="TabbedPanelsContentGroup"></div><ul
    class="TabbedPanelsTabGroup"></ul><div
    class="TabbedPanelsContentGroup"></div><ul
    class="TabbedPanelsTabGroup"></ul><div
    class="TabbedPanelsContentGroup"></div><ul
    class="TabbedPanelsTabGroup"><li class="TabbedPanelsTab"
    tabindex="0">Tab
    1</li><li class="TabbedPanelsTab"
    tabindex="0">Tab 2</li></ul><div
    class="TabbedPanelsContentGroup"><div
    class="TabbedPanelsContent">Content
    1</div><div class="TabbedPanelsContent">Content
    2</div></div></div><script
    type="text/javascript">
    <!--
    var TabbedPanels1 = new
    Spry.Widget.TabbedPanels("TabbedPanels1");
    //-->
    </script></body></html>
    Thank you.

  • Powerpoint presentation I have stored in icloud until recently were syncing to Keynote on my iPad with no problem.  Now when I open Keynote on my iPad there is nothing.  I could use some help with this problem.

    powerpoint presentation I have stored in icloud until recently were syncing to Keynote on my iPad with no problem.  Now when I open Keynote on my iPad there is nothing.  I could use some help with this problem.

    Morning AndreD86,
    Thanks for using Apple Support Communities.
    These articles explain exactly what is backed up by using their method.
    iTunes: About iOS backups
    http://support.apple.com/kb/ht4946
    and
    iCloud: Backup and restore overview
    http://support.apple.com/kb/ht4859
    Also we want to double-click the Home button and swipe the Task Bar to the right.
    Then make sure the button on the far left of Task Bar is not muted.
    Best of luck,
    Mario

  • I just bought a brand new iPhone 5s and a huge problem is that when i try to sync my music to my iPhone 5s, under the music tab it says that i can only access my music via iCloud. is there anyway to sync your music from your computer?????

    I just bought a brand new iPhone 5s and a huge problem is that when i try to sync my music to my iPhone 5s, under the music tab it says that i can only access my music via iCloud. is there anyway to sync your music from your computer?????

    The ! sign before the song means that the actual song is no longer on your computer and/or iTunes library.

  • CS 4 Dynamic Link to Encore doesn't work most of the time.  Encore stops operating after opening and periodically Premier Pro stops working.  I'm told that there has been a problem with CS4 when using Dynamic Link to go to Encore and build CD's.  Is there

    CS 4 Dynamic Link to Encore doesn't work most of the time.  Encore stops operating after opening and periodically Premier Pro stops working.  I'm told that there has been a problem with CS4 when using Dynamic Link to go to Encore and build CD's.  Is there a way around this?  Is there a patch to correct it?

    To build CD's???
    What problem does Encore have with DL?
    If DL is not working properly for you the way around this is to export from Premiere to either mpeg2-dvd for DVD or BluRay H.264 for BD-disks and import the files in Encore.

  • I have to send large files like 5MB or biger via mobile phone, but in that cases phone is telling mi to plug in power. And when I do that, there is no problem to send the file. For smaller files there is no problem. How can I solve the problem? Because wh

    I have to send large files like 5MB or biger via mobile phone, but in that cases phone is telling mi to plug in power. And when I do that, there is no problem to send the file. For smaller files there is no problem. How can I solve the problem? Because when I'm not at home I can't plug in the power.

    hi,
    I am sending file from server to client i.e client will request for a file and service will send it back....... no socket connection is there...I am using JBOSS and apache axis.
    pls help me out.....
    Rashi

  • Safari is having problem loading messages in gmail. When using other browsers, there is no problem loading and viewing the messages. What is going on? please help!

    safari is having problem loading messages in gmail. When using other browsers, there is no problem loading and viewing the messages. What is going on? please help!

    I should have explained further. The game opens in a new window over to the upper left of my screen, leaving the original page underneath. I tried minimizing it so that I could get to my toolbar and did the View > Zoom > Reset. This has no effect. The lower portion of the game is still not showing. Using other browsers the window or frame of the game is much larger, therefore everything shows.

  • I recently bought an iPod Touch from the US, when I was living there. I am now in India, and my iPod seems to be frozen -- the slider won't slide. So far, I've updated my iTunes and reset and restored the Touch. Problem: no Genius bar in India. Theories?

    I recently bought an iPod Touch from the US, when I was living there. I am now in India, and my iPod seems to be frozen -- the slider won't slide. So far, I've updated my iTunes and reset and restored the Touch. The problem with the simple solution: there's no Genius bar in India.
    Any idea what I can do?

    Try:
    - iOS: Not responding or does not turn on
    - Also try DFU mode after try recovery mode
    How to put iPod touch / iPhone into DFU mode « Karthik's scribblings
    - If not successful and you can't fully turn the iOS device fully off, let the battery fully drain. After charging for an least an hour try the above again.
    - Try on another computer          
    - If still not successful that usually indicates a hardware problem and an appointment at the Genius Bar of an Apple store is in order.
    Apple Retail Store - Genius Bar       

Maybe you are looking for

  • Importing XML files into FCP 6

    I recorded some footage using a Panasonic P2camera. I sent the files across to my media drive using fire wire but when I try to import the XML files from my media drive into FCP it tells me: *Please choose a translation document file*. Do I need a dr

  • Scroll bar pushing content

    I'm building a site for my girlfriends illustration and some pages have more content than others and on these pages a scroll bar appears which pushes the content to the left which then makes going back to a page without a scroll give the site an inco

  • Opening m2t files in QT

    I have a FSC Firestore on my Canon XH A1 and I can record HD in m2t and .mov quicktime format. So far I haven't been able to open the .mov files in QT or Final Cut Express. Downloaded Streamclip for the m2t files. Does anyone have a solution for open

  • Loading Photoshop Elements 10

    Cannot load Photoshop Elements 10. 1st (of 3) disks only gives me option to import photos and videos, not to install. How can I install?

  • How to dispaly vendor name to the next line

    hi all, i have made a smartform in which i have created a TEMPLATE.I have created Three column in which in the last column of SECOND RAW i am displaying VENDOR NO and VENDOR NAME.Now my requirement is this, if the name of the vendor is too long that