Finding short text description of Fixed values for value range for domain

Hi,
When I got to Dictionary: Dispaly Domain and click on tab value range; I get the template showing Fix. Val and its associated short text.
I want to fetch the short text for a particular fix. val for a domain.
How can I do that ? What table can I use it ? Or do I need to use some function module ?
Lets say I want to fetch the short text for a given Fix val. for domain VBELN.
Please help me out.

Hi,
You can use Function Module 'FM_DOMAINVALUE_CHECK' to get the fixed values of any domain.
Regards,
Atanu

Similar Messages

  • Where we can find Short Text data type attachment

    Hi,
    file type attachements are store in fnd_lob.
    Where we can find Short Text data type attachment in oracle apps.
    Regards

    Hi,
    You can find short text data type attachments in FND_DOCUMENTS_SHORT_TEXT table.
    Please also refer link:
    Oracle Apps Gurus: Attachments in Oracle
    Attachments in Oracle Applications
    Hope this helps!!!
    Best Regards,

  • INCLUDE report "LJ1I_TABLE_MAINTU23" not found. For No. Ranges for W.Tax Ce

    Hi,
    For T-Codes J1INCRT (SAP script Forms/section indicators for E WT Certificates) & J1INCTNO (Number Ranges for Withholding
    tax certificates) development system is giving a dump. In production it is working fine.
    The include program LJ1I_TABLE_MAINTU23 is not available in development server, it is available in production server.
    What should be done?
    Regards,
    Abhijit.

    HI
    Please chck the TNRO
    Regards,
    satish

  • Finding Short Text for selected Data Element

    Hi all,
    I need to find the short description using a data element (technical name) as a search criteria, where you can use trxn SE12 to search for its short description.
    e.g. KEY = 'Synchronization key'
           SPRAS = 'Language Key'
           VBELN = 'Sales and Distribution Document Number'
    In my ABAP program, I have a list of data elements (technical name) but I want its short description to be displayed.
    Can someone shed of light of how to achieve the above?
    Thanks and regards,
    Patrick

    Field DDTEXT Table DD04T will return the short description of the data element. Also pass language 'E' in DDLANGUAGE field and data element name in ROLLNAME.
    For short description use field: DDTEXT
    For Short Field Label use field : SCRTEXT_S
    For medium Field Label use field : SCRTEXT_M
    For medium Field Label use field: SCRTEXT_L
    For heading Use Filed: REPTEXT

  • Finding the texts/descriptions on infotype 0001

    Are there any standard Function modules to read the texts ( or description) on certain fields on infotype 0001... the fields are .. positions, cost center , fund , grant , org unit etc...
    If there are no FMs.. then what tables are the best ones to read these information.
    Thanks.

    Mark,
    Take a look at class CL_HR_TEXT_IDENTIFIER.  This can be used for more than just infotype 1.  An example of how this class is used can be found in program RPLICO10.  This is the standard SAP Flexible Data Report.
    Best Regards,
    Chris H.

  • How to enter second short text description language in task list header

    Hi,
    I can't find how to maintain second description language in task list header,
    Does some know how to do it (I have searched in Go TO menu - but haven't found anything useful there).
    Daniel Gontar

    Tasklist in Different languages
    PeteA

  • Customer exit variable for date range for the last day

    Hi,
    If user enters date ranges in variable
    suppose user enters 9/1/2010 to 9/15/2010 and we have to calculate currency conversion based on last day i..e 9/15/2010 . 08
    2)User input is date range 08/01/2010 to 08/30/2010
    I need from the customer exit 08/30/2010 (on last day) to calculate currency conversion.
    Can anyone help me with ABAP code to achieve this customer exit?And please tell me how to proceed step by step
    Sridhar

    create a variable to enter date range (ZDATE1)
    create a key date variable(ZDATE2) with processing type customer exit, should not be ready for input.
    In the exit ZXRSRU01 write below code.
    DATA: l_s_range TYPE rsr_s_rangesid,
          loc_var_range LIKE rrrangeexit.
    WHEN 'ZDATE2'.
        IF i_step = 2.
           read table i_t_var_range INTO loc_var_range
                    with key vnam = 'ZDATE1'.
            CLEAR l_s_range.
            l_s_range-low = loc_var_range-high.
            l_s_range-sign = 'I'.
            l_s_range-opt = 'EQ'.
            APPEND l_s_range TO e_t_range.
        ENDIF.

  • Material Number mandatory for PR exceptP for Service Purchase Requisition

    Hi All,
         Our client's new requirement is we need to give material number mandatory for Purchase Requisition. But it should not affect for Service Purchase Requisition (as we don't have material number with material type DIEN. Till now, we were using Acc Assignment Category K and Item Category D with only Short Text description). We have separate document type for Service Purchase Requisition(ZSRV).
        In order to make Material number mandatory, in PR, we need to give in "Define Screen Layout  at Document Level for PR",right? Is there any way to give, "Material Number Mandatory at Document Type Level"?
    Please suggest.
    Regards,
    rosh

    hi sridhar,
      Thank you for your answer. So as you said, there is no possibility to make material number as mandatory at DOCUMENT TYPE level through Customzining, right?
    Regards,
    Rosh

  • Short Text in PO change History

    Hi Experts,
    I am developing a report for changes in PO History.
    I have fetched each and every field except the  the field for short text
    The way to see the PO history change is
    Tcode: ME23n
    Select any item from item details, and follow the path in menu bar Environment-->Item Changes.
    A new window will get open.
    There the third field is of short text description. I want this field. 
    Plz tell me the table nameu2026
    hav a gr8 day ahead..
    Regards,
    Apoorv sharma

    Hi Apoorva,
    To get short text, you have to get the fieldname and tablename and that you can get from CDPOS. After getting that :
    1.Pass Table name and fieldname to DD03L table and get field value of fieldname 'ROLLNAME'.
    2.Pass this value to table DD04T and get field DDTEXT.
    For example, you want to get the short text and Table name has EKPO and fieldname has MENGE. Then once you pass field name MENGE and table name EKPO to table DD03L, then you will get field DD03L-ROLLNAME as BSTMG.With DD03L-ROLLNAME as BSTMG pass to table DD04T and get field DDTEXT, you will get Purchase Order Quantity.
    Thanks & Regards,
    Faheem.

  • Transfer of Service master short text  from PR to PO

    Hi All,
    We have a scenario where we use Generic service number to order one time services. Based on the requirement we keep on changing the short text (description) of the service master in PO or Purchasing requisition. The issue is - Short text on generic service master is changed in PR but it is keep on reverting to original short text as in service master while converting PR to PO. . 
    For Example :
    Service master - Code - 100001 - Description - "Generic Corp Miscellaneous Services"
    I created a PR, included service no 100001 and changed the description of short text to - "Fixing tiles at foyer". Now when I converted PR to Purchase order service description should transfer to PO. But it is showing as 'Generic Corp Miscellaneous Services'. After investigation I found it is coming from the Contract that is linked with the PR as source of supply. And if I removed the Contract from the source of supply short text transfers from PR to PO. So Contract get precedence over PR.
    The requirement is - short text of service master should transfer from PR even when source of supply is Contract. It means always transfer short text from PR to PO not from contract. Is there any user exit/ config or change to ABAP code is required.
    Any help is greatly appreciated.

    Hi
    If you have document management system active in your system and if it the document type of documnet (which you created in CV01N) has link object PO and PR. Surely it will be transafred from PO to PR. But if you have added document in service object in Me52N then it will never go to PO automatically.
    Thanks and Regards
    Antony

  • PR TO PO "SHORT TEXT" CHANGED IN PO ERROR MSG

    Sir,
    while making po with pr for short text if user changes the PR short text description in PO
    error message should be issued
    ply help
    regards
    amey

    In standard SAP you can set the configuration to issue a message if the PR is different than the PO.
    Examples
    055   Purchase requisition &, item &, not released for ordering
    056   Purchase requisition &, item &, has a different material number
    057   Purchase requisition &, item &, has a different plant
    058   Purchase requisition &, item &, has a different supplying plant
    059   Purchase requisition &, item &, has different account assignment category
    068   Requisition & item & has different purchasing group
    076   Materials of requisition & item & alr. ordered in full
    However, if there is no material master involved and the text is altered from PR to PO during PO creation, there is very little that can be done.  You may be able to check this with some customer exit, but I do not normally use them.  Hopefully someone with customer exit knowledge can advise you in that area.
    Regards

  • Adding work order short text to KSBB report

    Presently, our budget administrator runs various KSBB reports for showing budget/actuals. For instance, you run the report <i>Plan/Actual Comparisons -> Additional Ratios -> Cost Centers: Act./Plan/Commitments</i>.  Then you drill down into the actual line items for the one of the material settlement cost centers. One of the fields in the resulting report is called "Partner Order" and it shows the work order associated with the line item.  Of course, the work order can be displayed in IW33.
    What I would like to do is show the work order number short text [description] either along with the work order number or instead of it.  I know the work order number ties back to the AUFNR field in the view CAUFV, and the short text goes back to the field CAUFV-KTEXT.  What I don't know is how to get KTEXT onto the KSBB report.  I'm sure I will have to customize the report, but I don't know where to start.
    Anybody have any ideas?  Thanks in advance.
    We are running 4.7 Enterprise (Basis 620) with FI, CO, MM, PM, PS, and HR/PY.

    Hi!
    After you have chosen the report and you are on the selection screen, you have to determine its technikal name. For this, choose environment - techikal information menu.
    Report group is what you need.
    Then go to GR55 transaction to modify the report group.
    Because these are not exact ABAP program, I don't know how can you read (select) data from caufv, but you might try it.
    OR! You can copy the program. The program name is also in the technikal data panel, its like this: GPC3IL91J3FDQJFRDFHTFNJSIKF040
    Give more human name to it and you can write your ABAP code into it.
    Regards
    Tamá

  • CATS - adding WBS Short Text to Data Entry Section

    i got the wbs short text to appear in the work area but it's not showing up in the data entry section. It's all setup in CAC2 under worklist and data entry. Am I missing something else ?. There looks to 5 core fields in the data entry section and using CAC2 - i can take any of those fields away and add them back but cant add any other columns to be displayed
    thanks in advance,

    Hi,
    Thankyou for your response.
    The Short text i mentioned is not the text of the attendance / absence code. It is the additional message one may want to associate with the record being entered.
    It can be seen in a pop-up window in CATS whenever the hours field of such a record is double-clicked.
    When i try to transfer such a record with an additional short text assigned to it in CATS to HR (CAT6/CATA), the short text does not transfer.
    Could you help me find a way to transfer such short texts to respective HR infotypes (IT2001  /  IT2002)
    Thanks for your help!
    Thanks and regards,
    Shreyasi.

  • Values from field range

    how to obtain all values in field range of domain?

    Hello,
    YOu can find those values in table DD07L
    Regards
    Naimesh

  • The URL command to filter a range for 0FISCPER

    Hello,
    Does someone know how to set a filter for a range for 0FISCPER in an URL.
    I tried FILTER_VALUE_LOW and FILTER_VALUE_HIGH, but this seems not to work for a compounded InfoObject.
    Next I tried FILTER_OPERATOR=GT and FILTER_OPERATOR=LT but also this didn't give any results.
    Regards,
    Sjaak

    Hi,
    please keep in mind to specify the complete compounded value.
    (See http://help.sap.com/saphelp_nw04/helpdata/en/59/edfe395dd76846e10000000a114084/frameset.htm)
    For example the correct notation could be
    FILTER_VALUE_LOW = K42004006
    You can verify the correct filter value format this way:
    Create a drop-Down-Box with 0FISCPER execute the template with parameter snippet_operations= (To ensure that an url request is sent) Now you can check in the url the correct format. Or just have a look on the generated HTML-Coding.
    Heike

Maybe you are looking for

  • What are differences between the target tablespace and the source tablespac

    The IMPDP command create so manay errors. But the EXAMPLE tablespace is transported to the target database successfully. It seems that the transported tablespace is no difference with the source tablespace. Why create so many errors? How to avoid the

  • When I assign new Item created to single org it is not shown on PO.

    One item is created and assigned to single org but not able to view on PO. While I do assign all it is seen on PO. Setup>Organization>finantial option>supplier purchesing>inv org --> is NOT item master but other org. Is this problem is becoz of this.

  • Delta Update Differences in LO

    Hi, What is the difference between DIRECT, QUEUED AND UNSERIALIZED V3 updates and how and when do we choose a specific type of delta type against the other. Thanks Rashmi.

  • Concurrent managers not getting up

    When running concurrent request for active user the phase is Inactive and the status is No manager

  • I am unable to Sign in to Forms Central?

    Dear Adobe Community I have Adobe Acrobat Pro from CC.  However I cannot sign in to start the online account.  The Getting Started button does not respond either. Any help or advice would be most appreciated. Thanks dreamsk