Unicode Checks for Include Types

Hi All,
How can we check for the Unicode checks in Include Programs?
If a Executable program which has got its unicoide checks active flagged and which calls an include in it,
Will the include program also have the unicode check active in it?
Or is it determined in any other way?
In general how does an include program react for unicode checks in the call program.
Thanks in advance,
Sai

Hi Rainer,
Where do i find  the include is unicode checked or not?
If i go to the attributes of an include i dont find the unicode checks active displayed for it.
Is there any other  way of determining it?
Or the include's unicode check is dependent on that of the calling program.
Thanks,
Sai

Similar Messages

  • How to do the Unicode Check for Business Objects ?

    Hi all,
    How to do the Unicode Check for Business Objects ?
    Note: All business Objects are stored in BOR (Business Objects Repositary)
    Thanks in advance
    Sri..

    Hi..
    i have used the  UCCHECK  transaction for some business Objects
    For some business objects it is showing that No Unicode Errors found Ex: Z00MARA
    and for Business Objects it showing the message like : There is no program corresponding to this selection.
    Why system is showing like this ?
    Thanks in advance
    Sri..

  • Availability Check for Mov.type

    Dear All,
    Can we configure Availability check for Mov.type?? If yes what are the settings to be done??
    Points will be awarded!
    Regards,

    Hi,
    Thanks a lot for the quick response. As you have mentioned I have done the above steps. Now I have doubt that actually my requirement is to activate the Dynamic Availability check for a Mov.type. So in the above transactions OMCM & OMCP in the mov type tab we have a Dynamic Availability check Column where we can set the message as Warning, Error etc..
    As per your above points If I assign the check rule to my transaction code system will do Availability check when I execute the transaction irrespective of material.
    So Do I have to do the above step? Or shall I assign the Checking Rule to my mov.type in OMJJ ( update Control) tab?
    Kindly reply your valuable suggestions?
    Regards,

  • How we can check unicode check for function-pool.

    hi experts,
    how we can check unicode check for function-pool.
    pls tell needy.
    regards,
    praveen

    You can check the Unicode in the function group or use transaction UCCHECK

  • Unicode check for SmartForm / SAPScript

    Hi,
    How can we do unicode check for SmartForm / SAPScript? TX UCCHECK does not help me out.
    thanks !
    Chika

    Hi Chika,
    first try to find out ABAP function module name which is representing your smartforms (via TA smartforms->put your form name -> Display -> menu: Environment->Function module name). Then find corresponding function group where this function module belongs. Afterward put this ABAP function group name into TA UCCHECK.
    I believe this would work.
    BR
    m./

  • Availability checking for movements types in MIGO.

    Hello Gurus,
    I need help.
    I am trying to do material document with more than one line of the same material.
    For example:
    line 1: 100 pieces of material
    line 2: 110 pieces of material
    In all batches there is 10 pieces and stock is 1000 pieces.
    During batch determination system is filling first line with proper batches (FIFO), than during batch determination for second line system is selecting the same batches (and more) for second line.
    One batch is used 2 times. System do not remember that batches are "in use"
    Our consultant configure that for movment type 261 and it works. Now I need to configure that for 311 and there is a problem.
    I checked omjj and mbc2 for that movments are they are the same.
    Anyone got any idea how to deal with this? Please help

    Hi,
    Go to availability check OPJJ. check off include reservation andset inc. dependent reservation to 'X' include all reservation. Thanking you.

  • Unicode check for hr related prog, infotypes

    hi,
            Is there any function module to check the unicode for programs, infotypes, function modules, ldb, and user exits. If yes what is the function module. If it is no tell me how to solve this issue.
    thanks & regards,
       Sekhar.

    Hi,
               I want to get the errors when i am passing the program name or function group or user exit by passing these into UCCHECK tcode by writing a program if it is not unicode checked.
            thanks & regards,
                Sekhar.

  • Check for Opportunity type in BADI   CRM_OPPORT_H_BADI

    Hi,
    I am implementing BADI CRM_OPPORT_H_BADI and at the point of creation of an opportunity I want to check the opportunity type. In the structure CS_OPPORT_H_BADI at point of creation , the opportunity type field is blank.
    Is there a way to determine the opportunity type in this BADI when creating a opportunity ?
    Regards
    Chan

    You can use below FM to get the transaction type and object type in BADI CRM_OPPORT_H_BADI.
    CALL FUNCTION 'CRM_ORDERADM_H_READ_OW'
          EXPORTING
            iv_orderadm_h_guid     = lv_header_guid
          IMPORTING
            ev_process_type        = lv_proc_type
            ev_object_type         = lv_object_type
          EXCEPTIONS
            admin_header_not_found = 1
            OTHERS                 = 2.
    Opportunity type is not filled until you are in opportunity screen. So you can check transaction type or object type and change start date value.
    Regards,
    Srini

  • Extended syntax check for include structure

    Hello Everyone,
    While declaring the internal table as:
    TYPES: BEGIN OF t_data.
            INCLUDE STRUCTURE mara.
    TYPES: END   OF t_data.
    DATA: it_data TYPE table of t_data.
    When performing extended check, i get following error:
    The current ABAP command is obsolete and problematic, especially so in ABAP
    Objects
    Within classes and interfaces, you can only use "TYPE" to refer to ABAP Dictionary
    types, not "LIKE" or "STRUCTURE".
    I am using 4.7 version.
    Any clue how to avoid this error during extended check.
    Regards,
    Tarun

    Tarun,
    With WAS 6.20 you should not declare internal tables with header line or using the old syntax as they are not compatible with OO ABAP.
    So, you either declare a TYPE the way you have done, in case you want additional fields apart from the INCLUDE structure, or declare the table directly like the way I have shown.
    Good thing, you can even specify the type of internal table that you want to create using this - STANDARD, SORTED, HASH. These tables will help you with the performance issues.
    regards,
    Ravi
    Note : Please mark the helpful answers

  • Needed help in check for order type and subtransaction type in J1iin

    Hello experts,
    We have implemented a sub transaction type 'EN'(Excise Notification) for a particular customer only while creating excise invoice via J1IIN.
    Now the system should only let the user to select the sub transaction type 'EN' when the billing document belongs to that particular customer or particular billing document range...
    So how to achieve this functionality before creating excise invoice ?Please guide me
    regards,
    Abhay

    Hi,
    Please do the following configuration and check
    Menu Path
    IMG --> Logistics - General --> Logistics - General --> Tax on Goods Movements --> India -->  Business Transactions --> Outgoing Excise Invoices --> Maintain Default Excise Groups and Series Groups
    Assign desired Sub transaction type for the following combination :
    Sales Org - Distribution Channel - Division - Shipping Point - Plant - Excise Group - Series Group - Sub transaction type.
    Hope your issue gets resolved by this else revert.
    Regards,
    Tejas

  • Unicode check for BSP Business Server Pages

    Could somebody please tell me whether there is a transaction to use to check BSP's for Unicode correctness?
    For ABAP one uses the transaction UCCHECK. We need the equivalent of that to check our BSP's.
    Thanks
    Lynette

    Hello Lynette,
    SAP standard BSP's are Unicode compatible.
    There is no SAP program for testing customized\new developed BSP's but there is no known issue with BSP's and conversion to Unicode.
    Best regards,
    Shay Oberziger
    Solution Management
    Globalization Services

  • GTS check for POs

    When I am configuring Document Type NB under MM0A for GTS check, The doc type is pulling category B and adding as a prefix resulting in doc type as BNB.
    This is not resulting on GTS check for NB type POs.
    Any clues how to decouple category and PO type.
    Thanks,
    Vijay

    Hi,
    Have you tried to map the feeder system doc type BNB to document type IMPORD in GTS?
    regards,
    Howard

  • Purchase Requisition / Order: Account Assignment Category for material type

    Hi,
    When creating a PR or PO for one specific material I would like the system to propose a specific account assignment Category for this material. It shouldn't allow the user to change this account assignment category.
    Is it possible? How should I proceed?
    Thanks in advance.
    Luis.

    I dont think there is any standard procedure for doing this.
    My idea would be to use a user exit say EXIT_SAPLMEREQ_010 for PR and a similar exit for PO and code a Error message check for Material type and account assignment combination.
    For ex : EXIT_SAPLMEREQ_010 is a exit which is called during check in a PR . SO when the user enters a combination of Material type and Acc assignment u can check for the requirements.

  • Checking for file whether it is excel file or not??

    when ever we r  download or upload a file we never check for its type...
    like when gui_upload fm used then it should be text file ....or
    when alsmex_excel_to_internal_table fm used by default check its have 2 be excel file...
    but my recomend is when ever download/upload a file its checking its type....
    if .xls file then alsmex_excel_to_internal_table fm runs or if .txt then gui_upload runs...
    need some type of file checking..
    Thanks & regards ,
    Sagnik Roy

    CALL FUNCTION '/SAPDMC/LSM_PATH_FILE_SPLIT'
          EXPORTING
            pathfile = lf_path  "<--Your file path
          IMPORTING
            pathname = lf_path
            filename = lf_name.
    CHECK lf_name IS NOT INITIAL.
        CALL FUNCTION 'TERM_TRANSLATE_TO_UPPER_CASE'
          EXPORTING
            langu               = sy-langu
            text                = lf_name
          IMPORTING
            text_uc             = lf_name
          EXCEPTIONS
            no_locale_available = 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.
    IF lf_name CA '.'.
          sy-fdpos = sy-fdpos + 1.
          IF lf_name+sy-fdpos(*) = 'TXT'(044).
          "<---Call your upload fm here
         ELSEIF lf_name+sy-fdpos(*) = 'XLS'(045).
          "<---Call your upload fm here   
        ENDIF.
    ENDIF.

  • Checking for numbers

    Hello,
    Is there a way to check for all types of numbers (ie) negative numbers, floats, longs etc.
    When I try charAt() with Character.isDigit, am able to check for integers only.
    Please help.

    Thanks for your reply.
    You could always try to parse them and "catch" the errorsThen it means that I will have to use parseInt, parseDouble etc. separately & catch. I saw it from javadoc but do not prefer that way.
    The other way I can think of is with Regular Expresions or regex.As for pattern matching, was trying it out. But not too sure of how to get the correct expression:
    The last one I tried was :
    String regEx = "-??[0-9]+?";for
    String j="10";but it does not match.
    Any suggestion on how to do this? Thanks.
    Edited by: jeno on Dec 2, 2007 11:17 PM

