Changing entries in itab

Hi experts!
I have to check data in an internal table. I passed to no-conform data to another itab and displayed it with reuse_alv_grid_display. Is there an easy way to change these entries and pass them back to the first itab?
Thanks in advance
Johann
Points will be rewarded for useful answers!

HI Vijay!
Thanks a lot for your quick answer!
Yes, if I could make the grid editable that would be great.
As you can see in the codesample, OZ needs to be a 3 digit number. If not this must be changed-at best directly on the screen...
I give the code so it might be easier to understand
P.S.:Points will be rewarded for helpful answers!
*& DECLARATIONS
TYPE-POOLS: slis.
TYPES: BEGIN OF error_test,
oz(255) TYPE c,
bez(255) TYPE c,
END OF error_test.
DATA: itab_test TYPE TABLE OF error_test WITH HEADER LINE,
itab_upload TYPE TABLE OF zstr_gaeb WITH HEADER LINE.
DATA: wa_upload TYPE zstr_gaeb,
wa_lvbereich TYPE zstr_lvbereich,
wa_bereichdeslv TYPE zstr_bereichdeslv,
wa_beschreibung TYPE zstr_lvbeschreibung,
wa_position TYPE zstr_position.
DATA : it_fieldcat TYPE slis_t_fieldcat_alv,
wa_fieldcat LIKE LINE OF it_fieldcat,
wrk_pos TYPE i.
*& START OF SELECTION
START-OF-SELECTION.
LOOP AT itab_upload INTO wa_upload.
LOOP AT wa_upload-vergabe-lv-lvbereich INTO wa_lvbereich.
oz_len = STRLEN( wa_lvbereich-oz ).
IF oz_len <> 3.
MOVE wa_lvbereich-oz TO itab_test-oz.
MOVE wa_lvbereich-bez TO itab_test-bez.
append itab_test.
ENDIF.
ENDLOOP.
ENDLOOP.
CLEAR wa_fieldcat.
wrk_pos = wrk_pos + 1.
wa_fieldcat-col_pos = wrk_pos.
wa_fieldcat-tabname = 'ITAB_TEST'.
wa_fieldcat-fieldname = 'OZ'.
wa_fieldcat-seltext = 'Ordnungszahl'.
wa_fieldcat-emphasize = ''.
wa_fieldcat-hotspot = 'X'.
APPEND wa_fieldcat TO it_fieldcat.
CLEAR wa_fieldcat.
wrk_pos = wrk_pos + 1.
wa_fieldcat-col_pos = wrk_pos.
wa_fieldcat-tabname = 'ITAB_TEST'.
wa_fieldcat-fieldname = 'BEZ'.
wa_fieldcat-seltext = 'Bezeichnung'.
wa_fieldcat-emphasize = ''.
wa_fieldcat-hotspot = ''.
APPEND wa_fieldcat TO it_fieldcat.
CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY'
EXPORTING
I_INTERFACE_CHECK = ' '
I_BYPASSING_BUFFER = ' '
I_BUFFER_ACTIVE = ' '
I_CALLBACK_PROGRAM = l_r_repid
I_CALLBACK_PF_STATUS_SET = ' '
I_CALLBACK_USER_COMMAND = ' '
I_CALLBACK_TOP_OF_PAGE = ' '
I_CALLBACK_HTML_TOP_OF_PAGE = ' '
I_CALLBACK_HTML_END_OF_LIST = ' '
I_STRUCTURE_NAME =
I_BACKGROUND_ID = ' '
I_GRID_TITLE =
I_GRID_SETTINGS =
IS_LAYOUT =
it_fieldcat = it_fieldcat
IT_EXCLUDING =
IT_SPECIAL_GROUPS =
IT_SORT =
IT_FILTER =
IS_SEL_HIDE =
I_DEFAULT = 'X'
I_SAVE = ' '
IS_VARIANT =
IT_EVENTS =
IT_EVENT_EXIT =
IS_PRINT =
IS_REPREP_ID =
I_SCREEN_START_COLUMN = 0
I_SCREEN_START_LINE = 0
I_SCREEN_END_COLUMN = 0
I_SCREEN_END_LINE = 0
I_HTML_HEIGHT_TOP = 0
I_HTML_HEIGHT_END = 0
IT_ALV_GRAPHICS =
IT_HYPERLINK =
IT_ADD_FIELDCAT =
IT_EXCEPT_QINFO =
IR_SALV_FULLSCREEN_ADAPTER =
IMPORTING
E_EXIT_CAUSED_BY_CALLER =
ES_EXIT_CAUSED_BY_USER =
TABLES
t_outtab = itab_test
EXCEPTIONS
PROGRAM_ERROR = 1
OTHERS = 2
IF sy-subrc <> 0.
MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
ENDIF.

