Add vendor name in MMBE transaction

Hi all,
        In transaction MMBE, (Stock overview), I had a requirement where I need to display the storage location wise material movement. When I select the vendor in Display Variants, it is displaying the vendor number.  But instead of vendor number  or  along with the vendor number, I need to display the Vendor Name.
For this, I think I need to write the enhancement. Actually Iam new to enhancements.  Can Anybody guide me how to approach in this regard.
Thanking you,
Murali Krishna T

Hi
Copy that Std report RM07DOCS  to Z report
and fetch the name from LFA1 table and add to the final Internal table and display that field
If you feel that the copying std is trouble some prepare your own report with the input fields and Output fields and display.
Use the tables
MKPF,MSEG, LFA1 and if needed PO tables EKKO,EKPO
Reward points if useful
Regards
Anji

Similar Messages

  • In ME2N  report for PO- How to get or add Vendor name in ALV grid output

    Hl Everyone
    How to get  or add Vendor Name and payment terms in the ALV grid output for the follwing reports like ME2N and ME2V.
    cuurently i am in 4.7 E version.
    Kindly suggest..........
    thanks in advance
    Regards
    Prashanth

    Hi Pankaj
    I knew that vendor name field is avaiable in ECC versions, but how to get the same field(vendor name) in 4.7 E vesion.
    Kindly suggest
    Regards
    Prashanth

  • Add Vendor Name to S_ALR_87012357 (adv.return for Tax report)

    Hi All,
    Could anyone help how can I add "Vendor Name" to the Output List of S_ALR_87012357 ("advance return for Tax on sales" report)
    Thank you and Regards,
    Orly

    Hi,
    please go to Output section of report
    now click on confiure in front of Input tax line as below
    Now here you have business partner field which will give you vendor name and you have name field as well.
    Many Thanks

  • 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

  • Add Vendor Name to FBL3N output list

    Dear All ,
    I need to add vendor name to FBL3N output list . Is there any way to add the vendor name ?
    Thanks
    Dash

    Hi
    U need to implement the BTE 1650 (trx FIBF)
    -1) A copy the sample fm SAMPLE_INTERFACE_00001650 to your Z<function module>;
    -2) Assign your your Z<function module> to the BTE 1650 (trx BF31 or BF34);
    -3) Enhance to the structure RFPOS and RFPOSX with the field to store the name
    -3) Run the report RFPOSXEXTEND
    -4) Insert the code to get out the name into Z<function module>
    Max

  • Add vendor name to output list in FBL1n

    For transaction FBL1n i would like to add the vendor name (LFA1-NAME1) as a special field. However, this field is not available (only for one-time vendor) with OBVU.
    Is it possible to add this field and if so, how can i add it?
    thanks and regards,
    Marlies

    HI,
    As you probaby already know you can display the Vendor name in the header but not in the line items, this is standard functionality.
    The Vendor Name may be displayed in the Header Data via the following Menu path in FBL1N : Settings > Display Variant > Current Header Rows. please check SAP Note 181592 explains how to set up the Headers. Also reveiw note 181697.
    Further it is not possible to include NAME1 in the line item display of 'normal' Vendors.  This should only be possible for one-time vendors through table BSEC. The only area this can be included is in the header data.
    I have to tell you that you can only see as standard fields in your line  item display all fields from structure RFPOSX.
    Additionally, you can add special fields to see more fields. But these special fields can only be taken from the following tables:
    BKPF//BSEC//BSED//BSEG//PAYR//BSEGC//BSBV
    That's why you can't add the fields  ADDR1_DATA_NAME or LFA1_NAME1.
    Regards
    Ravinagh Boni

  • Add vendor name column in MB51

    Dear Expert,
    Do we possible to add one column of vendor name in MB51? because current layout we only can display vendor number. if possible, can you guide me how to add the vendor name column?
    Thanks
    pauline kurniawan

    Sorry, there is no other way to add a field to MB51 that I know of.  Ask you ABAPer to copy program RM07DOCS to say ZRM07DOCS and modify to add the extra field, then create a new transaction ZMB51 that will run ZRM07DOCS.

  • Add Vendor Name "Name1" to FBL1N

    Hi Everyone,
    I've been looking around to see if there is a way to add "Name1" to FBL1N through Special Fields but have had no luck.  It almost doesn't sound possible that SAP would not allow the addition of this crucial piece of info to that report.  Can anyone tell me if there is a way to add the field to the standard report. 
    Thanks,
    Pete

    Hi Pete,
    I found a workaround for your query:
    The field NAME1 or LIFNR does also not exist in the structures RFPOS and RFPOSX. If you need these fields to be shown in the Line Item Display then you need to add the fields to the structures RFPOS and RFPOSX.
    When the structure has been extended with the fields then you need to run the reports RFPOSXEXTEND and BALVBUFDEL (in the same way as seen in the solution part in note 215798).
    After that you need to use the Open FI Exit 1650 to fill the fields. You will find a function group FI_ITEMS from transaction SE80. In this function group you will find a function module FI_ITEMS_DISPLAY where the form ITEMS_DISPLAY_INIT includes the exits 1610 to 1650. The important one for your problem is 1650 (OPEN_FI_PERFORM_00001650_E).
    This exit is used if you want to display fields in e.g. FBLN which does not exist in the tables BSI/BSA* and also not in the G/L Line in BSEG.
    Through this user exit it should be possible to get the value from the relevant tables e.g. from the vendor items from BSEG or the value from BSIK into structure RFPOSXEXT if there is a relation between the relevant tables e.g. BSEG/BSIK to RFPOSX/BSIS.
    Please also have a look at the notes 112312 and 217189.
    Regards,
    Emoke

  • Adding vendor name to Position part in report Payment List - s_p99_41000099

    HI,
    How can I add Vendor Name to detail level of the Payment List report (transaction s_p99_41000099). Change Layout window allows to add Vendor Name to the header level and Vendor Number to the detail level. Users want to export report into Excel and then sort/filter it by vendor name at the detail level.
    Is there any way to add vendor name to the list of columns available at detail level?
    Thanks in advance.

    Resolved by using Check Register

  • 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

  • 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

  • In FAGLL03 GL related Vendor name display

    Hi
    When i execute report in FAGLL03 for retention account, is it possible to display GL related vendor name feild  in FAGLL03 report?

    Dear:
                Make use of BTE with help of ABAPER, Use BTE 00001650 as new entry in FIBF. You can add vendor name by creation of Z function with same parameter as of LINE_ITEMS_GET_GKONT.
    Regards

  • 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.

  • How to add PO date and Vendor name in SAP table MB5S

    How do I add PO date field and Vendor name field in SAP table MB5S?? Kindly Help

    As a general recommendation just tell the ABAPer your requirement, don't tell him how to do it.... he probably knows, or should know, better ways of doing something then a functional consultant.
    And please don't tell people to copy standard reports, most of the times there is a BADI, enhancement, or an implicit enhancement spot available. I'm a consultant who can program ABAP (including complex programs), and I've never had to copy a standard program. Ever.
    PS: And no, I didn't have to register the object for modification either.
    EDIT: I went to check the program and you have two explicit enhancement spots to use:
    ENHANCEMENT-POINT read_data_01 SPOTS es_rm07msal - You use this to fill the extra fields of itab;
    ENHANCEMENT-POINT EHP605_RM07MSAL_03 SPOTS ES_RM07MSAL - You use this to enhance the field catalog of the ALV if you are on EhP5, if not create an implicit enhancement on the same stop.
    Current SAP allows enhancements everywhere, copying programs should be forbidden.

  • How to get Vendor name and Material text in FAGLL03 transaction?

    Hello All,
    I am executing FAGLL03 report which display Vendor No and material No in item level but I want Vendor name and Material text to be display for every vendor no. and material no.
    Please let me know any approach to do this?
    Thanks in advance.
    Regards
    Steve

    Hi Raymod,
    Again I am getting the same error after executing all reports and FM.
    Internal error in ANALYZE_ACT_FIELDCAT
    Message no. MSITEM012
    Diagnosis
    An internal error has arisen in the form routine ANALYZE_ACT_FIELDCAT for program RFITEM_INC.
    This is due to inconsistencies between table T021S (special fields) and structure RFPOSEXT.
    System Response
    During the processing of special fields in the line item list, errors and even a program termination may occur.
    Procedure
    Recreate the special fields in Customizing. If the error occurs again, contact SAP.
    Can you pls check it out in your system if you can?
    It is not working here ..
    Thanks and Regards
    Steve

Maybe you are looking for