Where is the Memory field in EKKO table located in ME21 transaction

Hi,
there is a field memory in the EKKO table . What is purpose of that field . Where can i find that field in ME21N transaction.

Hi Josephine,
   The Dataelement documentation says as follows:
<i><b>"You can use the Hold function to store faulty or incomplete purchase
orders in the SAP System.
You can then continue processing or complete these POs that you have put
"on hold" in this way at some later date.
A PO that is on hold is not transmitted to the vendor. It is, however,
MRP-relevant.
The following functions are not not possible in the case of a PO that is
on hold:
o   Message output (printing or transmission of documents in message
    form)
o   Posting a goods receipt
o   Posting an invoice
Note:
If a PO has been saved, it cannot later be processed using the Hold
function."</b></i>
Regards,
Ravi

Similar Messages

  • Function of memory field in EKKO

    what is the function of the memory field in table EKKO? Whether it is used to determine an incomplete purchase order or there is any other field from which we can determine incomplete PO orders.

    hi,
    Purchase order not yet complete
    Use
    You can use the Hold function to store faulty or incomplete purchase orders in the SAP System.
    You can then continue processing or complete these POs that you have put "on hold" in this way at some later date.
    A PO that is on hold is not transmitted to the vendor. It is, however, MRP-relevant.
    The following functions are not not possible in the case of a PO that is on hold:
    Message output (printing or transmission of documents in message form)
    Posting a goods receipt
    Posting an invoice
    Note:If a PO has been saved, it cannot later be processed using the Hold function.

  • Update the Street field in ADRC table.

    Hello !! Please I need some help.
    I have to update the Street field in ADRC table.
    I have this list.
    Where I can put a Flag and an Update to do it.
    Im really newbie.  Im doing it in IDES, to test it first.
    Help !
    REPORT  Z_LIST_ADRC      LINE-SIZE 190
                             LINE-COUNT 65
                             NO STANDARD PAGE HEADING.
    TABLES: ADRC.
    DATA: BEGIN OF ITAB OCCURS 0,
               ADDRNUMBER LIKE ADRC-ADDRNUMBER,
               date_to like ADRC-date_to,
               NAME1 LIKE ADRC-NAME1,
               CITY1 LIKE ADRC-CITY1,
               CITY2 LIKE ADRC-CITY2,
               STREET LIKE ADRC-STREET,
               MC_NAME1 LIKE ADRC-MC_NAME1,
               MC_CITY1 LIKE ADRC-MC_CITY1,
               MC_STREET LIKE ADRC-MC_STREET,
    END OF ITAB.
    SELECT ADDRNUMBER DATE_TO NAME1 CITY1 CITY2 STREET MC_NAME1 MC_CITY1 MC_STREET
      FROM ADRC INTO TABLE ITAB.
    LOOP AT ITAB.
    WRITE : /001 ITAB-ADDRNUMBER,
                    007 ITAB-DATE_TO,
                    016 ITAB-NAME1,
                    040 ITAB-CITY1,
                    070 ITAB-CITY2,
                    090 ITAB-STREET,
                    120 ITAB-MC_NAME1,
                    150 ITAB-MC_CITY1,
                    170 ITAB-MC_STREET.
    ENDLOOP.
    TOP-OF-PAGE.
      ULINE.
        WRITE:         /001 'n-addr',
                        007 'date',
                        016 'name',
                        040 'city1',
                        070 'city2',
                        090 'street',
                        120 'name-s',
                        150 'city1-s',
                        170 'city2-s'.
      ULINE.

    HI,
    data : itab like standard table of adrc.
    select * from adrc into table itab.
    loop at itab.
    itab-street2 = 'New value'.
    modify itab index sy-tabix.
    endloop.
    if not itab[] is initial.
    modify adrc from table itab.
    endif.

  • HT201342 Where is the from field in a Mac mail message?

    From an Apple information document:
    You can send email from your @icloud.com address by following these instructions:
    Begin composing a new email on the device of your choice.
    Select the From: field in your message.
    Choose your @icloud.com address from the list of addresses.
    Compose your message and send it.
    On number 2, where is the from field in a Mac mail message?

    Is there any way to move the default location of the event editing panel from the upper left corner of the display to somewhere in the middle?
    Try to scroll while the editing panel is open

  • Where is the value field in antique photos?

    I'm working through the PS Touch for iPad tutorial on antique photos.
    Step Two requires changing the intensity.  The "Tip" says that the intensity can be changed by tapingnthenvaluenfieldmto,open the keypad editor.
    Where is the value field ? How do I change intensity outside the value field?

    Tap on the percentage-value. The keypad opens and you can manually set the value.

  • Moving data from custom fields to ekko table

    Hi Experts,
    I added new custom tab into me21n,me22n,me23n header thro me_gui_po_cust and me_process_po_cust.
    If i enter values in my custom fields, transport_from_model this method is not triggering.i have written below code in this method.
    METHOD if_ex_me_gui_po_cust~transport_from_model.
      DATA:     l_header  TYPE REF TO if_purchase_order_mm,
                ls_mepoheader  TYPE mepoheader,
                ls_customer TYPE ci_ekkodb.
      CASE im_name.
        WHEN subscreen.
          mmpur_dynamic_cast l_header im_model.
          CHECK NOT l_header IS INITIAL.
          ls_mepoheader = l_header->get_data( ).
          CALL FUNCTION 'ZMM_GET_DATA'
            EXPORTING
              im_ebeln       = ls_mepoheader-ebeln
    *            im_ebelp       = ls_mepoheader-ebelp
           IMPORTING
             ex_data        = ls_customer .
          MOVE-CORRESPONDING ls_mepoheader TO dynp_data_pbo.
          MOVE ls_customer-ztender TO dynp_data_pbo-ztender.
          MOVE ls_customer-zemdapplicable TO dynp_data_pbo-zemdapplicable.
          MOVE ls_customer-zpbgapplicable TO dynp_data_pbo-zpbgapplicable.
          MOVE ls_customer-zemdamount TO dynp_data_pbo-zemdamount.
          MOVE ls_customer-zemdvalidity TO dynp_data_pbo-zemdvalidity.
        WHEN OTHERS.
      ENDCASE.
    ENDMETHOD.
    i cant move my values entered in custom fields to ekko table.
    please help if u know..
    regards,
    Kavitha
    Edited by: Matt on Mar 23, 2011 10:55 AM added  tags

    Hi,
    check this out.. !!
    Import data from Excel to Oracle Database and
    Added link From Ask Tom.. your requirement you would be satisfied.. I supppose.. !!
    http://asktom.oracle.com/pls/asktom/f?p=100:11:0::::P11_QUESTION_ID:908428873069
    - Pavan Kumar N

  • Where does the Purpose field in IT9 gets updated in Employee vendor master.

    Hi All,
    I have maintained the purpose field with a value in IT9 for an employee.
    I have run PRAA program to update the bank details for the employee in employee vendor master.
    Can you please let me know where will the purpsoe field in IT 9 gets updated in employee vendor master.
    Regards
    Vish

    Hi Micheal,
    Initally Purpose Field is hidden in screen module pool. we have enabled it . so it is available in IT9.
    Regards
    Vish

  • My iPhone 4S shows I have over 6 GB of memory used for mail yet the mailboxes are more or less empty.  Where is the memory going and how can I reduce it?

    My iPhone 4S shows I have over 6 GB of memory used for mail yet the mailboxes are more or less empty.  Where is the memory going and how can I reduce it?

    I found a post with this solution that worked for me - .Do a backup, then download ibackupbot. It lets you look into the contents of that backup. Look in system files>mediadomain>library>sms>attachments. I found a ton of huge files related to long deleted texts. ibackupbot let me delete all that old crap. I then restored the phone with that now modifec backup and Bingo! freed up 9 GB. No problems.
    But note, if you are not technically inclined you probaly don't want to be digging around and deleting back up files. You delete the wrong thing and you could jack up your phone badly. Be careful.

  • Where are the backup files for my iPad located on my macbook pro with maverick ?

    where are the backup files for my iPad located on my macbook pro with maverick ?

    As an addendum, if I need to, and hopefully won't, unless I switch computers, how can I revert from a copy of a different backup?  Thanks. :-)

  • Where are the latest updates for PSE 11 located?

    Where are the latest updates for PSE 11 located?

    Unless you have the mac app store version, Editor>Help>Updates should get you all the available updates.

  • Intervals, synchronize the data between two oracle tables located in diffe

    Hi Experts,
    Is there any way I can, at set intervals, synchronize the data between two oracle tables located in different servers? What is the software, if there is any? If there are steps I can follow, so much the better.
    Thanks!

    I'm not sure what you want to achieve here...
    I want to synchronize both the Servers , so that it can update HO servers as well as Factory Server with the complete data. Could you please elaborate a little bit more; basing on your description I could also tell you how to setup timesync for those two servers if I understand "complete data" as the current date and time...
    Also a lot of solutions are platform and version specific so it would help if you could indicate OS and Database Versions (4 digit).
    And I still fail to see what this has to do with forms. You might want to post your question to the Database General forum: General Database Discussions
    cheers

  • How to populate the logical_group field in V_LTDX (table for layouts)?

    Hi,
    Scenario:
    I have implemented the ALV using CL_SALV_TABLE. In the grid we have a 'Choose Layout' button where we have the options of choose, change, manage etc. the layouts. If we create a layout, the layout is saved in the table LTDX(view: V_LTDX).
    Issue:
    How do we populate the 'Logical_group' field in the table while creating/changing the layouts?
    Please suggest..
    Regards
    s@k

    Solved..:)
    Solution:
    While creating the ALV grid, use the method 'get_layout' of the class CL_SALV_TABLE and get the reference of the layout in a reference variable.
    Data:
          gw_key       TYPE            salv_s_layout_key.
      gr_layout = gr_grid->get_layout( ).
      gw_key-report = sy-cprog.
      gw_key-logical_group = gc_log_grp." Pass the logical group here say logical group: 0001, 0002, etc. for each ALV
    So, whenever you create/ change a layout on the ALV grid, the system automatically passes this logical group and saves it in the table LTDX.
    Regards
    s@k

  • Where is the picture field stored in HR master data?

    I am developing an organizational chart in BSP from OM in HR module.
    I am able to pull out the person name from master data in HR but i can not find the picture field.
    Hence my question is, in which table and in which field is the picture stored. If i go to HR master data and do a search for a person i am able to see the picture, so i know it is stored some where but i am not able to find it.
    Thanks
    Nahman

    Thanks for the link. It is very helpful.
    But right now i am just doing a prototype, so i am using the persons already in the system. So i dont have to upload any pictures right now. I still could not figure out from the link you provided on how to get the pictur.
    I am able to see the desciption using transaction OAAD but i was not able to understand how to get the picture.
    Maybe you can explain it to me.
    I have awared the points for the post you have posted.
    Thanks
    Nahman

  • Giving problem after I included the new field to MCHB table.

    Hi Friends,
    I added one new field called ZZINQNUM to the MCHB table.For this field I created one new data element called ZVBELN_INQUIRY and attached domain VBELN.
    Activated and adjusted  the table.
    Now what the problem is
    I went to SE11 -> Display - > Selected the contents -> In selection screen, I double clicked the ZZINQNUM select-option and selected the equal to space option. For this I am expecting all the records from the table,because in the field ZZINQNUM is empty. But result is zero entries.
    Can any one help me out in this. Thanks in advance.
    Thanks
    Srinu

    Hello Srinivasa
    Two years ago I had the very same problem when I added a new field to an already existing and filled customer table. I debugged the maintenance view and saw that the new field contained an undefined value but not the initial value.
    You could try and use the DB utility (<b>SE14</b>) and activate the table again (of course without deleting the table entries).
    Alternatively, you could write a simple ABAP to initialize the field value, e.g.:
    DATA:
      gs_mchb   TYPE mchb,
      gt_mchb    TYPE STANDARD TABLE OF mchb.
      SELECT * INTO TABLE gt_mchb.
      gs_mchb-zvbeln_inquiry = ' '. " space
      MODIFY gt_mchb FROM gs_mchb
        TRANSPORTING zvbeln_inquiry
        WHERE ( zvbeln_inquiry ne ' ' ).
      UPDATE mchb FROM TABLE gt_mchb.
    Regards
      Uwe

  • Where is the "note" field stored ?

    Hi,
    I need to print the field "notes" contained in several transactions
    like FB60, FB50, etc I would like to know the name and table where this
    field is stored in order to make a Z program to print it as user requires
    this. I tried using technical information with the F1 function with no
    results and the field doesn't appear in the BKPF o BSEG tables.
    Thanks very much.

    Hi Eric,
    Thank you for your answer.
    Just a question : how can I relate this fields with document number ? I could not find the document number in the tables you just mentioned, so I be able to print the note field for a specific document number.
    Thanks !

Maybe you are looking for

  • Problem with WorkFlow of Purchase Orders related to non active employees

    Dear all, We are running into issues with the WorkFlow when people are linked to a PO who are not anymore an active employee. That will give problems in the workflow as those people are logically not going to goods receipt/invoice reciept/approve tho

  • URGENT HELP! Resetting OS

             I've recently been handed down a MacBook Pro w/o its installation cds. I wanted to start fresh with it so I've used the cds (10.5.8) that came with my iMac (Intel Core 2 Duo) to reset everything in my new old Mac. The MacBook Pro says it can

  • IMac Fan constantly running OS X Yosemite Version 10.10.1 (14B25)

    Does anyone have this problem my iMac is going to be about a 1 1/2 year old now and the fan is constantly running and never shuts off. This happened from day one took it back to Apple store when first notice the problem which was 1 week later. They t

  • Transferring songs from ipod to itunes on computer

    I recently loaded songs from a CD onto my portable computer. I then transferred these to my ipod. I am unable to simply transfer these from my ipod onto my main computer. Suggestions?

  • Image to BufferedImage

    What is the easiest way to convert a Image to a bufferedImage for writing to a file?