Similar Messages

  • Error - for all entries in itab

    Hello guys !!!
    I have the following select queries....
    select  *  from vbrp into table itab.
    select * from vbpa into table i_vbpa for all entries in itab
                                         where VBELN = itab-vbeln and ( PARVW = 'Z2' or PARVW = 'Z3').
    select belnr awkey from bkpf into table i_bkpf2 for all entries in itab where xblnr = itab-vbeln.
    I get the following error in 3rd select query.....
    When you use the addition "FOR ALL ENTRIES IN itab", the fields "XBLNR"
    and "ITAB-VBELN" must have the same type and the same length.
    But if i try to change the data type of the field ITAB-VBELN to  -   " VBELN(16)  TYPE C " then i get the following error....
    When you use the addition "FOR ALL ENTRIES IN itab", the fields "VBELN"
    and "ITAB-VBELN" must have the same type and the same length.
    How to i solve this problem ?????

    Hi,
    This is because XBLNR is 16 char length and VBELN is of 10.
    So before passing itab to 3 query;
    select belnr awkey from bkpf into table i_bkpf2 for all entries in itab where xblnr = itab-vbeln.
    Create an intermediate itab with structure of vbeln with length 16 and transfer all data to this itab.
    Then do as;
    select belnr awkey from bkpf into table i_bkpf2 for all entries in itab where xblnr = itab1-vbeln.
    Since you are using only vbeln in for all entries its even enough for the intermediate itab to have only one field to hold the values of VBELN. But you should add leading zeroes( by CONVERSION_EXIT_ALPHA_INPUT) before passing it in the query.
    Regards
    Karthik D

  • Customer PC3000 does not exist (please change entry in plant 3000)-INT STO

    Hi All,
    Iam getting error message while creating intercompany sto PO in my QA clinet.
    (Customer PC3000 does not exist (please change entry in plant 3000)
    Vendor maintained both the plant(supply and receeving plant)
    Customer maintained both the company code and sales org.(supply and receeving plant) then also Iam getting same error.
    I had checked OMGN t-code setting looks good.
    Same setting I had tested on DEV and SANDBOX its wokring fine.
    Please help me out how to solve this problem
    Thanks
    Raj K

    Hi,
    I am facing similar problem, When trying to create a PO for Intercompany stock transfer, I am getting the error message Customer XXX does not exist (Please change the entry in Plant XXXX).
    This error is appearing only in the Production system, but PO is getting created in Quality system. All the Master data, Configuration in both systems appears same. If you know any solution, kindly post.
    Regards,
    Onkar

  • Changes Entry Date

    Dear Expert,
    I'm facing problem due to wrong maintained in entry date while perform employee hiring.
    This employee already included payroll. That's why when I'm using PA41 change entry and living date it can't be done.
    Could you informed me how to change entry date for above employee?
    I waiting for your quick response.
    Thanks a lot.
    Best Regards,
    Michael D.

    Hey Miky,
    If u run a payroll for that employee, and u want to change His entry date , try to delete his payroll results in PU01 T.CODE.
    Now u can change entry date.
    Still if it doesn't come check Controll Record. And adjust the dates of retro. And
    get back with output. If it clicks . Hope it will do.
    Regards.
    Venu

  • Function to change entry sheet

    I  want to change entry sheets, and I need a function to do this.
    I find the BAPI_ENTRYSHEET_CREATE function, but I need one to change the entry.
    ¿Is it possible?.
    Thanks.

    HI there,
    I have similar needs to update service entry sheet after it is released/accepted. I tried user exit SRVESSR but it is not getting triggered during release process. Were you able to find a solution to change a previously created SES?
    Thanks in advance,
    Rajesh

  • Change entries in table

    HI All,
           i need to change entries in table for a particular documnet.how can i do that.plz help me out.Thak you imm points are rewarded

    Hi
    I depends on what and where you need to do .
    If you have to change only two records I don't create a table maintenance view, but I change directly the records.
    You can try my solution if you're PROD or write a little code as someone has suggested if you're in DEV.
    But if you'll often change some value of that table, it should be better to creare a view for SM30.
    If you want to do that use an your own Z function group.
    While creating the view if function group doesn't exist, the system creates it before generating the view.
    Max
    Message was edited by: max bianchi

  • Does 'For All Entries in itab' work exactly like 'Join' statement?

    Hi,
    I would like to know that if 'For All Entries in itab' work exactly like 'Join' statement?
    If yes, then when I use 'For All Entries in itab' and a 'Join' statement seperately with the same logical conditions for both, the number of records returned by the two methods are not same. Ideally, they should both return the same number of recs.
    Can somebody help?
    With regards.

    Hi,
    for all entries will not work in the same way unless untill it should satisfy some conditions,
    it has some pre-requisests...
    like in the select clause or in where clause or in both the cluases, there should be entire key..
    then only it will behave like the join statement..
    hope i am clear.
    please revert back if u have any quiries.
    Regards,
    Sunil Kumar Mutyala.

  • Delete Duplicate entries in itab

    Dear Experts,
    My code is Below. my requirement is all the work area fields are modify comparing matnr.
    but i am use append duplicates entris allowed.only possible to modify.
    loop at it_ekpo into wa_ekpo.
    read table it_ekpo3 into wa_ekpo3 with key matnr = wa_ekpo-matnr.
    if sy-subrc = 0.
    wa_ekpo-matnr = wa_ekpo3-matnr.
    wa_ekpo-menge = wa_ekpo3-menge.---->count field
    modify it_ekpo from wa_ekpo.
    endif.
    endloop.
    sort it_ekpo.
    DELETE adjacent DUPLICATES FROM it_ekpo comparing matnr.
    (Duplicates entry is not working) so modify is changed.
    reference:   -
    >it_ekpo  in this way
    ebeln      matnr   menge    ecp
    10           lo45       1          iiii
    10           l045       1          uuy
    10           lo77       1          hhj
    13           li12.       1          jhjh     [mainly i join one itab ibn it_ekpo]
    reference------>it_ekpo3.
    ebeln      matnr     menge
    10           lo45        2
    10           lo77        1
    13           li12         1
    my final output is --->it_ekpo          in this way.
    ebeln      matnr   menge    ecp
    10           lo45       2          iiii
    10           lo77       1          hhj
    13           li12.       1          jhjh      
    <removed_by_moderator>
    regards,
    raj.
    Edited by: Julius Bussche on Dec 11, 2008 5:30 PM

    sort it_ekpo by matnr.
    not
    sort it_ekpo.

  • For all entries in itab.....

    Hi experts..
    i hv select query which looks like this...
    <b>select field1 field2 into (itab-field1, itab-field2) from dbtab1 
                                                                               where field1 in s_field1.</b>
    The problem is i hv to add another code
    <b>"for all entries in itab2
    where field2 = itab2-field2"</b>
        to this select query..
    please advice how i can do this.....
    Thanks in advance..
    -Pranati..

    Hi,
    In the following piece of code,
    select field1 field2 into (itab-field1, itab-field2) from dbtab1
    for all entries in itab2
    where field1 in s_field1
    and field2 = itab2-field2.
    change this to:
    data: begin of itab1 occurs 0,
              field1 like dbtab1-field1,
              field2 like dbtab1-field2,
           end of itab1.
    select field1 field2 into table itab1 from dbtab1
    for all entries in itab2
    where field1 in s_field1
    and field2 = itab2-field2.
    Hope this works.
    Regards
    Subramanian

  • Table Control, change data of itab on enter-click

    Hello all, I have an itab gt_task_704 which I use to display in a table control.
    When the user changes a field and pushes on the ENTER-KEY, I'm trying to modify this itab with the new content.
    The issue I have is that some fields are updated with faulty content.
    In PAI I'm doing the following:
    PROCESS AFTER INPUT.
    *&SPWIZARD: PAI FLOW LOGIC FOR TABLECONTROL 'TC_705'
      LOOP AT gt_task_705.
        CHAIN.
          FIELD gs_task_705-zzpcod.
          FIELD gs_task_705-zprest_descr.
          FIELD gs_task_705-zmdhrs.
          FIELD gs_task_705-zhrs.
          FIELD gs_task_705-discipline.
          FIELD gs_task_705-zmdpctouts.
          FIELD gs_task_705-zpctouts.
          FIELD gs_task_705-zmdpctovhd.
          FIELD gs_task_705-zpctovhd.
          FIELD gs_task_705-zcomment.
        ENDCHAIN.
        MODULE update_table_705. "INPUT.
      "MODULE sort_705.
      ENDLOOP.
    ====> update_table_705:
      DESCRIBE TABLE gt_task_705 LINES gv_lines_705.
      IF tc_705-current_line LE gv_lines_705.
        "READ TABLE gt_task_705 INTO gs_task_705 INDEX tc_705-current_line.
        SHIFT gs_task_705-zhrs LEFT DELETING LEADING '0'.
        MODIFY gt_task_705 FROM gs_task_705 INDEX tc_705-current_line
                           TRANSPORTING zhrs zpctouts zpctovhd.
      ENDIF.
      CLEAR gs_task_705.
    It seems like a problem of sorting I think but I still didn't manage to change the correct lines.
    Can someone please give a helping hand to this young abap'er
    Thanks in advance

    Mr.Dragovian you write the module between chain..endchain.
    chain.
    module Md1 on chain-input.
    endchain.
    MODULE Md1 INPUT.
       modify itab INDEX tc-current_line  transporting fld(s).
    ENDMODULE.
    By this way,you will be able to get the correct user-entered data into itab.

  • Events for changed entry in data dictionary

    Hi ,
    I  have a requirement as mentioned below:
    my table has four fields : 1. vkorg 2. validity_period 3. modification_date and 4. modification_time.
    I have to capture the modification date and modification time if a user changes an entry (or entries) in the table and update the date and time fields in the table.  I have done it by creating an event "creating a new entry"which is triggered when a new entry is added to the table. But if an existing entry is modifies then the entry is not triggered. when I use  " before saving the data " event then only the last record of the table moves to the "Routine"  of the event. So I am not able to capture the date and time when an entry (or entries ) is modified.  Can anyone suggest me what I should do?
    Regards
    Amit kumar
    Edited by: amitku1201 on Jan 15, 2010 3:05 PM

    This question has been asked many times before. Please see:
    *&      Form  FILL_SY_FIELDS                                    FISKROB
    *       Add the creation date and userid if the line is being created.
    *       Add the change date and userid if the line is being changed.
    form fill_sy_fields.
      data: f_index like sy-tabix. "Index to note the lines found
      data begin of total_s.
              include structure zzv_my_tab.
      data action.
      data mark.
      data end of total_s.
      data extract_s like total_s.
      loop at total.
        if <action> = 'U'.
          move total to total_s.
          read table extract with key total.
          if sy-subrc eq 0.
            f_index = sy-tabix.
            extract_s = extract.
          else.
            clear f_index.
          endif.
    *       (make desired changes to the line TOTAL)
          total_s-zzfchdate = sy-datum.
          total_s-zzfchusr  = sy-uname.
          move total_s to total.
          modify total.
          check f_index gt 0.
          extract = total.
          modify extract index f_index.
        elseif <action> = 'N'.
          move total to total_s.
          read table extract with key total.
          if sy-subrc eq 0.
            f_index = sy-tabix.
            extract_s = extract.
          else.
            clear f_index.
          endif.
    *       (make desired changes to the line TOTAL)
          total_s-zzfcredate = sy-datum.
          total_s-zzfcreusr  = sy-uname.
          move total_s to total.
          modify total.
          check f_index gt 0.
          extract = total.
          modify extract index f_index.
        elseif total is initial.
          move total to total_s.
          read table extract with key total.
          if sy-subrc eq 0.
            f_index = sy-tabix.
            extract_s = extract.
          else.
            clear f_index.
          endif.
    *       (make desired changes to the line TOTAL)
          delete total.
          check f_index gt 0.
          delete extract index f_index.
        endif.
      endloop.
      sy-subrc = 0.
    endform.                    " FILL_SY_FIELDS
    Rob
    The link I posted earlier may not work now. The above code does.
    Edited by: Rob Burbank on Jan 15, 2010 12:20 PM

  • Dealing with time-keeping and changing entries

    Hi everyone, I'm working on a project for school, and I have to develop a database that works somewhat like eBay. Only instead of auctions users create and place bets.
    My question is, how would I go about implementing some sort of function that will allow me to change the status of a table entry once its BetTime (or in the case of eBay, Bid Life) ends?
    an example of this would be:
    BetID BetCreationTime BetEndTime Status
    000 12:00 BetCreationTime + 5 hours OPEN
    001 3:00 BetCreationTime + 8 hours OPEN
    5 hours after Bet 000 is created (5:00), it must change status to CLOSED. The same goes for bet 001 8 hours after it is created (at 11:00)

    Have a play with this Example in SQL and PL/SQL. Note that I do not want to store my STATUS because I need to get it at runtime.
    SQL> CREATE TABLE BET
    2 (BetID NUMBER(10)
    3 ,BetCreationTime DATE
    4 ,BetEndTime DATE)
    5 /
    Table created.
    SQL> INSERT INTO BET VALUES (100,sysdate,sysdate+5)
    2 /
    1 row created.
    SQL> INSERT INTO BET VALUES (101,sysdate,sysdate+7)
    2 /
    1 row created.
    SQL> INSERT INTO BET VALUES (102,sysdate,sysdate-1)
    2 /
    1 row created.
    SQL> commit;
    Commit complete.
    SQL> SELECT BetID
    2 ,TO_CHAR(BetCreationTime,'DD-MON-YYYY HH24:MI:SS') Starting
    3 ,TO_CHAR(BetEndTime,'DD-MON-YYYY HH24:MI:SS') Ending
    4 ,round(BetEndTime-SYSDATE) "Remaining(Days)"
    5 FROM BET;
    BETID STARTING ENDING Remaining(Days)
    100 01-NOV-2005 18:33:32 06-NOV-2005 18:33:32 5
    101 01-NOV-2005 18:33:32 08-NOV-2005 18:33:32 7
    102 01-NOV-2005 18:33:33 31-OCT-2005 18:33:33 -1
    SQL> SET VERIFY OFF
    SQL> SET SERVEROUTPUT ON
    SQL> DECLARE
    2 BET_REMAIN NUMBER(10);
    3 BET_STATUS VARCHAR(10);
    4 BET_ENDDATE VARCHAR(11);
    5 BET_ENDTIME VARCHAR(10);
    6 BEGIN
    7 SELECT round(BetEndTime-SYSDATE)
    8 ,TO_CHAR(BetEndTime,'DD-MON-YYYY')
    9 ,TO_CHAR(BetEndTime,'HH24:MI:SS')
    10 INTO BET_REMAIN,BET_ENDDATE,BET_ENDTIME
    11 FROM BET
    12 WHERE BETID=&BETID;
    13
    14 IF BET_REMAIN <= 0
    15 THEN
    16 BET_STATUS := 'CLOSED';
    17 DBMS_OUTPUT.PUT_LINE('This Bet is Closed on '||BET_ENDDATE||' at '||BET_ENDTIME);
    18 ELSE
    19 BET_STATUS := 'OPEN';
    20 DBMS_OUTPUT.PUT_LINE('This Bet is Open for another '||BET_REMAIN||' Days Untill '||BET_ENDDATE||' at '||BET_ENDTIME);
    21 END IF;
    22
    23 EXCEPTION WHEN NO_DATA_FOUND
    24 THEN
    25 DBMS_OUTPUT.PUT_LINE('This Bet does not Exist');
    26 END;
    27 /
    Enter value for betid: 100
    This Bet is Open for another 5 Days Untill 06-NOV-2005 at 18:33:32
    PL/SQL procedure successfully completed.
    SQL> /
    Enter value for betid: 101
    This Bet is Open for another 7 Days Untill 08-NOV-2005 at 18:33:32
    PL/SQL procedure successfully completed.
    SQL> /
    Enter value for betid: 102
    This Bet is Closed on 31-OCT-2005 at 18:33:33
    PL/SQL procedure successfully completed.
    SQL> /
    Enter value for betid: 103
    This Bet does not Exist
    PL/SQL procedure successfully completed.
    SQL>

  • Sync new and deleted Outlook entries -- but not changed entries

    Mate,
    I'm using a basic 8700.  When I sync my Outlook Calendar (with multiple PCs per protocol where I start AND end with my base PC), the new and deleted entries transfer in the sync to mulriple PCs, but entries which I have revised (changed appointment time or text, for example) do not reflect the revisions.  I've doubled-checked all of my preferences, conflict resolution, etc.  It's not a settings issue -- I don't think -- because all new and deleted entries upodate, plus I get a conflict screen if both sides of the operation change the same discreet entry.  I've researched it quite a bit but can't find anything on-point about why all new and deleted entries transfer, but old entries which are altered entries do not get updated.  Certainly, someone out there syncs with more than one PC (desktop and laptop, for example) and has seen this or resolved it...
    Johnny1 

    HELP!! Does anyone have any suggestions?

  • Validating Duplicate Entries In itab

    Hi All
       How to approach for restricting duplicate entries in the Database?
    The scene is that I've to enter some data in a table control . and while saving, I've to check whether the same entry already exists in the database or not.
    How to approach for this? Awaiting your valuable response.
    Thanks in advance
    Pradipta

    Hai Mishra
    DELETE ADJACENT DUPLICATES FROM itab.
    Additions
    1. ... COMPARING f1 f2 ...
    2. ... COMPARING ALL FIELDS
    Effect
    Deletes neighboring, duplicate entries from the internal table itab . If there are n duplicate entries, the first entry is retained and the other n - 1 entries are deleted.
    Two lines are considered to be duplicated if their default keys match.
    The return code value is set as follows:
    SY-SUBRC = 0 At least one duplicate exists, at least one entry deleted.
    SY_SUBRC = 4 No duplicates exist, no entry deleted.
    Addition 1
    ... COMPARING f1 f2 ...
    Effect
    Two lines of the internal table itab are considered to be duplicates if the specified fields f1 , f2 , .... match.
    Addition 2
    ... COMPARING ALL FIELDS
    Effect
    Two lines are considered to be duplicates if all fields of the table entries match.
    Notes
    The DELETE ADJACENT DUPLICATES statement is especially useful if the internal table itab is sorted by fields (whether in ascending or descending order) which were compared during duplicate determination. In this case, the deletion of neighbouring duplicates is the same as the deletion of all duplicates.
    If a comparison criterion is only known at runtime, it can be specified dynamically as the content of a field name by using COMPARING ... (name) ... . If name is blank at runtime, the comparison criterion is ignored. If name contains an invalid component name, a runtime error occurs.
    Comparison criteria - statistically or dynamically specified - can be further restriced by specifying the offset and/or length.
    Note
    Performance
    Deleting a line from an internal table incurs index maintenance costs which depend on the index of the line to be deleted. The runtime depends on the line width of the table.
    For example, deleting a line in the middle of an internal table with 200 entries requires about 10 msn (standardized microseconds).
    Deleting a range of entries with " DELETE itab FROM idx1 TO idx2. " deleting a set of entries with " DELETE itab WHERE ... " only incur index maintenance costs once. Compared with a LOOP , which deletes line-by-line, this is much faster.
    To delete neighboring, duplicate entries from an internal table, use the variant " DELETE ADJACENT DUPLICATES FROM itab. " instead of LOOP constructions.
    Thanks & regards
    Sreeni

  • Delete entry or change entry in sap table

    Hi Gurus,
    i want to change or delete entry in VBEP.
    points sure!
    Rahul

    hi guys ,
    its very easy ,
    go for se16 , fetch all the records which are required to delete ( use only se16 lay out)
    after fetching the records just enter ' /H ' in the command bar
    and then double click on any of the enter , then u fill go to debugging screeen and then just press F7
    u will find the following code
    form set_status_val tables ntab structure x031l
                        using code name next for_lines.
      field-symbols: .
      refresh exclude_tab.
      if code = 'SHOW'.
        set titlebar 'TAB' with name 'anzeigen'(100).
      elseif code = 'EDIT'.
        set titlebar 'TAB' with name 'ändern'(101).
      elseif code = 'INSR'.
        set titlebar 'TAB' with name 'einfügen'(102).
      elseif code = 'ANVO'.
        set titlebar 'TAB' with name 'einfügen'(102).
      elseif code = 'DELE'.
    then just click on CODE and pass value as  DELE and press F8
    AND THEN U CAN DELETE ALL THE ENTRIES

Maybe you are looking for

  • How do I change the colour of the text on my Blog Summary page?

    When I highlight the text, it shows that it is the new colour in the Colours window but the actual text remains the original colour

  • Reports in two steps

    Hello The report should be created in two steps. First, data should be summarized up to po level and later the average of all po should be calculated with drill down by material group. See example :                                            Life cyc

  • WHERE is my Safe Senders list gone????

    Yes, it is actually GONE, KAPUT, NOT THERE ANYMORE!!! I never deleted it. Also trying to set it back up again gives a so slooooooooow response which ends in 'an error has occured' PAB_ERROR_3037 The rules were totally ignored as proven by sending mys

  • Support re: VM, zLinux

    IHAC who has looked on the wikis and not found the following infomration. Please advise where best to find this: We are aware of statement below regarding support for Oracle products in VMware environments. This states that in some circumstances orac

  • Excel 2011 for Mac isn't displaying my graph properly.

    I have an excel spreadsheet that I use to track all my territory sales. There is a graph on the spreadsheet that reflects the numbers of the specific territory when I filter to that specific territory. Though it works on excel for windows it is not w