Maybe you are looking for

  • HT1473 how to get my voice memos to my PC

    my iPhone was synced to an old iTunes library now i have a new mac - created a new user id for apple and connected to MAC my Mac has another iTunes library contents as well how do I make sure I have whats on my iPhone on the PC - Do I have to create

  • How to switch off wallpaper?

    A few months ago I bought a new widescreen, flat panel monitor. When I hooked it up to my Mac, everything was great. The wallpaper I was using stretch out to fill the 1900x1200 resolution perfectly (I recently upgraded the video card to a 256MB VRAM

  • Div wont expand vertically to fill page

    This page has a Spry Collapsible Panel on top, then a Spry Tabbed Panel with a second Tabbed Panel inside it. http://96.0.181.107/stylingproblem/user01.html Trying unsuccessfully to put a border around the panels. If you click the tab "Category 1B",

  • Unrecoverable error ORA-15032 raised in ASM I/O path;

    Hi, DB :11.2.0.1 OS :Aix6 We getting the following error in alertlog.We using asm. ERROR: unrecoverable error ORA-15032 raised in ASM I/O path; terminating process 38273676 1* select name, header_status, path from v$asm_disk ITSEL-SQL> / NAME HEADER_

  • Problems with axis example

    Hi I'm trying to run the example TestClient.java that comes with axis, but I get: java.net.ConnectException: Connection refused Does anyone know if this server is still running and on the same port (5049) or if there's just something wrong with me. T