VENDOR MASTER DISPLAY REPORT (Z)

this report displays the vendor master record and used LDB KDF. Can anyone clarify this :
Is it the LDB program that fires the GET EVENT to my program ? Does it selects the data based on the selection (dynamic scree) and fires this event and if it does not get any data , it doesnt fire the event ??
In our program , when we write a get statement : does it get one record at a time ( out of the selected records ) from the ldb ?
Do we need to do special append or move in our program to get that data into the program for further use ???
I have this code for this report that uses the LDB KDF !! When i give in the selection screen (dynamic) say country US , and write a get lfa1 at start-of-selection , it works good and gets the data ...but if i want to do selection based on Conpany code ....and wrote a GET LFB1 statement , it doesnt work ?? I m pretty messed up in this ...so writing this long q...would look for help ..
get lfa1.
  SELECT LIFNR BUKRS LNRZB ZTERM FROM LFB1
                              INTO (T_VENDORINFO-LIFNR,
                                    T_VENDORINFO-BUKRS,
                                    T_VENDORINFO-LNRZB,
                                    T_VENDORINFO-ZTERM1)
                         WHERE    LIFNR IN O_LIFNR
                          AND     BUKRS IN O_BUKRS
   AND   SPERR IN I5
   AND   LOEVM IN I6
   AND   ZUAWA IN I7
   AND   AKONT IN I8
   AND   ZWELS IN I11
   AND   ZAHLS IN I13
   AND   ZTERM IN I14
   AND   EIKTO IN I15
   AND   BUSAB IN I19
   AND   LNRZE IN I20
   AND   LNRZB IN I21.
    SELECT NAME1 SORTL STRAS ORT01 REGIO LAND1 PSTLZ PFACH PFORT
           PSTL2 TELF1 TELFX FROM LFA1 INTO (T_VENDORINFO-NAME1,
                                             T_VENDORINFO-SORTL,
                                             T_VENDORINFO-STRAS,
                                             T_VENDORINFO-ORT01,
                                             T_VENDORINFO-REGIO,
                                             T_VENDORINFO-LAND1,
                                             T_VENDORINFO-PSTLZ,
                                             T_VENDORINFO-PFACH,
                                             T_VENDORINFO-PFORT,
                                             T_VENDORINFO-PSTL2,
                                             T_VENDORINFO-TELF1,
                                             T_VENDORINFO-TELFX)
                           WHERE LIFNR = T_VENDORINFO-LIFNR.
    ENDSELECT.
    SELECT ZTERM
                  FROM LFM1 INTO T_VENDORINFO-ZTERM2
                           WHERE  LIFNR = T_VENDORINFO-LIFNR.
    ENDSELECT.
    APPEND T_VENDORINFO.
    CLEAR  T_VENDORINFO.
  ENDSELECT.

Make the fields suppress during display. Configure it in SPRO>Financial Accounting (New)>Vendor Accounts or Customer Accounts>Master Data>Preparations for Creating  Master Data>Define Screen Layout per Activity (Vendors) (Customers)
Change the field status for Display in all areas (General, Company, Sales/Purchasing) for the following under the General Data > Payment Transactions> Bank Details. Make it Suppress.

