Display Vendor name in vendinvoice Report

hi expert i have little query , in ax 2012 R3 there is report vend-invoice Report, actually i want to display vendor name on that report,by default there is no vendor name,for this i just added vendor name(extended data type) in vendinvoice temp table,and
then just reference that field in class of vendinvoice,rebuild the ax,and in vs2012  add that field in report design ,and depolye ,but still the vendor name not does not showed in report...plz guide me..
Regards.

Hi Munsifuv,
Is this a question about Power Query? If not, I'd recommend directing your question to a Dynamics Ax forum.
Ehren

Similar Messages

  • How to get the VENDOR NAME in the report s-ME80FN,MB51

    Dear friends,
    In many sap standard reports we are getting the vendor no. or material no. etc., What to do if we want vendor name in the reports ME80FN AND MB51?
    bye
    TS

    Hi Guys,
    Go for enhancement of RM07DOCS......
    add new variable as shown below,
    DATA: BEGIN OF list OCCURS 0.
             INCLUDE STRUCTURE itab.
    DATA: maktx LIKE makt-maktx,
           name1 LIKE t001w-name1,
           btext LIKE t156t-btext,
           pspid LIKE prps-posid,
           vornr TYPE vornr,                                     "215929
           color_line(03)       TYPE c,                          "n555
           color TYPE slis_t_specialcol_alv,
    *{   INSERT         IDEK900044                                        1
        vd_name1 type name1_gp,
    Also add the variable if required.
    Then go for Deatil_list and add the further coding.....
    Problem get resolved......

  • Supress Vendor name in std report S_ALR_87012103 - Vendors: Items

    Hi ,
    I am using report 'S_ALR_87012103 - Vendors: Items -> List of Vendor Line Items' to list the vendor open items and in the output the vendor name with address is displayed, I want to supress name and address so that when I download to excel it will easier for me to change the columns.
    Than

    Try using FBL1N instead of this report, which does not show address.
    Regards,
    SDNer

  • Vendor Name in FBL1N report

    Hello,
    How can we add vendor name in report layout of FBL1N (vendor line item display)? I tried to do define it in additional fields for line item display in customization.
    But the table LFA1 is not defined in table T021S. Is it possible to add tables apart from BSEG, BKPF which are already there.
    Regards,
    TP

    Hello TP,
    If you want to append additional columns like LFA1-NAME1 to FBL*N report, please refer OSS note below.
    Note 984305 - Line item: Definition of special fields (T021S)
    Regards,
    Burak

  • Including Vendor Name in Standard report 'MB51' transaction

    Hi Friends,
    I have a requirement of Displaying the Vendor Name in the standard report 'MB51', after the vendor No.
    I checked the report and it is really confusing ..... ( i ve seen something like when i double click the document number it is going to 'Display material Document - 147404608' something !! ........
    I want the same report with vendor name included ... is that possible ????
    One more doubt .... i actually copied the Program 'RM07DOCS' with the includes to a name 'ZRM07DOCS' but when i execute with plant '0020' iam getting an error 'Selection was not restricted' though iam not getting the error when i give the same selection criteria in the Standard report....
    Expecting ur replies :-|
    Thanks in advance
    Cheers,
    R.Kripa.

    Hi,
    I did similar requirement but in my case the tr code was mb5b but anyway approach would be same ,please check steps below.
    1) Copy standard report to a Zreport. copy everything including includes , texts etc.
    2) Now put a break point at REUSE_ALV_LIST_DISPLAY , it might be possible that its used multiple times. so just cross check which list display is showing results.comment out this REUSE_ALV_LIST_DISPLAY.
    3) Now say you have to add 2 extra fields to report.define you own internal table with all the fields you needed.move the final internal table to your internal table.
    4) build your own field catalog for your internal table.
    4) using select queries fetch field values of those 2 extra fields for each record.and then use resue_alv_list_display  or resue_alv_grid_display in place of original list_display. pass fieldcatalog and your final internal table to it so as to get output desired.

  • Display vendor name in the additional costs details for the PO

    Hi,
    I was wandering if there is any possibility to display vendor's name in the additional costs detail in the conditions tab in PO.
    As for standard, only the vendor number is shown.
    Regards.

    Hi,
    It is not possible to view the name of vendor there in "Addiitonal Data" screen for the condition type.

  • Display Vendor Name In PO Item Condition In Item Details

    Hi,
    Process is, if we have created to PO (ME21N) and given XX Vendor in Header and ZZ Vendor Code has maintained as per condition wise in line item wise in condition tab in item details but not shows ZZ Vendor Name.
    I want to display the Vendor Name in item details.
    Please tell me, How to display the vendor Name?
    If any User Exit or other option through.
    Devendra

    Thanks for Reply, as suggested by you, I have checked with ABAPer maybe this enhancement use for new tab in PO
    I need to display the vendor name at the space before the vendor and vendor code are shown.
    Me21n-->give item and its details>item conditions tab---->select particular condition type -
    >click on Conditional details icon. There at the end right hand side vendor field is present where we can give vendor code. Beside the vendor field i need to display that given vendor code related name. So that user won't make any mistakes in giving the vendor code
    Pl provides me the solution to do this. Which is the best way to bring vendor name in that screen?
    Devendra

  • Vendor name in FBLN Report

    Hi Experts,
    How can i add the vendor name in FBLN standard reports. I have checked in hidden fields but vendor name option is not there.
    Please .....
    Thanks in Advance
    Manju

    HI
    You can refer the below link
    Re: adding a field to FBL3N
    Hope this will help you

  • Displaying Alias names in a report

    Hi All,
    We are facing an issue with a report script, where we need to display both the member name & alias for only the Customer & Product fields in the report.
    Where as the report is displaying the alias names for other fields as well after some 9k rows. and it only happens for some rows.. not all.
    Any idea why this is happening.. Also we are passing the substitution variable using a .scr script to the report.
    Please find below the report script that we are using...
    {NOINDENTGEN}
    {ROWREPEAT}
    {COMMAS}
    {SUPFEED}
    { COLHEADING }
    <SETUP {TABDELIMIT} { decimal 7 } <Accon <Sym <Quote <End
    // Header record to mention product category
    { STARTHEADING
    TEXT 1 &CatName
    ENDHEADING }
    // include variables in the column
    <Column("Variable")
    // Variables
    "variable1"
    "variable2"
    "variable3"
    "variable4"
    //includes remaining dimensions in Rows
    <ROW ("Planning Group", "Version", "Period", "product", "Customer")
    //Product group
    "prod.group"
    //Select Prior Year
    <Link (<DESCENDANTS ("Version") AND <UDA("Version","Period-UDA"))
    "FULLYEAR"
    {OUTALTNAMES}
    // Includes member description
    <OUTMBRALT
    <LINK( (<DESCENDANTS(&CatCode)) AND (<Gen(Product,11) ) )
    <SORTMBRNAMES
    <LINK ( (<DESCENDANTS("Customer")) AND (<UDA(Customer,"UDA-Name"))) //AND (<GEN(customer,7) OR <GEN(customer,8) OR <GEN(customer,9)))
    !

    Firstly, I'd usually do {OUTMBRALT at the beginning of the script instead of the middle. But of course you want to switch...so
    You could consider first in breaking up the reportscript into parts. Like you said you tried to have some part showing alias and some part don't. Let's assume for example you break this into 3 reportscripts. Now do you see the difference?
    OK and another trick, let's assume it works is that you can use the '!' sign to run multiple reportscripts.
    Script Text 1
    Script Text 2
    Script Text 3
    And then you can run it all like one script.
    Regards,
    Daniel Poon                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

  • Cost center report with Vendor name

    Hi All,
    I need a cost center report which shows Vendor name and number.
    I tried with report S_ALR_87013611 but it is not displaying Vendor name for the expenses which is posted in MIGO.
    It is showing the offset A/c as GR/IR clearing a/c.
    Any other report or query I can make this.
    Thanks in Advance.
    Regards
    Shanu

    Hi Shanu
    There is a workaround
    When you post expense Dr to Vendor Cr - Use substitution exit RGGBS000 and populate Vendor no / name in a Text Field like SGTXT/.. You need to write FI Substitution in OBBH for this
    After this, implement the exit COOMEP01 to fetch SGTXT in CO Line item reports KSB1... It will also be visible in S_ALR reports
    Include SGTXT in the Structure CI_RKPOS
    Sample code of COOMEP01 is as below
    The code is written in include ZXKAEPU01 of EXIT_SAPLKAEP_001
    SELECT SINGLE vbel2 SGTXT FROM bseg
      INTO (cs_record-vbel2, cs_record-SGTXT)
                 WHERE bukrs = cs_record-refbk
                   AND belnr = cs_record-refbn
                   AND gjahr = cs_record-refgj
                   AND buzei = cs_record-refbz.
    br, Ajay M

  • Vendor name in g/l line item display

    Hi,
    I have a requirement to get the name of the Vendor in line item display of Rec. G/L code. In standard reports FBL1N and FAGLL03 we can get only vendor code. Is there any possibility to insert the vendor name in standard report or any alternative report available in the system.

    Hi Sridhar,
    If you want to display the report on the system, then you may look at the options suggested above by other friends.
    If your requirement is to download the report, then you can have a vendor list seperately, download the normal FAGLL03 report and run a simple vlookup function and get the names of the vendors.
    Regards,
    Mike

  • Display of vendor name after giving  different freight vendor in me21n

    We have maintained a different vendor for freight in the PO at condition type level in me21n(conditions tab If we double click on that particular condition type we can see vendor where vendor can be given).We need to display vendor name seperately with respect to vendor code adjacent to that.
    Pl provide me the solution to do this.Which is the best way to bring vendor name in that screen.
    Provide me if any screenexits are possible?

    We have maintained a different vendor for freight in the PO at condition type level in me21n(conditions tab If we select particular condition type and click on conditional details icon we can see vendor where vendor can be given).We need to display vendor name seperately with respect to vendor code adjacent to that.
    Pl provide me the solution to do this.Which is the best way to bring vendor name in that screen.
    Provide me if any screenexits are possible?
    I need to dispaly the vendor name at the space before the vendor and vendor code are shown.
    Me21n-->give item and its details>item conditions tab---->select particular condition type -
    >click on Conditional details icon.There at the end right hand side vendor field is present where we can give vendor code.Beside the vendor field i need to display that given vendor code related name.So that user won't make any mistakes in giving the vendor code.

  • Display of vendor name in po condition type

    Dear SAP Gurus,
    I have got a requirement to add vendor name in po item detail condtions tab in that if we select particular condition type and see the details there we can see vendor and now it is required to add vendor name display based on the given vendor.
    i got some idea of doing sonmething in the screen of that program.
    programname SAPLV69A
    Screen number 640.
    We need to display vendor name against vendor.Can you tell me the badi or any exit for coding the requirement.
    Regards,
    Anand.

    Hi
    Add you own tab in the PO for this item with this info. Use the badi's ME_GUI_PO_CUST and ME_PROCESS_PO_CUST.
    If you need more info, let us know.
    Regards
    Eduardo

  • MSRV* Reports: How to add Vendor name?

    howdy gurus!
    Appreciate very much for any guidelines on how to add vendor name in MSRV* reports.
    Cheers,
    Ron

    Thanks for the inputs guys.
    So there's no technique yet to include it (similar to FBL*N and CJI3/KSB1).
    No available note also in SAPNotes.
    I already developed the Z*  report but the key user requests the possiblities in MSRV*.
    Cheers,
    Ron

  • 'FBL3N' Vendor Name

    Hi Experts
    could u please help me regarding the report run by transaction FBL3N is there any
    sap note available just to add the vendor name to the report i jsut require that one
    one field and rather than making a copy of that program n writen a zprogram i wanted to knw if sap offers any notes to modify it.
    thanks u

    Hi,
    Check the structure RFPOSXEXT. The special fields you add will be prefixed by U_ in the structure. This is the structure which is used to display the line items, so check if the values are getting populated in this structure.
    Also refer to the following thread :
    adding a field to FBL3N

Maybe you are looking for

  • How do I transfer bookmarks and history(on an external hard drive)from Firefox22.0.0.4971 to current version?

    On a recent problem,I refreshed my pc(windows8)which deleted Firefox 22.0.0.4917.I had installed this version on an external hard drive.I then had to download a new version of Firefox.How can I retrieve my bookmarks and history from the older version

  • The file is in use by another application.

    Post Author: mudEyes CA Forum: Exporting CRXI, VB6, SQLSever 2005 I'm using the report.export method to save reports so that the data is saved with the report.  If I alter the report and then export I get no problem, if I then alter and save the repo

  • Clock icon

    How or why was the time 10:15 decided for the iphone

  • Raw device support in 11gr2

    We are currently running oracle 10.2.0.4 RAC using raw devices on the hpux itanium 64bit platform. We want to upgrade to 11.2.0.3 and I am wanting to know what parts of of database environment will still be able to utilize raw devices? Can my datafil

  • There is no 3d panel in my photoshop cc

    i went to window to find 3d and found nothing i have windows 8.1 , intel core i3 processor , nvidea geforce 210 (1 gigabyte)  , 4 gigs of ram