How to insert a NOTE (GOS) foe a given Material No 4711 (BUS1001006)

Hi,
i'm looking for an FM or CL to insert a NOTE for a given Material No.
I have tried SO_OBJECT_INSERT and CL_GOS_DOCUMENT_SERVICE->CREATE_NOTE, but i don't know
the import for Material No.
CL_GOS_DOCUMENT_SERVICE->CREATE_NOTE needs IS_OBJECT like BORIDENT.
Thanks.
regards, Dieter

HI Stephen,
I have the same prolem. I modified the 5 global tables, but I don't see the new line in the screen.
Can you help me with some details?
Thx!
Mihaela

Similar Messages

  • How to insert a note when a field is updated

    Hello! I have an employee table, which have a company_id field. When the employee is changing it's company_id, I'd like to notify this in the note field. How can I do this? I tried to use a before update trigger,
    (if :NEW.company_id <> :OLD.company_id) then
    insert into employee(notes)
    values('...'); but it didn't work.
    Does somebody have other suggestions?
    I would appreciate a lot!

    Vitaly,
    Is wath you are doing not the functionality of a journal table. Normaly you create for this purpose a table named 'employees_jn' for inserting the old records.
    But if you want to do it in the same table you can do it with:
    create package emp_pck is
       company_id  number;
       first_name  varchar2(100);
       last_name   varchar2(100);
    end;
    create or replace trigger "Employees_bur"
    BEFORE
    update on "Employees"
    for each row
    begin
       if :NEW.company_id = :OLD.company_id
       then
          emp_pck.company_id   := null;
          emp_pck.first_name   := null;
          emp_pck.last_name    := null;
       else
          emp_pck.company_id   := :OLD.company_id;
          emp_pck.first_name   := :OLD.first_name;
          emp_pck.last_name    := :OLD.last_name;
       end if;
    end;
    create or replace trigger "Employees_bus"
    BEFORE
    update on "Employees"
    begin
       if emp_pck.company_id   is not null
       or emp_pck.first_name   is not null
       or emp_pck.last_name   is not null
       then
          insert into employees(first_name,last_name,company_id,edit_date)
          values(emp_pck.first_name,emp_pck.last_name,emp_pck.company_id,SYSDATE);
       end if;
    end;
    /Fred.

  • How to insert audio – not overwrite – in multitrack view

    Very often, I need to insert audio into a project. This means all tracks after the insert need to be pushed back along the timeline to make way for this. (As happens in PP when inserting a clip from the source monitor into the timeline.) I used to use Digigram's Xtrack, which has been able to do this since 15 years ago. The only way it seems possible in Audition is to insert silence that's exactly the same time length as the audio I want to insert, then add the audio to the space that has just been created. Fine if it's a one-off, but I need to do this regularly and it's pretty cumbersome. Any way to speed up this operation?

    Yes, it is a limitation. Generally the easiest (and almost certainly the quickest) way to do this isn't to bother with inserting time - just group all the clips after the point you want to insert, drag the lot forward along the timeline, insert your new clip, then drag them back again to the end of it. No it's not perfect - but it works.

  • How to find latest Purchase Order  for a given material

    Hi
      I need to generate a report on purchasing ODS ,My requirement is in this report I need to display all the latest Purchase order's  for a given material.
    Thanks
    Jay

    You seem to need a kind of list why don't you go to table ekpo in R/3.
    Regards
    Boujema

  • How do I view and open all my files again that are on my external hard drive?? Error message saying 'The disk you inserted was not readable by this computer' Three options are Initialize, Ignore or Eject.

    I have recently purchased Toshiba 1TB hard drive and I set it up and I was able to transfer all my files onto it such as my music, photos, documents. I had correctly ejected and used it again and all these files were safely stored and accessible afterwards. However after I rebooted my computer as it had been going slow and I had too much clogging it up once I reconnected the external hard drive I have error message saying 'The disk you inserted was not readable by this computer' Three options are Initialize, Ignore or Eject. How do I access all my files? I set it up to work on both mac and windows. I have tried both another mac and windows computer and same issue occurs?? I am worried that all my personal files are gone but am confused as the drive has had absolutely no damage to it as it was in a very short time frame and its never left the same spot. Any help would be greatly appreciated. Thanks

    Thanks for your quick response. I had a look at your discussion... I tried it on a Windows machine and I thought that was compatible with ExFAT?
    Therefore I need to attempt to use my external hard drive with a machine that boasts OS X 10.6.5 or above and then it should work?
    Thanks

  • How to insert a blank value in not nul column using transform activity

    can anyone help me on how to insert blank values in a not null column using transform activity or however possible..This is a requirement in my project ..

    vidya
    In DB adapter or-mappings.xml , did you made any changes. If not the open that file in any notepad editor and change the following
    <attribute-mapping xsi:type="direct-mapping">
    <attribute-name>director</attribute-name>
    <field table="MYTABLE" name="MAKE_IT_BLANK_NOT_NULL" xsi:type="column"/>
    <attribute-classification>java.lang.String</attribute-classification>
    </attribute-mapping>You can try to add this:
    <attribute-mapping xsi:type="direct-mapping">
    <attribute-name>director</attribute-name>
    <field table="MYTABLE" name="MAKE_IT_BLANK_NOT_NULL" xsi:type="column"/>
    <null-value></null-value>
    <attribute-classification>java.lang.String</attribute-classification>
    </attribute-mapping>Refer below link for details
    Re: Insertion of Blank value to a Not Null varchar column in SQL server table
    Thanks
    AJ

  • Am new at pages and cannot figure out how to insert a bullet where I want it in the text, not at the beginning of the paragraph.  Word was much easier for me

    Am new at this forum and also at pages and can't figure out how to insert a bullet where I want it in the text, not at the beginning of the paragraph.  I found word much easier to use.  Please help. Trying to do a resume.

    On a US keyboard it is Option + 8 (above the letters). •

  • "The disk you inserted was not readable by this computer". how to solve this problem?

    "The disk you inserted was not readable by this computer." this message  apear on my imac any idea how to solve this problem?

    It means the disc is not in a format your computer can read or it is not formatted at all. You can remove the disc or you can attempt to format the disc. If the disc has data on it, then I would not format it.

  • I get this message whenever I turn on my printer: The disk you inserted is not readable by this computer. How can I fix this?

    Whenever I turn on my printer (HP OfficeJet Pro L7590), I get an error message that says: "The disk you inserted is not readable by this computer." Then I have to click "ignore" or "eject." I click ignore, and everything works as it should. But the error message is annoying, and it only started happening a few weeks ago. I got the same message when I was using OSX 10.4, and now that I've upgraded to 10.6.8, I'm still getting it. How do I get rid of it?
    Thanks!

    If you installed the Seagate software, remove it according to the manufacturer's instructions.

  • I went to back up my Mac on the same Seagate Free Agent I've been using for a year, but I got a message "the disk you inserted was not readable by this computer."  I'm still using Snow Leopard like I've always been.  What is going on, and how do I fix it?

    I went to back up on the Seagate Free Agent I've been using for almost a year.  I got the message, "the disk you inserted is not readable by this computer."  What do I do now?  How can I fix it?

    10.7.4 is not Snow Leopard.    10.7.4 is Lion. 
    Also, is the drive connected via USB or Firewire? 
    If USB are there other devices on the USB bus? 
    Are you using Time Machine, Superduper, Carbon Copy Cloner, or another software?. 

  • F this error message  "The disk you inserted was not readable by this computer" with 2 radio buttons "Ignore" or "reject"  It comes up every time I start my new printer. How do I get rid of it?

    When installing my new HP printer I received the following error message when I inserted  the software install disk: "The disk you inserted was not readable by this computer" with 2 radio buttons "Ignore" or "reject"  I was able to eject the disk but the message remains. Now every time I start up the printer this error message pops up on my computer.  I have since used the disk drive successfully for music CD's etc.  How can I get rid of this message?

    PRAM RESET
    Zap the PRAM
    Shut down the computer.
    Locate the following keys on the keyboard: Command, Option, P, and R. You will need to hold these keys down simultaneously in step 4.
    Turn on the computer.
    Press and hold the Command-Option-P-R keys. You must press this key combination before the gray screen appears.
    Hold the keys down until the computer restarts and you hear the startup sound for the second time.
    Release the keys.

  • My Sandisk cruzer thumb drive 4.0GB (which is very old, roughly 10 years and I'm not sure about the model) reads "The disk you inserted was not readable by this computer" when inserted in my Macbook pro 2010. How do I get it to work?

    My Macbook Pro 2010 with the latest OS does not open a particular Sandisk Cruzer 4.0GB (which is an old model, about 10 years) thumbdrive with the message "The disk you inserted was not readable by this computer". Will I be able to read it on my macbook?

    Is it readable in a Windows computer?  If not then you can try Disk Utility to repair the drive-- although that may be dangerous too.
    I haven't had this problem so I out of safe ideas.  There are ustilies out there.   I used the seach term "repair flash drive Mac OS X" to locate some of these.
    If the data is essential there are pay-for services to recover data looked the price was in the range $50 - $1000
    All the best.

  • Data Services job rolling back Inserts but not Deletes or Updates

    I have a fairly simple CDC job that I'm trying to put together. My source table has a record type code of "I" for Inserts, "D" for deletes, "UB" for Update Before and "UP" for Update After. I use a Map_CDC_Operation transform to update the destination table based on those codes.
    I am not using the Transaction Control feature (because it just throws an error when I use it)
    My issue is as follows.
    Let's say I have a set of 10,000 Insert records in my source table. Record number 4000 happens to be a duplicate of record number 1. The job will process the records in order starting with record 1 and begin happily inserting records into the destination table. Once it gets to record 4000 however it runs into a duplicate key issue and then my try/catch block catches the error and the dataflow will exit. All records that were inserted prior to the error will be rolled back in the destination.
    But the same is not true for updates or deletes. If I have 10000 deletes and 1 insert in the middle that happens to be an insert of a duplicate key, any deletes processed before the insert will not be rolled back. This is also the case for updates.
    And again, I am not using Transaction Control, so I'm not sure why the Inserts are being rolled back, but more curiously Updates and Deletes are not being rolled back. I'm not sure why there isn't a consistent result regardless of type of operation. Does anyone know what's going on here or  what I'm doing wrong/what my misconception may be?
    Environment information: both source and destination are SQL Server 2008 databases and the Data Services version we use is 14.1.1.460.
    If you require more information, please let me know.

    Hi Michael,
    Thanks for your reply. Here are all the options on my source table:
    My Rows per commit on the table is 10,000.
    Delete data table before loading is not checked.
    Column comparison - Compare by name
    Number of loaders - 1
    Use overflow file - No
    Use input keys - Yes
    Update key columns - No
    Auto correct load - No
    Include in transaction - No
    The rest were set to Not Applicable.
    How can I see the size of the commits for each opcode? If they are in fact different from my Rows per commit (10,000) that may solve my issue.
    I'm new to Data Services so I'm not sure how I would implement my own transaction control logic using a control column and script. Is there a guide somewhere I can follow?
    I can also try using the Auto correct load feature.  I'm guessing "upsert" was a typo for insert? Where is that option?
    Thank you very much!
    Riley

  • How to Insert Image in a Column of a table

    Hi
    I have read several documentations but still could not find any relevant one that can help me in inserting a image in a BLOB column of a table.I have read about DBMS_LOB but still not clear how to insert an image in the table.
    I followed following steps :
    create table Emp_Identity(Id Number,Photo BLOB);
    Insert Into Emp_Identity(1,'d:\vishal.bmp');
    Please tell me steps to be followed.
    Regards
    Vishal Chaudhry
    null

    I am using Developer 2000 Forms 6i as Front End (Oracle 8.1.6)
    My table structure is:
    SQL> desc test_lob
    Name Data Type
    ID NUMBER
    NAME VARCHAR2(100)
    PHOTO BLOB
    SOUND BINARY FILE LOB
    IS there any way to display the BFILE contents on the frontend.....?
    <BLOCKQUOTE><font size="1" face="Verdana, Arial, Helvetica">quote:</font><HR>Originally posted by vishal chaudhry ([email protected]):
    Hi,
    I could actually insert an image in a BLOB type column from the backend(Sql plus) not directly but by using BFILE and see that image on the frontend (Forms 6i Developer 2000,Item type is Image as there is nothing like BLOB/BFILE in front end) using the following procedure :
    IS there any way I can insert an image directly in a BLOB column from the backend rather than using BFILE?
    CREATE OR REPLACE PROCEDURE loadLOBFromBFILE_proc IS
    Dest_loc BLOB;
    Src_loc BFILE := BFILENAME('SOUND_DIR', '123w.bmp');
    ** SOUND_DIR is a logical directory created by giving path of the server
    ** Create Directory SOUND_DIR as 'd:\u020\o816\ctx\test'
    ** d:\u020\o816\ctx is the physical path of the server \\pslndb\ctx$
    ** test is the dummy testing directory created on the server
    ** 123w.bmp is lying in the test directory
    Amount INTEGER ;
    BEGIN
    Amount := DBMS_LOB.GETLENGTH(Src_loc);
    SELECT photo INTO Dest_loc FROM test_lob
    WHERE ID = 1
    FOR UPDATE;
    /* Opening the source BFILE is mandatory: */
    DBMS_LOB.OPEN(Src_loc, DBMS_LOB.LOB_READONLY);
    /* Opening the LOB is optional: */
    DBMS_LOB.OPEN(Dest_loc, DBMS_LOB.LOB_READWRITE);
    DBMS_LOB.LOADFROMFILE(Dest_loc, Src_loc, Amount);
    /* Closing the LOB is mandatory if you have opened it: */
    DBMS_LOB.CLOSE(Dest_loc);
    DBMS_LOB.CLOSE(Src_loc);
    COMMIT;
    END;
    <HR></BLOCKQUOTE>
    null

  • How to insert horizontal lines in alv report?

    hi,
        i have to insert horizontal lines in alv report.( RM07MLBB )
            actually my requirement is:
                               basis list = RM07MLBB.
    first secondary list = another report is called here ( RM07DOCS )
                      i want to insert horizontal lines in the first secondary list, when i execute individually RM07DOCS , i can get horizontal lines, but when i dounle click in the basic list --> in the first secondary list , i am not getting the horizontal lnes.
    functional modules used are REUSE_ALV_HIERSEQ_LIST_DISPLAY & REUSE_ALV_GRID_DISPLAY.
        here in this program,
                        is_layout = alv_layout.
    hence i tried to give     
                  alv_layout-no_hline = ' '. 
    but not effecting.
              can some one please tell me , how to insert lines in the alv report.
    thanks in advance,
    Dastagir.

    hello,
         so i cannot insert horizontal lines in the first secondary list according to my sorting condition, i.e., in a single block there should be :
           if same delivery challan number is repeating they should come in the same block,
    for the corresponding delivery challen number, if have po number, is repeating , they also should come in the same block.
                       in this way i have to seperate the blocks containing EXNUM , EBELN CONDITIONED.

Maybe you are looking for