Clearing of previous transactions at T-code entry field

Hi All,
   How to clearing of previous transactions at T-code entry field(Commond field) in Easy Access
plese guide me path..
Regards
Hari
Message was edited by:
        Hari Raj

Hi hari,
Erasing T-codes is not possible we can do some other ways like in T-code feild only we can enter 15 names, if we enter duplicate  names more than 15 times automatically deleted orifginal
I hope this will helpfull to you
Prem

Similar Messages

  • Is it possible to see how many COGI errors I have cleared in previous month and in which transaction I can able to see that record?

    Is it possible to see how many COGI errors I have cleared in previous month and in which transaction I can able to see that record?

    Mukundan,
    Refer Below SAP Note 1868084 - FAQ: Transaction COGI
    Question:
    Is it possible to log the actions in transaction COGI?
                  Answer:
    SAP Note 309050 provides a modification but it can only be used temporarily. Also refer to SAP Note 1894587 in this context. It provides a report for displaying and deleting the data records in the log table AFFWPRO.
    BR
    KK

  • Issue in clearing of previous data of screen cl_gui_docking_container= free

    Hi All,
    My program displays an idoc list(screen 100). Then if user selects any row in the method
    gets the index no and details of that idoc are displayed in another screen(screen 200) .
    Then control returns to this screen again. Now if user selects any row from idoc list (screen 100) then data is displayed along with data from previous screen .
    In PBO of screen 200 : some code is :
    create object go_docking
              exporting
                dynnr     = '200'
                extension = 65
                side      = cl_gui_docking_container=>dock_at_top.
            create object go_grid_detail
              exporting
                i_parent = go_docking.
    some code
    create object go_custom_cont
              exporting
                container_name = 'DISPLAY_IDOC_CONTENT_200'.
            create object go_grid_detail
              exporting
                i_parent = go_custom_cont.
    some more code
    call method go_grid_detail->set_table_for_first_display
              exporting
                is_layout            = gs_layout
                it_toolbar_excluding = lt_exclude
              changing
                it_fieldcatalog      = fieldcatalog1
    create object go_docking
                exporting
                  dynnr     = '200'
                  extension = 65
                  side      = cl_gui_docking_container=>dock_at_bottom.
              create object go_grid_detail
                exporting
                  i_parent = go_docking.
    In PAI of 200 screen i have used :
    some code      
    free go_grid_detail.
          free go_custom_cont.
          go_docking->free( ).  free go_docking.
    After freeing all data and on call of screen 200 from screen 100 still it shows data from which was there previously on screen 200.
    How can clear all previous data . Even i have free the docking still not working .
    Kindly please help.

    Hi,
    if go_grid_detail is type ref to cl_gui_alv_grid, call go_grid_detail->free( ) before container->free( ).
    Regards,
    Clemens

  • Clearing customer down payment without VAT code

    Dear Freinds
    For normal cleared items ( between invoices and incoming payments) the VAT code doen't appear.
    But while clearing a Customer Down payment request, when we are using a sp. GL Indicator it is asking for tax code
    I want to clear customer down payment without tax code.According to the local legal requirement in the VAT report should not appear  any clearing with tax code even if Tax code has no tax.
    Can anybody help me?? I tried changing the tax category of Sp. Gl Recon account to blank but then it doesn't allow to post a down payment request with tax applicable.
    Rgds
    Sudip

    Hi Ravindra
    If we remove the tax category, then the problem is when we create a down payment request and do billing where tax rate is applicable, Entry will not happen in Accounting.
    Only thing which I need is that at time of clearing the down payment request, putting tax code should not be mandatory.Just like when I am clearing a normal invoice (Inv. and incoming payment) no tax code is required.
    Rgds

  • Customer exit to calculate previous quarter based on user entry in 0PCALMON

    Hi,
      I have written a CMOD code to calculate previous quarter based on user entry in 0PCALMON (0CALMONTH).  That is if 09.2008 is entered for 0PCALMON, it should fetch the months 04.2008, 05.2008,06.2008.
    But unfortunately I am getting all years and all months.
    Could you please help me debug this code.
    Global Declaration :
           z_vcalmonth(2) TYPE n ,
           z_vcalyear(4) TYPE n.
    When 'YQV_LQ'.
    if i_step = 2.
    READ TABLE i_t_var_range WITH KEY
      vnam = '0PCALMON'
      iobjnm = '0CALMONTH'
      INTO l_s_var_range.
      if sy-subrc = 0.
            z_vcalmonth = l_s_var_range-low+4(2).
            z_vcalyear = l_s_var_range-low(4).
          IF ( z_vcalmonth >= 1 AND z_vcalmonth <= 3 ).
            z_vcalyear = z_vcalyear - 1.
            CONCATENATE z_vcalyear '10' INTO l_s_range-low.
            CONCATENATE z_vcalyear '12' INTO l_s_range-high.
          ENDIF.
          IF ( z_vcalmonth >= 4 AND z_vcalmonth <= 6 ).
            CONCATENATE z_vcalyear '01' INTO l_s_range-low.
            CONCATENATE z_vcalyear '03' INTO l_s_range-high.
          ENDIF.
          IF ( z_vcalmonth >= 7 AND z_vcalmonth <= 9 ).
            CONCATENATE z_vcalyear '04' INTO l_s_range-low.
            CONCATENATE z_vcalyear '06' INTO l_s_range-high.
          ENDIF.
          IF ( z_vcalmonth >= 10 AND z_vcalmonth <= 12 ).
            CONCATENATE z_vcalyear '07' INTO l_s_range-low.
            CONCATENATE z_vcalyear '09' INTO l_s_range-high.
          ENDIF.
          l_s_range-sign = 'I'.
          l_s_range-opt = 'BT'.
          APPEND l_s_range TO e_t_range.
    endif.
    endif.

    Hi,
    U can use the FM SLIM_GET_QUARTERLY_PERIODS
    Pass the variable first date of 0PCALMON ( 09.2009 => '01.09.2009') to get the table of all the 4 period ranges in PERIODS  table in result
    and read the Last entry to get the Previous Quarter period
    PERIODS table
    S OP LOW        HIGH      
    I BT 01.07.2008 30.09.2008
    I BT 01.10.2008 31.12.2008
    I BT 01.01.2009 31.03.2009
    I BT 01.04.2009 30.06.2009
    Then pass this values in l_s_range-low l_s_range-high
    Hope this helps
    Sonal...

  • Clearing Vendor Open items at T.Code. F-44

    I m getting a message "Enter Doc number from number range 01 for year 2010" (msg no.F5223) while trying to clear vendor open items at T. Code (F-44)  when I give the account no and try to save it or process open items by clicking the "Process Tab". Any suggestions to resolve it will be greatly appriciated.

    Hi,
    You must have maintained the number range object 01 to your clearing do c type AB.
    In order to do clearing, you must have the number range assigned to that 01 object for fiscal year 2010 in FBN1.
    Thanks,
    Srinu

  • How to add the business transaction to t-code : CIC0 in win client

    Dear sir,
    We use CRM 5.0 . We would like to add business activity tranaction into t-code : CIC0. But I don't know how to do. Please kindlyadvise how to add the business transaction to t-code : CIC0 in win client.
    Thank u and best regards,
    Vimol

    Hello,
    For each transaction type (e.g. Sales Order, Business Activity, opportunity, ....) you can maintain in which channel (IC WebClient, IC WinClient, SAPGUI, PCUI, ...) they are allow to be used. Probably the transaction types you want to see in the IC WinClient (= CIC0) are not enabled for this channel, that's why they don't appear in the WinClient (CIC0).
    How to do this?
    SPRO>CRM>Transaction>Basic Settings>Define transaction types
    Here, look for the transaction types you want to enable in WinClient. Select the transactiont type and select "Channels" from the left pane. Here, add the channel "IC WinClient" (or something like that, I don't know the exact name anymore, in newer versions this no longer exists).
    Save and restart the CIC0, after this the transaction type should be enabled.
    Hope this helps,
    Joost

  • Clear the Filter Criteria from java code programmatically

    Hi All,
    I am using jdev version 11.1.1.6.0.
    I do have ADF table for which I have added filter to each column .
    I created table using java class data control.
    Filter is working Fine .
    My use case is-
    When I click on search button data is populated in table.
    When anybody enters filter value in column suppose product and hit enter ,it filters data.
    if he clears and do not hit enter key and search again then it does not show all data it only show filtered data.
    So how can I programmatically clear all filters so on click of  search it will show all the values not filtered values.
    I have not used default Filter Behavior.
    Please check below code for reference
      <af:table value="#{bindings.AfMyAccOrderStatusHistorySearchVO.rangeSet}"
                                  var="row"
                                  rows="#{bindings.AfMyAccOrderStatusHistorySearchVO.rangeSize}"
                                  emptyText="#{bindings.AfMyAccOrderStatusHistorySearchVO.viewable ? 'No data to display.' : 'Access Denied.'}"
                                  fetchSize="#{bindings.AfMyAccOrderStatusHistorySearchVO.rangeSize}"
                                  rowBandingInterval="0" id="tblStatusHistoryList"
                                  autoHeightRows="#{bindings.AfMyAccOrderStatusHistorySearchVO.rangeSize}"
                                  rowSelection="single"      
                                  width="100%"
                                  partialTriggers="::cb5 ::cb8 ::cb1 ::cb2"
                                  filterModel="#{bindings.AfMyAccOrderStatusHistorySearchVO1Query.queryDescriptor}"
                                  queryListener="#{bindings.AfMyAccOrderStatusHistorySearchVO1Query.processQuery}"
                                  filterVisible="true" varStatus="vs"
                                  binding="#{AfMyAccOrderStatusHistoryAction.orderStatusHistorySearchList}">
    <af:column headerText="#{alfaprojectBundle['ordstatushistory.column.invoiceDate']}"
                                      width="70"
                                      sortProperty="invoiceDate"
                                      sortable="true" filterable="true"
                                      id="c7" filterFeatures="caseInsensitive">
                              <af:outputText value="#{row.invoiceDate}" id="ot16"/>
                            </af:column>                     
                            <af:column headerText="#{alfaprojectBundle['ordstatushistory.column.soldto']}"
                                       width="100"   
                                       sortProperty="soldTo"
                                       sortable="true" filterable="true"
                                       id="c14" filterFeatures="caseInsensitive">
                              <af:outputText value="#{row.soldTo}"
                                             visible="#{row.visibilityIsOrdrFirstItem}"
                                             id="ot23"/>
                            </af:column>
    So how to clear all filter values from java code.

    I can't get the example "Programmatically Manipulating a Table's QBE Filter Fields"
    Where is it ?
    https://smuenchadf.samplecode.oracle.com/samples/ClearTableColumnFilterFields.zip
    Thks

  • Bar Code entry while trying to create one through FB03

    Hi Guru
    We recently had techical upgrade to ECC6.0. While trying to create a barcode entry for a document through FB03 I am getting the following error message
    oa280 - Bar code not active -system administration .
    All the configuration are in place in OAC5,OBD2 . I couldnt able to find any relevant notes regarding to this issue . Can some one help me out in fixing this issue
    Thanks
    Auroar

    Hi
    I raised the question to SAP and they provided me the notes 173521 as suggested by  you . But  following this note will open bar code entry access for all user and for all accounting document which will be an issue .  After few trial and error I was able to get an solution for this issue .  I created an entry in oac5  with barcode active  for object type and user specified and an another entry with barcode inactive for object type ,document type FIIInvoice and user .  This enabled only the authorized user for bar code entry to make changes . One drawback is that it does allow permitted user for all document type
    Thanks all for your suggestion
    Regards
    auroar

  • BAPI for clearing documents -Using Transaction F-44

    Hi all,
       Is there any BAPI which can be used for clearing docs using transaction F-44.
    I have already seen threads on SDN for the same but couldn't find any BAPI.
    Regards
    Taranam

    I have the same question as you ,  please tell me if you had known , thanks !
    Edited by: HB WANG on Mar 4, 2008 4:08 PM

  • Transaction Launcher by code

    Hi There,
    I need to execute a Transaction Launcher by code in order to automate a process.
    I would like to know if it is possible to execute a pre-configured Transaction Launcher from ABAP instead of launch it from the ICWC Navigation Bar.
    I would like to know also if it could be possible to execute a Logical Link ID from the code. In this way I can execute the TL calling it by the Logical Link ID.
    Thanks.
    Regards,
    Carlo.

    Hi,
    what type of lr_navigation variable u have defined.
    if should be...
    Check ur code once again..
    data lr_navigation type ref to IF_CRM_UI_NAVIGATION_SERVICE.
    lr_navigation = cl_crm_ui_navigation_service=>get_instance( me ).
    CHECK lr_navigation IS BOUND.
    lr_navigation->navigate( iv_link_id = 'Logical Link Id' ).
    Regards
    Gaurav

  • Changing the System status for previous transactions

    Hello,
    Could some body help me with this ?
    I have a User status profile with user status ABC which triggers system status Inprocess. This is applicable for all the new transactions for which we set the status ABC which works fine. But we have some previous transactions  ( Prior to this config ) with status ABC , but system status is not Inprocess.
    How can we change the system statuses for all these transactions? do we have a report for this?
    Best Regards,

    Hi,
      You can use 'STATUS_CHANGE_INTERN' FM to change the system status. Pass Object number and status ID as inputs to the Function Module.
    Regards,
    Lakshmi.Y

  • Activate Bar Code Entry in GR and IV

    HI guru
    In IMG I have activated storing with bar codes to GR and IV by business object type.
    When an application document is saved during normal operation, the system checks whether bar code entry is activated for the business object type and a dialog box is displayed for the user to enter the bar code value (bar code manually).
    This is OK.
    But now I want to assign internal Bar code.  (so no dialog box and barcode manually) but automatic generation of Bar code.
    Is it possible???

    Hi,
    Please put this question in Technical ABAP Forum , you may get some answers there
    Thanks
    Diwakar

  • Reason code entry in BAPI_GOODSMVT_CANCEL

    Hi Experts,
    I am need of canceling GR for a material document. When I accomplish this using BAPI_GOODSMVT_CANCEL, it is asking for reason code entry. But there is no provision in this BAPI for reason code entry. Please advise to proceed further.
    Thanks in advance,
    Viven

    Use this FM
    MB_CANCEL_GOODS_MOVEMENT
    GIve the reason in ET_MSEG table...
    The BAPI also internally uses the same FM
    Reward if helpful...

  • Capturing Info about Updates to previous transactions

    Hello Experts,
    I am a newbie and I have a hard time figuring out the following.
    In accounting and other applications like stocks there are closing balances that are brought forward to next week/months/year.
    How I can write a database object , Say that I am in week 4, and due to some reasons I need to UPDATE a previous transaction (say that happened in in week 2) that changes the closing balance at the end of week 2 accordingly the opening and closing Balance for week 3 changes and also O/balance for week 4 changes.We have similar scenarios in Ledgers etc on yearly basis.
    I will be very grateful if some one can help me to understand how It can be implemented using Oracele/RDBMS objects, How I can capture these changes automatically.
    Any advice or pointers or small application Will do me a world of good.
    Thanks in advance.
    Regards
    Martin St. Lou

    Camus wrote:
    The author of that blog post used cower instead of yaourt, but I don't think cower allows me to sync AUR database into custom dir either. Or am I missing something? I don't how yaourt and cower sync AUR database anyway.
    I actually already wrote such notifier for gnome in bash. But I want to display more info and I want to include AUR packages.
    The perfect tool in my situation would be something that allows me to sync official and AUR databases into custom dir and then displays list of updates with:
    -name of package
    -current version
    -updated version
    -repo
    I can currently do all of the above, but just with official repos and not as elegantly as I want.
    Not sure what you mean by 'sync AUR database' (no such thing exists as it does for the binary repos), but cower will let you download to wherever you want.

Maybe you are looking for

  • Problem with Runtime Workbench and with sending data from XI to SLD

    Hello<br> <br> Could I have a little help, a hint in the two following topics:<br> <br> 1. I run Runtime Workbench -> Component Monitoring -> Display All and I get this error:<br> <br> Error during communication with System Landscape Directory: User

  • App crashes when trying to open window

    Hi guys. At the moment, my Cocoa Mac application is set to terminate when the last window is closed. I want to run a confirmation alert when the app is about to quit using the following code; - (NSApplicationTerminateReply)applicationShouldTerminate:

  • How can I disable the Spam filter on Apple Mail?

    Hi All! About a year ago I installed Virus Barrier X6 with Personal Antispam on my 27 inch iMac. The Virus software seems great and I have no issues. The Antispam I have never installed and i have continued with the Junk options, however I have an is

  • Sun One Web Server 6.1 sp1 search collection

    All our web pages in WINDOWS-1251 encoding. I try to make "search collection" with this encoding, but i cant find this encoding. Here is KOI8-R and others, but WIN-1251 is absent. How to index my html pages.

  • Photoshop CS6 Type tool kills arrow keys

    When using the standard type tool, periodically, the keyboard arrow keys will not work. You can manually change your selection point, but not by using the left of right arrow.