Check Entry in Action Matrix

Sap documentation about this field is very poor, does anybody know what it is for?
Definition
Controls whether the status of an entry in the Action Matrix is to be checked or not.
Use
If you select this field, the system checks whether a required status has already been achieved. The status value and status time remain unchanged.
If somebody has an example to share, it will be great

Hi Jose,
The significance of Check entry in Action Matrix is:
In Action control matrix we are defining Old Vehicle Status and New Vehicle Status for that action.
So after performing action if New Vehicle status is required then Check entry field should be blank else check entry field should be X.
For Example:
In Vehicle create action New Vehicle status is required in this case check entry field is required BLANK.
In Change Configuration of Planned Vehicles action new vehicle status not required hence check entry field is required X.
Regards,
Arpit

Similar Messages

  • Custom authorisation checks from within actions

    Does anyone have any experience of using authorisation object /DBM/ORDER to control field entry from actions in DBM 6.0? We wish to control entry of certain fields such as pricing data between different levels of the business such as a parts manager, supervisor or counter assistant and are wondering if this object could be used or whether we should develop additional objects?
    In this scenario would it be necessary to create an action for every business role, call the same execution code from each action and then assign the OE_ACTION (field /DBM/ORDAC in object /DBM/ORDER) to each user profile? If this is the case then I'm not quite sure how x number of actions (and corresponding event(s)) for each role should be configured however!

    Hi David,
    It is true that you will need a custom authorization object for your requirement with all the fields as per  your requirement into it.
    Ex: ZDBM_FLDCHK with fields
            PRSDT and so on.
    Now you need to create a BADI Implementation for /DBM/BADI_OE_ACTION_PREPARE. Create this implementation without filter action so that this could be executed at every action. Within this BADI implementation you can write your code for checking whether the user has changed the values on screen by comparing the HEADER_DETAIL corresponding values in VBAK_COM.
    I hope this helps.
    Give points if useful.
    Regards,
    Prakash

  • Error Entry does not exist in J_1BNFITMRULE (check entry) Nfe 10 Incomig

    Bom dia pessoal.
    Ao tentar executar um dos passos no cenário de compras normais, (Assign Purchase Order), o seguinte erro ocorreu
    Entry does not exist in J_1BNFITMRULE (check entry).
    Detalhe: Para o mesmo pedido ja havia sido efetuada 3 entradas via monitor sem qualquer erro.
    Qualquer ajuda será muito bem vinda.
    At
    Pedro L Nobrega
    Pessoal
    Ja descobri o que aconteceu, na categoria de nota fiscal, retiraram tipo de item da categoria que estava sendo utilizada.
    (Projeto global).... acontece.
    Para evitar este tipo de problema novamente criei uma categoria especifica para o Incoming. (Compras Normais.)
    Erro corrigido.
    Abs
    Pedro L Nobrega
    Edited by: Pedro Luiz Nobrega on Jan 25, 2012 3:56 PM

    Resolvido
    Criamos uma categoria especifica para nfe incoming (Compras Normais), para que não ocorra novamente o erro,
    a nota que estava sendo utilizada tinha na configuração tipo de item que foi retirado o gerou o erro.
    Grato
    Pedro L Nobrega

  • Error message: Entry 1 WC 99 does not exist in T508A (check entry)

    Can anyone please tell me what does the error message Entry "1 WC 99" does not exist in T508A (check entry) means? I was trying to 'generate work schedule manually' when got this error.  In the above error message, 1 means employee subgroup grouping.....WC is Holiday Calender......and 99 is personal subarea grouping.....
    I went to the table using se16 but could not make out how I can input those entries in the table....
    Edited by: Parveez Sazzad on Feb 26, 2011 4:56 PM

    you have to check this table from SM30 Tcode and give V_T508A table here we have to configure DWSR and than we have to generate the WSR

  • Check box in system matrix

    hi  kings
    how to create check box in system matrix.
    Thanks & Best Regards
    B.Lakshmi Narayanan

    Hi,
    I am in need of creating a UFD of type Check Box in Sales Order Screen. I would like to know how to go about defining the UDF. Please reply..
    Thanks in advance.
    Regards
    Rohan S. Kamble.

  • ALV check box in a cell uneditable for already checked entry

    Hi all,
    I have written program to display ALV with a column having check boxes.
    I have requirement to make ALV-chech box in a cell uneditable for some other login for already checked entry.
    Please guide me for the same..

    Hi,
    If it is list, try using events and then call it in reuse_alv_grid_display.
    Sample code from SDN
    **events
    REFRESH:IT_EVENTS.
    CLEAR:X_EVENTS,IT_EVENTS.
    X_EVENTS-NAME = SLIS_EV_END_OF_LIST.
    X_EVENTS-FORM = 'MODIFY_LIST'.
    APPEND X_EVENTS TO IT_EVENTS.
    CLEAR X_EVENTS.
    END-OF-SELECTION.
      CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY'
        EXPORTING
          I_CALLBACK_PROGRAM = SY-REPID
          IT_FIELDCAT        = IT_FIELDCAT
          IT_EVENTS          = IT_EVENTS
        TABLES
          T_OUTTAB           = ITAB
        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.
    FORM MODIFY_LIST.
    data: l_lines type i.
    describe table itab lines l_lines.
      L_LINES  = L_LINES + 3.
      "because we have 3 lines extra occupied by lables.
      "if we have header,i mean top of page add the no.of lines
      "how many ever top of page have + 3 for labels.
      DO L_LINES TIMES.
        read table it_chg with key INDEX = sy-index.
        if sy-subrc = 0.
    **This code is for reading the out put line
    **and modify accordinlg to our requiremnet.
    **don't chnage this.
          READ LINE SY-INDEX INDEX SY-LSIND.
          IF SY-SUBRC = 0.
            MODIFY LINE SY-INDEX INDEX SY-LSIND
                       FIELD FORMAT ITAB-NAME INPUT.
          ENDIF.
        ENDIF.
      ENDDO.
    ENDFORM.                    "MODIFY_LIST

  • Organizational unit 00000000 does not exist; check entries

    Hi Experts,
    While creating the business partner in transaction BBPMAININT the error is
    Organizational unit 00000000 does not exist; check entries
    where do i have to make entry of the organisation unit
    , already i have entered the purchase organisation.
    Thanks

    Hello,
    Can anyone Explain me How can i Create Vendor  EBP using T Code ppoma_bbp.
    I am using Tcode bbpgetvd for for Replicating Vendor Master to mySRM System and it is Having field of
    Organuzational Object for Suppliers 
    Object ID ______
    I have given Object id which is in assigned is ppoma_bbp (Organizational Structure).
    I have Tried to assign Object ID of Organizational unit which is assign with Purchasing Org. and Purchasing Grp.
    Please Help Me anybody.
    Thanks in Advance.

  • Automatic Workflow Customizing - Check entries from HR Control Tables

    Hi All
    I am preparing the R/3 system before a ESS MSS implementation.
    When I execute Transaction SWU3 I have a few red cross marks. Few of those are because the Gateway addresses are not specified and Webserver path is not specified.
    The bit that I am worried about is
    Check entries from HR Control Tables
    SAP Documentation says
    *To solve problems of this type, use the report RHTTCP77.
    If there are errors regarding the transport objects PDST or PDWS, the relevant entries are not maintained in table SOBJ. You can use the report RHSOBJCH to rectify this later.*
    I want to know the implications of correcting the entries with the report RHSOBJCH. Will it affect the configuration which has been done on the system for the business processes?
    When I fire off
    Consistency Check for Event Linkages
    there are a whole bunch of errors which are thrown. Can I Activate/Deactivate the linkages
    Wanted to make sure that there will be no knock on effects. Do I need to consider something else regarding these issues?
    Thanks in advance

    Hi Sriram,
    I have also faced a similar issue.
    Running the mentioned reports did not cause any problem for my case.
    Only after running the reports and generating the task was I able to remove the red cross mark.
    Regards,
    Saumya

  • Check printing using dot matrix printing?

    HI all,
    I have developed check printing using smartform for laser printer now the my client requirment has changed they are now using a dot matrix printer for check printing, so what parameter should i consider for developing a check printing for dot matrix printing

    the same smartform and driver program will work for all kind of printer.

  • Posting run for future period requested (check entry)

    Hi,
    While taking depreciation run for company code in AFAB system is generating the error message "Posting run for future period requested (check entry)" SAP error AA697
    I checked in OB52 postings periods are open for 2009(all periods)
    SAP note 1150235 (all corrections) and 1153718 are completely implemented.
    Still the problem is not resolved.
    Regards,
    Sankar

    Hi Sankar,
    I would like to refer you to the already implemented note 1153718 which states :
    After you implement the changes, the system issues error message AA 697      
    "Posting run for future period requested (check entry)" immediately when     
    you use a fiscal year that is in the future.  In principle, you can          
    customize this message. However, in this case, no settings are taken         
    into account; the system always issues an error message.                     
    Regards Bernhard

  • Sequence 0 operation  not found in order 800000036870, check entry

    Hi experts,
    I am facing the problem first time. when I go for order confirmation at operation through CO11n then as i enter the order number system gives me the error Sequence 0 operation  not found in order 800000036870, check entry.
    Regards

    Dear Anil,
    Your initial query is different form query you posted to our replies
    As per your initial query what is replied is correct ( it is regrding operation number )
    Now as ur latest query it is confirmation number
    Yes one order can have different confirmation numbers
    Just check in CO14 or COOIS
    in COOIS in list make it as confirmations & execute
    Hope it clarifies
    Regards
    Madhu

  • Entry doesnt exist in table check entry

    Hi ,
    I have a problem
    I am using an F4 help, for a field - the moment i click on the F4 the F4 pops up and i select a value from the list populated.
    The moment i select enter, an error pops up which says - entry does not exist in ZTTT003 table - check entry.
    I have also debugged and checked all possible but i am not succesful in solving the issue.
    I have attached the code, please check if there is an error in the code.
    DATA : L_REPID TYPE SY-REPID.
      DATA : L_DYNNR TYPE SY-DYNNR.
      L_REPID = SY-REPID.
      L_DYNNR = SY-DYNNR.
      CALL FUNCTION 'F4IF_FIELD_VALUE_REQUEST'
        EXPORTING
          TABNAME                   = 'ZTTT001'
          FIELDNAME                 = 'ZROUTEID'
         SEARCHHELP                = 'ZROUTEID'
         SHLPPARAM                 = 'ZROUTEID'
          DYNPPROG                  = SY-CPROG
          DYNPNR                    = SY-DYNNR
         DYNPROFIELD               = 'ZROUTEID'
       TABLES
         RETURN_TAB                = RETURN
       EXCEPTIONS
         FIELD_NOT_FOUND           = 1
         NO_HELP_FOR_FIELD         = 2
         INCONSISTENT_HELP         = 3
         NO_VALUES_FOUND           = 4
         OTHERS                    = 5
      IF SY-SUBRC <> 0.
        MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
                WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
      ENDIF.
      REFRESH DYNPFIELDS.
      READ TABLE RETURN WITH KEY FIELDNAME = 'ZROUTEID'.
      DYNPFIELDS-FIELDNAME = RETURN-RETFIELD.
      DYNPFIELDS-FIELDVALUE = RETURN-FIELDVAL.
      APPEND DYNPFIELDS.
    CLEAR LV_ROUTEID.
      LV_ROUTEID = RETURN-FIELDVAL.
      CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT'
        EXPORTING
          INPUT         = LV_ROUTEID
       IMPORTING
         OUTPUT        = LV_ROUTEID.
    SELECT SINGLE ZSITE1 ZSITE2 ZSITE3 ZSITE4 ZSITE5
        INTO (LV_SITE1,LV_SITE2,LV_SITE3,LV_SITE4,LV_SITE5)
        FROM ZTTT003
        WHERE ZROUTEID = LV_ROUTEID.
      TBOX1 = LV_SITE1.
      TBOX2 = LV_SITE2.
      TBOX3 = LV_SITE3.
      TBOX4 = LV_SITE4.
      TBOX5 = LV_SITE5.
    DYNPFIELDS-FIELDNAME = 'TBOX1'.
      DYNPFIELDS-FIELDVALUE = LV_SITE1.
      APPEND DYNPFIELDS.
      DYNPFIELDS-FIELDNAME = 'TBOX2'.
      DYNPFIELDS-FIELDVALUE = LV_SITE2.
      APPEND DYNPFIELDS.
      DYNPFIELDS-FIELDNAME = 'TBOX3'.
      DYNPFIELDS-FIELDVALUE = LV_SITE3.
      APPEND DYNPFIELDS.
      DYNPFIELDS-FIELDNAME = 'TBOX4'.
      DYNPFIELDS-FIELDVALUE = LV_SITE4.
      APPEND DYNPFIELDS.
      DYNPFIELDS-FIELDNAME = 'TBOX5'.
      DYNPFIELDS-FIELDVALUE = LV_SITE5.
      APPEND DYNPFIELDS.
      CALL FUNCTION 'DYNP_VALUES_UPDATE'
        EXPORTING
          DYNAME               = SY-CPROG
          DYNUMB               = SY-DYNNR
        TABLES
          DYNPFIELDS           = DYNPFIELDS
        EXCEPTIONS
          INVALID_ABAPWORKAREA = 1
          INVALID_DYNPROFIELD  = 2
          INVALID_DYNPRONAME   = 3
          INVALID_DYNPRONUMMER = 4
          INVALID_REQUEST      = 5
          NO_FIELDDESCRIPTION  = 6
          UNDEFIND_ERROR       = 7
          OTHERS               = 8.
      IF SY-SUBRC <> 0.
        MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
                WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
      ENDIF.
      REFRESH DYNPFIELDS.
    Please help me in this regards to solve the problem.
    thanks,
    Sree

    This might be the problem with creating foreign key in the table  ZTTT003
    you go to se11 or se16 and check the table  ZTTT003
    select->Entry help/Check -> then see the check tables, if it has then select the foreign key for that element
    the problem with that particular field in the table, i dont think problem in ur program

  • How can I Spell Check with an Action?

    Hi -
    I can use the Spell Checking command while I'm recording a new Action but when I play that
    Action it gets stuck on the first step... "Spell Check in contents of all text layer".  I didn't write that first step - PShop did while I was recording the Action.  Whe I try to use the Action I get an alert ... "The object "in contents of all text layer" is not currently available."
    If I hit Stop - the Action stops.
    If I hit Continue - the Action stops.
    So how do I Spell check using an Action?  I plan to use this in a batch process. I have about 300 files and automating this would be great.
    TIA any insight,
    JL
    --Photoshop CS5, Win 7

    See if using Insert Menu Item works for the spell check.

  • Transaction type does not exist. Check entries

    Hello all,
    EBP 5.0, CCM 1.0, unicode
    When I try to log on different language than English and try to shop system is displaying two messages
    Internal number range is missing for transaction type. Inform syst. admin
    Transaction type does not exist. Check entries
    And I cannot see link for Procurement Catalog.
    All my customizing up to now was in English, due to the fact that SAP did not provide translation to Croatian (Latin-2 language).
    Also catalog call-up has locale "en" for the calling of catalog from EBP.
    Please give hint where I can start with debugging.
    Gordan

    Hello Yann,
    main problem, language files for CCM and EBP are not suppied from SAP yet. MY BC told me that they installed Croatian language in WAS, so system should behave as language is intalled fully and represent text in English when there is no translation.
    I cannot test other things because EBP will not go into the catalog due to the missing internal numbering for the transaction type. I checked BUS2121 in transaction types but nothing to be found.
    I was thinking that those two problems are related but this is not true. First I have to solve number range that check the catalog. Only common between those two problems is logon language.
    I even forced our special characters by entering them as UNICODE code and I can see them via catalog manager in english, but only for catalog items. Characteristics and product category names do not follow UNICODE specification.
    Confused
    Gordan

  • KE27 msg k/846 system checks entry date

    Dear all,
    We are testing KE27 to transfer actual COGS for period 2011/7.
    One of the billing document was failed to find actual COGS.
    The message says "k/846 unable to determine actuall cost for period 008".
    The billing document was created today Aug 1.
    To me it looks like system checks entry date than posting date in my case.
    Did anyone have the same problem before?
    Please let me know how to solve it.
    Thanks~
    Best regards,
    Sharon Chen
    PS. MM period was shifted to Aug. before movement 601 was done.

    Hi Sharon,
    on the entry screen of KE27 there is a check-box labelled "periodic valuation". The F1-description for that box reads:
    "If you select this function, valuation is executed using the original posting date for the line item being revaluated, as opposed to using the date when the transaction was executed"
    Obviously, you ran KE27 with that box un-checked.
    Regards
    Nikolas

Maybe you are looking for