Display GL Description in AP Invoice

Hi Experts
Within an AP Invoice (Service) the GL Account field is obviously available but the GL Description is not and I cant see it in Form Settings.  Any way to have this display the GL Description when the GL Account field is completed.
Thanks!
Lorna

Hi Lorna,
You can setup a formatted search . Try the below as suggested
First navigate to Tools > query generator > Execute >click pencil icon> pase the below query > click save as say GLdescription in the category general
SELECT T0.[AcctName] FROM OACT T0 WHERE T0.[AcctCode] = $[$39.2.1]
In th G/L Description (ALT + SHIFT + F2) in all the service document G/L description field with this one query and .
Select the thrid option and open saved query and select the query GLdescription
Select Auto Refresh > When field changes > G/L Account and falg refresh regularly. This FMM needs to be setup across all Service type documents.
I'm sure this will resolve your query.
Note.  Its available in 8.8 by default.
Regards,
Rakesh N

Similar Messages

  • Problem in displaying the description of item

    Hi,
    I am working on a report of production order and i want to display the description of the Item but the problem the matnr is stored in ITPO1 AND i am displaying the values of ITPO5 which contains the difference value of qty of Item . To display the quantities i am using the table AUFM and i want to display the description of the production order Item which is stored in the ITPO1 .
    I am declaring the value of item in the ITPO5 and writing this select single query but it is not displaying the data.
    LOOP AT ITPO5.
          SELECT SINGLE MAKTG FROM MAKT INTO ITPO5-ITEMDESC WHERE MATNR = ITPO1-MATNR.
          WRITE: / ITPO5-AUFNR,ITPO5-ITEMDESC,ITPO5-I_QTY.
          TOT_QTY = TOT_QTY + ITPO5-I_QTY.
        ENDLOOP.
    Plzz provide me guidelines how to solve this problem.

    HI,
    Check this way..
    LOOP AT ITPO5.
    LOOP AT ITPO1 WHERE AUFNR = ITPO5-AUFNR.
    CALL FUNCTION 'CONVERSION_EXIT_MATN1_INPUT'
      EXPORTING
        input              = ITPO1-MATNR
    IMPORTING
       OUTPUT             = ITPO1-MATNR
    EXCEPTIONS
       LENGTH_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.
    SELECT SINGLE MAKTG FROM MAKT INTO ITPO5-ITEMDESC WHERE MATNR = ITPO1-MATNR.
    IF SY_SUBRC EQ 0.
    WRITE: / ITPO5-AUFNR,ITPO5-ITEMDESC,ITPO5-I_QTY.
    TOT_QTY = TOT_QTY + ITPO5-I_QTY.
    ENDIF.
    ENDLOOP.

  • How to display a description and make validations

    Hello colleagues...
    As most of you I'm coming from a Forms background and I'm triying to understand some techniques.
    But my question is If have a simple PL/SQL block to display a descripction and make some validations, How can I do the same task using Jdeveloper? for example: I have the follwing PL/SQL in and KEY-NEXT-ITEM trigger.
    DECLARE
    v_status varchar2(1):=null;
    BEGIN
    SELECT department_description, department_status
    INTO :block.department_description, v_status
    FROM departments
    where department_id = :block.department_id;
    if v_status = 'D' then
    message('The department is disable...');
    raise form_trigger_failure;
    end if;
    next_item;
    EXCEPTION
    when no_data_found then
    message('The department you typed does not exist...');
    raise form_trigger_failure;
    END;
    in this case I'm displaying the description of a department and I've validated that the department has to exists and has to be enable. both tasks in the same block.
    How can I don the same thing using Jdeveloper and ADF Business Components?
    Rafael Enrique Martinez.

    Both of these are explained in the ADF Developer Guide that you should read.
    Your view object can contain information from multiple tables (with one being the main/updateable table, and the other being read only). This is how you take part of the first issue.
    http://download.oracle.com/docs/html/B25947_01/bcvoeo003.htm#sm0176
    The validation can be assigned directly to the attribute you want to validate.
    Just add a validation to the attribute in the entity object.
    http://download.oracle.com/docs/html/B25947_01/bcentities007.htm#sm0152

  • Need to display variable descriptive text in a report

    Does anyone know of a way to display the descriptive text for user entry variables in Crystal Reports? I've tried a couple of methods in the past (a subreport going against master data and building an array of text valued from the data) but each has method has some significant drawbacks. How are customers dealing with this right now? I have been encouraging them to be satisfied with the technical names, but that doesn't go over very well.

    Look like no one had any thoughts. I'll just close this one down for now.

  • In the report we have to display DAY DESCRIPTION(Ex:Monday,Sunday,...)

    In the report we have to display DAY DESCRIPTION(Ex:Monday,Sunday,...)in  columns. How to get it? Can anyone help me?
    Thanks in Advance

    If we put calday in dril down we can display mm/dd/yyyy formate. Instead of this we have to display monday,tuesday,wednesday etc. corresponding to that date.
    In the repot level if i go to properties there is no option for key and text. i think time charecteristics don't have that type of option.
    If any doughts plz let me know
    thanks 4 ur reply

  • Custom Infotype - to display the description  in query ouput!!

    I have created a Custom Infotype  and when I run a Infoset Query against the custom infoset, the field is getting displayed but not the description.
    For Ex
    ADP Infotype Company Code A11 - America
                           Company Code A12 - Africa
                                                    A13 - Russion,
    My issue is, when i run the query, the three letter code (A111, A12) is getting displayed but not the descripton itself.
    Can some one please let me know how to display the description in the output when we nun the infoset Query.
    Thanks for your assiance!!

    Hi,
    Have u given proper Data element and Domain to the field?
    Generate the Query again.
    Manoj

  • How to display a description in fact table from an unrelated DIM table in powerpivot?

    Hello,
    I have two tables in powerpivot 2010: 1 that is my fact and the is unrelated. I'm relatively new to SQL and powerpivot.
    What I need to do is display a description from my DIM table based on a column in my fact. Is this possible? In my fact, I
    have  a ReasonID, the DIM has the ReasonID and description. I just need the description added in my fact as a new /
    another column. Thanks. John

    Hello,
    When you have the same column in both tables, then they are related, even if in database no primary / foreign key is defined. In PowerPivot we can define additional / manual relation, just Change to "Diagram View" and define the relation like below:
    But if you still want the "Dim description" as a computed column in your fact table, then you can use the
    LOOKUPVALUE function
    =LOOKUPVALUE(Dim01[Description], Dim01[ReasonId], Fact01[ReasonId])
    Olaf Helper
    [ Blog] [ Xing] [ MVP]

  • Dynamic select list with displaying a description

    Hi,
    I want to have a select List, my list refer to a lov, and the lov refer to a table contaning 2 columns : code and description,
    The list must display only the code, but I want having an item beside the list dispaling the description....
    I have used a select list with the query :
    select code d, code r from prog_theme order by 1 desc
    and Now : what is the way for displaying the description
    Thanks!!
    Lila

    Ok, here goes the top down approach...
    In the HTML header of my page, i have this reference to a js file containing the javascript - <script src="#WORKSPACE_IMAGES#108.js" type="text/javascript"></script>
    Then in an HTML Region I have the following code to create the divs that will be shown and hidden - <div id="divREGION" class="divs">Select region to get list of countries.</div>
    <div id="divCOUNTRY" class="divs">Select country to get list of cities.</div>
    <div id="divCITY" class="divs">Select city and then press "Get Employees". </div>
    Note that these divs contain static content. You may be able to create dynamic content for these divs by creating dynamic query regions and putting div tags around the region (i havent tried this, it may require template modification).
    The select boxes have this code in the "HTML form elements attributes" - onFocus="javascript:showHideDiv(this,true)" onBlur="javascript:showHideDiv(this,false)"
    This onFocus and onBlur call the showHideDiv() function, passing in the object reference of the select box and a true/false to show/hide the related div.
    The actual javascript function that is contained in the 108.js file is:
    function showHideDiv(objThis, inBool){
         var divid = "div" + objThis.id.substring(3);
         if (inBool) {
         ShowDiv(divid);
         else {
    HideDiv(divid);
    That function in turn calls either the ShowDiv() or HideDiv() functions, depending on the true or false, passing in the ID of the div to be changed...
    function ShowDiv(divid){
         eval('document.all'+ '["' + divid + '"]' + '.style' +'.display = "inline"');
    function HideDiv(divid){
         eval('document.all'+ '["' + divid + '"]' + '.style' +'.display = "none"');
    Hope this helps.

  • Display Value/Description in Lookup During Request-Based Provision

    Hello everyone! I'm currently using a lookup for a list of values during a request-based provision. I've created the request page, however, selecting the attributes isn't working the way I would like it to. For whatever reason, it's only displaying the Description or Decode value during the request. However, during direct-provisioning, I can see both, and when I choose one, the Value or Encode value is what is propagated to the OID. How can I configure my request-based lookup to show both the value and the description like it is shown during a direct provision? Here is the metadata I'm using:
    <AttributeReference
    available-in-bulk = "true"
    length = "50"
    widget = "text"
    type = "String"
    attr-ref = "UD_ULHOST"
    name = "Unix Linux Hosts">
    <AttributeReference
    name = "Host"
    attr-ref = "Host"
    type = "String"
    length = "50"
    widget = "lookup"
    available-in-bulk = "true"
    lookup-code="ULHst">
    </AttributeReference>

    Can I designate my lookup code in that, though?
    I have a lookup named LKTst with the following
    Encode Decode
    ServerA Group1
    ServerB Group1
    ServerC Group2
    Can I still reference this lookup from the query? And if so, how?
    Thank you for your help!

  • Firefox does not display item description while in EBAY.

    In Firefox I log on to EBAY. Any item that I call up does not display the description nor did IE 8. I upgraded IE 8 to IE 9 and EBAY now works in IE 9.I have set off the forged wed site message. I have installed latest Firefox, Realplayer and Flash player. I am running Kaspersky firewall, and several malware scan and registry fixers.
    The operating system is a current Windows 7.
    Ebay says it is not their problem yet the symptoms occurred when they changed how they display the description for an item.
    Need help.
    Thanks
    Mike

    Hi,
    You can try to '''Clear Now''' the '''Cache''', '''Cookies''', and '''Site Preferences''' in '''Tools''' ('''Alt''' + '''T''') > [https://support.mozilla.org/en-US/kb/Clear%20Recent%20History Clear Recent History].
    For optimal firewall/AV/other security software configuration, please see [https://support.mozilla.org/en-US/kb/Firewalls this]. Ideally Firefox and its processes/related files should have full trust in all the modules/configuration areas of the security software - a genuine/original Firefox installer as well as all the installed EXEs (Application) and DLLs (Application extension) are digitally signed by Mozilla Corporation (right-click > Properties > Digital Signatures).
    [http://kb.mozillazine.org/Firewalls AV/Firewalls Configuration]
    You may also have to restart the PC before the new rules sink in completely.
    If problems persist, you may also want to Reset Firefox and start afresh.
    The Reset Firefox feature can fix many issues by restoring Firefox to its factory default state while saving your essential information.
    Note: ''This will cause you to lose any Extensions, Open websites, and some Preferences.''
    To Reset Firefox do the following:
    #Go to Firefox > Help > Troubleshooting Information.
    #Click the "Reset Firefox" button.
    #Firefox will close and reset. After Firefox is done, it will show a window with the information that is imported. Click Finish.
    #Firefox will open with all factory defaults applied.
    Further information can be found in the [[Reset Firefox – easily fix most problems]] article.
    Did this fix your problems? Please report back to us!

  • I want to have only display of Goods receipt and Invoice receipt indicator

    I want to have only display of Goods receipt and Invoice receipt indicator in Purchase Requisition for only category D. Is it possible.? Pls help.

    Hi balaji,
    we cannot change the setting of item category.
    in the customizing we maintain the links between the item category and account assignmnet category.
    these changes has to be done only in the account assignmnet category.
    by following this link
    IMG...>MM...>Purchasing...>Account Assignment...>Maintain Account Assignment Categories
    Hope it wud have answered ur question
    Reward if useful
    Aasif

  • Displaying the description using a Named List of Values

    Hi All,
    Can anyone help me to display just the Description rather then Value on an updateable report using a Named List of Values.
    Thanks
    Arif

    Hi
    Create the named list of values. Go to the Report Attributes and then to the column attributes page for the column that you want to be displayed as description. In Tabular Form Element section select Display As: Select List (named LOV). Then in the List of Values section select the LOV that you created in the Named LOV. Set Display Extra Values to No.
    -Priyanka

  • Display the description of a parameter in the report

    Hi Guru:
    I have a parameter, for each value to be selected, there is a description.
    Now my question is, how to display the description of the value in the report?
    I tried to put the parameter into the report, but it display the value, not the description.
    For example, I have a parameter, for company code, each company code will have a description in the value list of the parameter, after the user pick 1000, I want to put the name of company code 1000 into the report.
    Thanks.
    Eric

    The only way I have found to do this without hard-coding a translation table is to return the value in your dataset.  In your case, cross join your results to
    select company_name from company where company_code = {?comp parm}
    (or something similar...)
    HTH,
    Carl

  • I want display account description per perticular  code_combination_id

    Hi
    Can any one give the query, I want display account description per perticular code_combination_id, Where this account discription will store?

    Hi.
    Use either of the below queries:
    Query 1.
    =====
    select ffv.description
    from fnd_id_flex_structures ffst
    ,fnd_id_flex_segments ffse
    ,fnd_flex_value_sets ffvs
    ,fnd_flex_values_vl ffv
    where ffst.application_id = 101
    and ffst.id_flex_code = 'GL#'
    and ffst.id_flex_structure_code = '<<Your Accounting Flexfield Structure Name>>'
    and ffst.application_id = ffse.application_id
    and ffst.id_flex_code = ffse.id_flex_code
    and ffst.id_flex_num = ffse.id_flex_num
    and ffse.flex_value_set_id = ffvs.flex_value_set_id
    and ffvs.flex_value_set_id = ffv.flex_value_set_id
    and ffse.segment_name = '&Segment_Name'
    and ffv.flex_value = '&value'
    Query 2:
    =====
    select id_flex_num
    from fnd_id_flex_structures
    where application_id = 101
    and id_flex_code = 'GL#'
    and id_flex_structure_code = '<<Your Accounting Flexfield Structure Name>>'
    select ffv.flex_value
    ,ffvv.description
    ,ffvs.FLEX_VALUE_SET_ID
    ,ffse.segment_name
    from fnd_id_flex_structures ffst
    ,fnd_id_flex_segments ffse
    ,fnd_flex_value_sets ffvs
    ,fnd_flex_values ffv
    ,fnd_flex_values_vl ffvv
    where ffst.application_id = 101
    and ffst.id_flex_code = 'GL#'
    and ffst.id_flex_num =50134 -- This is derived from the first part of Query 2
    and ffst.id_flex_num = ffse.id_flex_num
    and ffse.segment_name = <SegmetName>
    and ffse.flex_value_set_id = ffvs.flex_value_set_id
    and ffvs.flex_value_set_id = ffv.flex_value_set_id
    and ffv.flex_value_id = ffvv.flex_value_id
    and nvl(ffvv.end_date_active,SYSDATE) >= SYSDATE
    Hope this helps.
    Cheers
    JD

  • How to display "action description " for an action

    hi,
    how to display "action description " for an action

    hi,
    Go to SPRO>Personal Management> Personal Administration--> Customizing Procedures --> Actions --> Setup Personal Actions/Create Reasons for Personal Actions.
    I think it will solve your problem.

Maybe you are looking for

  • Calling a stored procedures and using its output parameters in a report

    Hi,, I have a procedure defined in a package on the database. This procedure returns a number of output parameters. How do I call this procedure and use the output parameters in my report ? Thanks, Mark

  • Srw.run_report desformat=pdf, output is missing

    Hi, Could someone please help me with the following: I have 2 reports, rep1.rdf and rep2.rdf. rep1.rdf has a formula column in which I invoke rep2.rdf with the following syntax: srw.run_report('report=rep2.rdf '|| ' destype=file'|| ' desname=test.pdf

  • Missing .class ffiles MX7

    CFtree, etc java applets not working.. throw this error.. what files am I missing on my cf install? It works fine on my other CFMX7 install.. TIA, Mark Holm Java Plug-in 1.5.0_06 Using JRE version 1.5.0_06 Java HotSpot(TM) Client VM User home directo

  • 11g release 2 & 11g rel2-rac Enterprise edition video tutorials

    Hi Friends, i  want the video link of  11g release 2  practice Scenarios videos && 11g release 2 Enterprise Manager utility(all videos demonstrating each button) videos. && 11g release 2  Rac grid  Enterprise manager videos(all videos demonstrating e

  • Odd error when trying to search on btplc

    Is this at my end? CFML Runtime Error General SQL Error Request /search/index.cfm File Trace //rdfp0282/extranet/*********/search/index.cfm | +-- //rdfp0282/extranet/*********/search/SuggestedLinks.cfm Type Database Query Error An error has occurred