NC Code Description

Hi ,
I have enabled the check box for display description in NC Client maintenance. There by I can see the Descriptions along  with NC codes in NC Code lists.But when I assign NC code (after I click ADD button) I can see only NC code not the description.I guess  It is reffering only NC code column in the database.If I want description also along with NC Code do I need to change in the database  or what configuration is required to display the descrition along with NC code.
Regards,
Guru.

In NC client maintenance, you can check the box to display NC code descriptions

Similar Messages

  • Report on material code, description and all unit of measure conversions

    report on  material code, description and all unit of measure conversions ?
    any ideas?

    Material Number MATNR
    with this key and SPRAS (the desired Language key)
    from MAKT you can get the descriptions..
    and with MATNR from MARM you can get alternative UOM and the conversion rates.
    If you need help on MARM how to get the conversions please notify.
    Hope it helped
    Please reward if found useful
    Best Regards

  • Field for transaction code description ?

    Hello,
    I know that the T-code is stored in table BKPF, but what is the table where the transaction code DESCRIPTION is stored ?
    Thanks,
    Julien

    julien,
    tcodes are not stored in BKPF.
    they are stored in TSTC ->tcodes and TSTCT ->text for tcodes.
    and BKPF might be storing the tcode in some field which stores the value of tcode from which the document is being created. but that is not the table which stores TCodes.
    hope this helps

  • How to display COMPANY CODE DESCRIPTION ON THE TOP LEFT OF PAGE

    How to display COMPANY CODE DESCRIPTION(Field BUTXT) ON THE TOP LEFT OF EVERY PAGE OF THE REPORT GENERATED.
       Actually I have collected BUTXT using
    'select butxt into table itab from t001 where bukrs = p_bukrs'
    where p_bukrs is the selection screen field.
    REQUIREMENT: Depending on what company code we give on the selection screen, corresponding company code description(butxt) should be displayed at the top left of every page. how would i display it in TOP-OF-PAGE EVENT.

    Hi
    It's very simple, but what is the need to use <b>into table itab</b> in your select query.
    Rather, define a variable
    data: v_butxt type t001-butxt.
    Select butxt into v_butxt from t001 where bukrs = pbukrs.
    TOP-OF-PAGE.
    write :/ v_butxt.
    Regards
    Surya.

  • SRM-Synching company code description between SRM and ECC

    Hi,
    I have two questions:
    1. Is company code descriptions and other details are stored in SRM (like T001 in ECC)?
    2. If yes, how can we synch the company code description in SRM and ECC? What is the program name to synch both system
    Jit

    Sanjeev,
    Thanks for the reply. But still there is description difference in SRM - frontend and backend system.
    The SRM backend is correct but when we log ninto the SRM portal (frontend), the company code description are missing some characters. Can you pl let me know where is the frontend is picking the Company code description in SRM?
    Jit

  • Getting CI Error while Update Job Code Description :

    Hi All,
    Am getting the CI error (Error saving the component interface CI_CMP_RULE_DEFN for Rate Code Defaulting Rule) while try to update the Existing Job code description. But am able to add the new job code details .
    The message catlog number MESSAGE_SET_NBR=1000 AND MESSAGE_NBR=1102 is getting trigger to throw the error.
    Can any one help me on which scenario this error will occur.
    Regards,
    Hari A

    This is called in JOB_CODE_TBL SavePostChange Function Update_Jobcode_Rule.
          If (ciHasErrors(&ExceptionArray)) Then
             /* Create an error because CI was not successfully saved. */
             Error MsgGet(1000, 1102, "Message not found.", &RULE_ID);
          ElseThe code is already passed the getci, so you do have permissions to start this CI, but the save was unsuccessfull.
    See if you can try to find some more loggin in the appserver or run it in trace mode the see the actual error.
    Hakan

  • Note of Fiscal for Brazil - Status code descriptions required.

    Hi,
          I am looking for the Brazil - Note of Fiscal - Status code descriptions for the codes 542, 523 etc.. Please provide us the same. Thanks in advance.
    For Example - status code 100 - Autorizado o uso da NF-e
    Rgds
    Siva

    Hi Siva,
    Please look at these pages:
    http://wiki.sdn.sap.com/wiki/display/BPX/NF-eStatusonSAPNotaFiscalElectronicaSolution%28ERPxGRCxPI%29#NF-eStatusonSAPNotaFiscalElectronicaSolution%28ERPxGRCxPI%29-SC1
    and
    http://www.nfe.fazenda.gov.br/portal/docs/Manual_Integracao_Contribuinte_versao_4.01-NT2009.006.pdf
    It can help you regarding the status of NF-e.
    regards
    Ruy Castro

  • Italy long tax code descriptions

    Some tax code descriptions for italy are quite long and the user is saying that the description needs to match the exact description characters, it cannot be cutted off due to legal reasons.
    For example, the full description of the tax code above should be:
    IT - 20% Acquisti con Reverse Charge- Art.17(3), DPR 633/1972- Iva indetraibile
    However the field size is 50 characters lenght.
    Any light on this is appreciated.

    in IMG > SAP NetWeaver > General settings > define countries  >  country specific checkings  you define per country what checks are carried out. For some fields SAP has supplied harcoded rules.
    You should not test with ANY number, use a correct number given from vendor or customer.
    If it is not possible to enter this number, investigate the root cause,by looking at the message detail. Then you should search OSS if there was a legal change  and a recommendation what to do.

  • Transaction code description

    Hi Experts
    I know it is stupid question, but how can i get transaction code description TSTCT to link with the following tables
    AGR_TCODES
    AGR_USERS
    AGR_1251
    AGR_PROF
    AGR_DEFINE
    I want to join AGR_TCODES with TSTCT (which contains t codes descriptions) or is there anyother tables
    Regards
    Piroz

    hi,
    try the below code
    TYPES: BEGIN OF ty_tcodes,
           tcode  TYPE  tcode,
           ttext  TYPE  ttext_stct,
           END OF ty_tcodes,
           BEGIN OF ty_agr_tcodes,
           agr_name TYPE  agr_name,
           type     TYPE  reporttype,
           tcode    TYPE  agxreport,
           tcode20  TYPE  tcode,
           END OF agr_tcodes.
    DATA: it_agr_tcodes TYPE STANDARD TABLE OF ty_agr_tcodes,
          it_tcode  TYPE stard table of  ty_tcodes.
    START-OF-SELECTION.
      SELECT  agr_name
             type
             tcode
             tcode AS tcode20
             FROM agr_tcodes
             INTO TABLE it_agr_tcodes.
      IF sy-subrc = 0.
        SELECT tcode
               ttext
               INTO TABLE it_tcode
               FOR ALL ENTRIES IN it_agr_tcodes
               WHERE sprsl = 'EN'
                 AND tcode = it_tcode-tcode.
      ENDIF.
    Reward if found helpful.
    Regards,
    SB

  • Status codes description.

    hi,
    in t.code inbound and out bound status codes description was
    available.
    thanks.

    HI Friend,
      if it help full to u please give me reward point.
                            Display Status
    SM58     DISPLAY TRANSACTIONAL RFC
    WE08     DISPLAY VIEW “FILE STATUS”
    WECP     DISPLAY VIEW “RECEIVED IDOC FROM R/2”

  • Need english municipality code description with table T5ITM4

    I have just applied note 1252443 and the table T5ITM4 has municipality code description blank.
    Someone told me that I will get the municipality code description in ITALIAN if I log in as Italian.
    But unfortunately Italian language is not installed in our system.
    I am wondering how I can get English municipality code description with the table T5ITM4
    Please help

    Hi,
    Please take a look at note 1426788
    Regards,
    Dilek

  • Translate TAX code description

    Hi everybody,
    We have created a new tax indicator for germany (Transaction FTXP). 
    Once it's created, If we log on to the system in a different language than deutsch the description of the tax code doesn't appear.
    Is there any standard transaction to translate these descriptions to another languages?
    In transaction SE63 we can traduce table entries but I'm looking for another solution without using this transaction.
    Thanks in advance.
    Answers will be awarded.
    Ismael

    Hi,
    the description are in following table :
    T-code : FTXP     Table : T007S
    If not installed Required language, it shows only EN, TAXXX So, it seems you first check if XX language installed correctly.
    It is not possible in the standard to translate the tax names in additional languages without that it is neccessary to logon in different  target languages and to enter the tax names several times in transaction "FTXP"
    You must logon in the language in order to manintain or see the corresponding texts.
    Please assign points if it useful.
    Regards
    Ravinagh Boni

  • How to Control the Favorites  T-code Description changed with the Logon La

    Dear All,
             I have a issue for this: user want to set Favorites Description changed with the Logon langue, For example: In EN Langue, The MM01 in Favorites is u2018Material createu2019, If user used the other Langue, he want the u2018Material createu2019 changed the logon langue.
    If the t-code in SAP menu, the description can change with logon langue?
    How to set?
    Please help me!
    Thanks
    Sun
    Edited by: sun on Dec 19, 2008 2:23 AM

    hi,
    pls check this link
    http://searchsap.techtarget.com/tip/0,289483,sid21_gci862499,00.html
    use these FM
    STREE_USER_FAVORITES_COPY
    STREE_FAVORITES_MAINTAIN
    thanks

  • COM routine error code descriptions in SAP APO - transaction /SAPAPO/OM10

    I had recently encountered a  COM error in SCM APO and wasted a lot of time trying to figure out what the error code actually meant.
    If you ever have this issue, you can use transaction /SAPAPO/OM10 to resolve any COM routine error message.
    You can also check the message class /SAPAPO/OM_TS and possibly some other /SAPAPO/OM* message classes as well. This is where the error message descriptions are coming from.
    Hope this helps.

    Hello Gabor,
    -> As you know, you could use the transaction /n/sapapo/om10 to Display Meaning of COM Return Code.
    -> In case you got a COM error in SCM APO => to avoid a spending a lot of time trying to figure out what the error code actually meant, please, open the OSS message to the component BC-DB-LCA to get the liveCache application support from SAP on this issue.
    Thank you and best regards, Natalia Khlopina

  • XI Alerting - Error Code-Descriptions

    Hi to all,
    I'm just about to use the XI-Alerting for application support and got the following question:
    Is there any resource where to get some kind of catalogue with descriptions for all XI-Error-Codes?
    Of course, most of the category/code-names are quite self-explanatory but I'd like to have sort of reliable documentation.
    I found several blogs and forum-threads concerned with specific categories/codes, but was not able to find one document about the whole thing (and as there are about 350 I think, it would be quite a puzzle to gather the information).
    Any idea where to find something like that?

    Hi Jana,
    I beleive there is no such documents that describe each and every Error category and Code. I faces the same problem while confiuring the Alerts for many interfaces.
    Even I tried to find out on SAP Market place...but get nothing.
    If you doing any research and will come up with any document thean please let me know also.
    Thanks
    Farooq.

Maybe you are looking for