Similar Messages

  • Vendor master analysis report

    hi,
    what is vendor master analysis report? and how to create it?

    Hi
    This link may be useful
    http://help.sap.com/saphelp_47x200/helpdata/en/8d/b97fd2414511d188fc0000e8322f96/frameset.htm

  • Vendor master file report.

    Dear All,
    I always use S_ALR_87012089 display changes to vendors to check vendor master data if they are created or updated in accordance with proper approvals (not a workflow in SAP).
    Recently, I see other tcode S_ALR_87012090, but do not know what is its use.
    Can you please let me know detail about S_ALR_87012090.
    Thanks
    Ndhoan

    Hello,
    The program S_ALR_87012090 displays changes to the sensitive fields (such as Bank Account, Bank control key etc. configured defined by us). The reviewer can confirm or refuse the changes interactively from the list produced by this report.
    Thanks,
    Venu

  • Vendor master details report

    Dear all,
    We need to download all the vendor master data account groupwise from SAP. Is there any standard report available in SAP?? Like we have MM60 for material master data download.
    Regards,
    Santosh

    Dear Santosh,
    Please finf the path
    Logistic > Mat Management> Purchasing > Master data > Vendor > List display > MKVZ  Purchasing list.
    You will get the list as per your requirement.
    Reward if useful,
    Vivek Maitra

  • Vendor Master data report

    HI All,
    My client want to see the payment terms for the vendor which was created from June-11 to Oct-31-11.
    Colud you guys plesae guide me how to pull the vendor master records created, changed and Extended from June-11 to Oct-31-11, is there any T.code to pull out the report like that.
    Best Regards
    Boppana

    Hi
    You can use SE16 Give table LFB1 and click on display, the field created you can give the interval (date). if the field is no there, then settings on menu bar and click on field for selection, select the check box created on.
    Regards
    Mani.S

  • Vendor Master Modification Report

    Hello,
    I'm creating a report which must show the modifications done to a Vendor Master Record by a group of users. I work with two tables: CDHDR and CDPOS to extract the modified data.
    One of the requirements of this report is that it show's which Vendor Code (Number) was modified. I thought that this information could be extracted from table CDHDR, from the field Object ID, but this field doesn't contain it. Objects ID values are like this: "BP  0000041906".
    Is there any other way to extract a Vendor Code knowing the Object Id Value from this table or should I look for this information in another place?  
    Thanks for your help.

    Hello Ankesh, thanks for you help.
    Actually 0000041906 is the address number (ADDRNUMBER) of the vendor whose master record was changed.
    The problem then is that depending on which object is modify on the Vendor Master Record, I would have to look for Vendor Number using different tables ?

  • Vendor Master Change Report

    Is there a way to find all changes made to a range of vendors?  Our auditors are wanting to validate that our vendor changes are being correctly documented so they've requested a report showing all vendor changes in a certain time period.  I don't really want to use XK04 for single vendors because that would be way too time consuming.
    The other  option is to use CDHRD & CDPOS to pull the data but I wanted to see if there was a standard report for this before going further.
    Thanks.

    Hi,
    Try Report S_ALR_87012089 - Display Changes to Vendors OR Execute Report RFKABL00 in SA38

  • Update email address in vendor master using report RPRAPA00

    Hi All ,
    My requirement is to update email address in communication tab of vendor master .
    There is one report RPRAPA00 running in background to update vendor master except email .
    I could not able to see anything to update email address in user-exits available in report RPRAPA00.
    Is there any way to update email address using this report or any alternative way .
    Please help .
    Thanks and regards ,
    Sijin KP.

    You can use a couple of function modules from function group SZA0 to update the email address.
    Attached is a simple test program that inserts a new email address for a vendor whose address number is known (from LFA1-ADRNR):
    DATA: comtab TYPE STANDARD TABLE OF adsmtp WITH HEADER LINE.
    comtab-consnumber = '001'.
    comtab-flgdefault = 'X'.
    comtab-smtp_addr = 'email_address_comes_here'.
    comtab-dft_receiv = 'X'.
    comtab-valid_from = '00010101'.
    comtab-valid_to = '99991231'.
    comtab-updateflag = 'I'.
    APPEND comtab.
    CALL FUNCTION 'ADDR_COMM_MAINTAIN'
      EXPORTING
        address_number                       = '0000141306'
        table_type                           = 'ADSMTP'
      TABLES
        comm_table                           = comtab
    EXCEPTIONS
       parameter_error                      = 1
       address_not_exist                    = 2
       internal_error                       = 3
       OTHERS                               = 4
    IF sy-subrc NE 0.
      WRITE sy-subrc.
    ELSE.
      CALL FUNCTION 'ADDR_MEMORY_SAVE'
       EXCEPTIONS
         address_number_missing       = 1
         person_number_missing        = 2
         internal_error               = 3
         database_error               = 4
         reference_missing            = 5
         OTHERS                       = 6
      IF sy-subrc NE 0.
        WRITE sy-subrc.
      ENDIF.
    ENDIF.

  • Vendor Master display

    Hello
    We don't want to view the bank account or tax id by any user , How to control this view or any sort  encryption ? Any help will be highly appreciated
    Thanks
    Nic

    Make the fields suppress during display. Configure it in SPRO>Financial Accounting (New)>Vendor Accounts or Customer Accounts>Master Data>Preparations for Creating  Master Data>Define Screen Layout per Activity (Vendors) (Customers)
    Change the field status for Display in all areas (General, Company, Sales/Purchasing) for the following under the General Data > Payment Transactions> Bank Details. Make it Suppress.

  • Changed reconciliation account in vendor master - Report FAGLF101

    Hi
    When a Recon account is changed in the Vendor Master, a report has to be run to post the adjustment entries using T-Code FAGLF101.
    The query is that, the report posts the adjustment entries through an adjustment account but at the same time also reverses the effect on the first day of the next month.
    Is there a way to stop this reversal. Though I do not select the reversal posting date, system is reversing the entry.
    Further, why is the Recon account not posted to rectify the entries?
    Regards
    Abhishek Kumar

    Hi
    For changing the reconciliation account in Vendor Master and customer master, please follow the following steps.
    1. First change the reconaccount in the customer / vendor master
    2. run the program SAPF101 for adjusting balances of old recon account to the new recon account.
    Problem will be solved.
    I hope it will  clarify your doubts.
    Regards
    Madhav

  • Vendor aging analysis report

    Vendor aging analysis application, which extract the data from Vendor Master Table and Vendor Transaction Tables supports Accounts Payable. Vendor master display the risk category and transactions record of vendor. How does company plan the cash resources forecast with this application? Explain in detail, how this application analyze vendor payment performance?

    In cash if you do not have Cash Management in place, where you can link your vendor / customer records.
    If you do not have CM, in such case, you can prepare cash flow statements according to your needs.
    Make sure you have completed your financial statement version in OB58.
    Cash Flow Statement (Indirect Method) Variant 1 and Variant 2, please note that these reports are coming from the form 0SAPRATIO-03 Cash flow (indirect) (Refer T code FSI5) and Reports 0SAPRATIO-03 Cash flow (indirect method) variant 1 (Refer Tcode FSI2) & 0SAPRATIO-01 Cash flow (indirect method) variant 2 (Refer T code FSI2)
    0SAPRATIO-04 Cash flow (direct) Form
    0SAPRATIO-04 Cash flow (direct method)
    You should know what format you should like to see in the cash flow statement.
    You should the FS items accordingly copy the standard forms and changed according to your format.
    Regards,
    Ravi
    You should be conversant enough to do basic report painter.
    Pelase let me know if you need further help.
    Regards

  • Vendor Master Bank Account Number Changes

    Hi,
    Where are the changes of bank account number (New and the Old one) in vendor master data Reflected , is there any Table.??
    Regards,
    Archit

    You can see the bank account before and after values in vendor master display or change.  Call up the vendor master (XK02 or XK03), go to the Vendor: Payment transaction screen, and then select the menu path Environment -> Account Changes -> All Fields.  The bank account changes will be listed under the change screen heading "Vendor Master (Bank Details)".  You may need to click the button "Entries" to see the Vendor Master (Bank Details).  Double-click that line and you will see the before and after values for ever bank number change.
    Example:
    Entry Vendor Master (Bank Details)
    Date                          Chgd By              Co Bank Number    Acct/IBAN
    11/30/09         ??????????       US 043318092      987654321     NEW
    11/30/09         ??????????       US 043318092      123456789     OLD
    Hope this helps.

  • Transaction to have the Report displaying changes done in the Vendor master

    Hi Team,
    We have done some changes in the Vendor master for examle Vendor  currency and Payment terms.
    is there any transaction which will give the Changed list of Vendors with user details ,date and with old 
    and
    New values.
    Regards,
    Adinath Raykar

    xk04
    you have to choose from menu ENVIRONMENT to get a list for many vendors at once
    Edited by: Jürgen L. on May 18, 2009 11:40 AM

  • Withholding tax showing zero value in vendor line item display report

    Hello Friends,
    I have facing one strange issue in withholding tax, when im executing report of vendor line item display(fbl1n tcode) the column for withholding tax is showing zero value for some documents even though the tax is been deducted which is clearly visible in f-02 entry.
    Kindly help me on this!
    Regards,
    Sunny

    Hi,
    1.Please check the WHT config has been done properly.
    2.Check the vendor master and varify tax fields are filled up.
    Regards

  • How to display only last 4 digits of tax number in Vendor Master view MK03

    Dear experts,
    In the Vendor Master view by Purchasing Organization (MK03), is there a way that will allow the user to view only the last four digits of the Vendor tax number?
    For example: Display only **-*-6789 (or blank spaces), instead of 123-45-6789 ?
    Any ideas and insights are much appreciated. Will award points for help.
    -TW

    In your report, just do a substr(ssn,5,4) for your new & improved SSN field to be displayed:
    SELECT First,
    Last,
    SUBSTR(ssn,5,4),
    Phone
    FROM Employees
    Thank you,
    Tony Miller
    Webster, TX

Maybe you are looking for

  • Setting of CLOB Datatype storage space

    Hello All! I unble to insert more then 4000 characters in clob datatype field how I increate the storage size of the clob field I'm working in VB 6.0 and oracle 9i

  • Edits FROM macbook pro TO NTSC monitor....how?

    Is there a less expensive monitor "bridge" than the Matrox where I can play my edit on an NTSC monitor from my Macbook Pro? Any recommendations would be appreciated! Thanks Mark

  • Is there an adaptor to hook up an HDMI cable to a MacBook Pro?

    hi there, I have an old MacBook Pro i think dating back to 2000. I can't connect an HDMI cable in order to hook it up to my TV, did they come up with a converter for this issue?? thanks for your help

  • Navigational attribute problem

    Hi all, Its really strange to say like our master data is getting changed automatically, for material master data we are loading from ODS in that material their is one nav attr field, when we load some data to that material object it is showing corre

  • Purchasing music from other stores.

    Hi everyone: Is it possible to do it? I scroll down to select different store, but it logs me out. I can't download anything without changing my billing address but is there another way?