Bank Details missing - REGUH table

Experts,
I am implementing Payment Program. Inspite of maintaining the Vendor bank details, own company bank details under House Bank and creating Bank FI01 (which is Vendor's bank), the bank information is missing in REGUH table.
All the bank details are missing.
Can anybody help me in getting the problem ??
Also, please tell me what needs to be done to get the bank details in REGUH table.
Many thanks in advance
Amit Hinger

Vendor bank details are also populated in REGUH-ZBANKS, ZBNKB, ZBNKL, ZBKON, ZBVTY, ZSWIF etc, but I think they are populated only when T042Z-XBKKT NE SPACE or T042Z-XPGIR NE SPACE (according to the code below, but I'm not sure that this part of code is executed in any case).
In our system, we have no problem, they are well populated.
*        FORM REGUH_PARTNERBANK.
FORM REGUH_PARTNERBANK.
  CHECK T042Z-XBKKT NE SPACE
     OR T042Z-XPGIR NE SPACE.
  REGUH-ZBNKS = XBANK-BANKS.
  REGUH-ZBNKN = XBANK-BANKN.
  REGUH-ZBNKY = XBANK-BANKL.
  REGUH-ZBNKL = XBANK-BNKLZ.
  REGUH-ZBKON = XBANK-BKONT.
  REGUH-ZBVTY = XBANK-BVTYP.
  REGUH-ZSWIF = XBANK-SWIFT.
  REGUH-BKREF = XBANK-BKREF.
  REGUH-KOINH = XBANK-KOINH.
  REGUH-ZIBAN = XBANK-ZIBAN.
ENDFORM.

Similar Messages

  • Bank details in REGUH

    Hi,
    I am not able to see the bank details that we maintained on vendor master data in REGUH table when payment run is done. Is there some config or update i need to do or does it not update the REGUH table?

    Hi,
    In REGUH table, bank details of the bank account that is considered for payment will be available.
    In case you want to see all the bank accounts that are maintained in the vendor master, use table LFBK. This will give the details like bank key and bank account number
    In case bank details of the particular bank key are required, refer to table BNKA.

  • Bank details missing at Client Level

    Hi,
    We have created Vendor in R/3 system with Address and other detail including Bank details also.
    But At the time of record checking at client level .
    We are not getting the record releated to the Bank details .
    Can any body in the forum put some light on this issue.
    Thanks in Advance.
    Regards
    Rohit

    Rohit,
    I think that is the difference, Bank being a qualified table. In MDM you need to do load the tables individually. You need to extract the bank details from the R/3 separately and load in to the qualified table.
    Then when you load the Vendor Master table and the Bank code you are assigning to the Venodr if it exists in the qualified table, you should be able to see it there.
    Check out my blog
    /people/ravikumar.allampallam/blog/2005/09/06/mdm-import-manager--get-data-for-check-tables
    Hope this helps.
    Regards,
    Ravi
    Note : Please reward points if this solves your issue.

  • IHC- Vendor bank Details Missing in the vendor master

    Hi,
    In IHC scenario, while processing F110, if a Vendor has missing Bank details on his master, then will it fail at the IDOC stage or will it fail at the Proposal stage.
    In our system the IDOC is in status 51 for a Vendor whose bank details are not maintained.
    Please let me know is it a standard system behaviour or we can have settings where it will be stopped at the Proposal stage itself as an exception.
    Thanks,
    SAPFICO

    .

  • How to check the bank details in the table?

    Hi All,
    i want to develop a report in BW for getting duplicate bank details for the employee.
    i am not sure where can i find the details of the bank details field. i have searched in the RSA6 for any datasource which contain any bank details. But there is no such details available on the existing datasource.
    I don't know how to proceed further. can any one help me will be greatful.
    Regards,
    Ganesh

    hi sivaraju,
    in cmod i have given the EXIT_SAP but i am not clear about how to write a program to populate.
    i am new to bw can you please help me...
    in CMOD
    Project Management of SAP Enhancements
    Project: EXIT_SAP (Create)
    Sub Object
    Attributes -
    (i have selected this)
    Enhancement Assignment
    Components
    Documents
    If i say create it gives error and i can't able to change it is in display mode.
    Regards,
    Ganesh

  • Transaction F-40/F110 Bills of Exchange payable bank details missing

    Hello All,
    When I use transaction F-40 and then press enter, the system brings me to the next screen where I can
    enter the BOE data. Now in the bank details field, I would expect the system to upload or at least to let me choose our house bank details like it does for BOE receivables. However it does not. In the bank details fields remain blank and I cannot choose between my house bank.
    Is it possible to do that?
    Many thanks for your help

    Hi,
    F110 Automatic payment programme the System will pick the House from Vendor Master Data, there is no option to Select Hosue bank
    Regards
    Akmal

  • Bank chain details in REGUH via F110

    Hi guys,
    where does the bank chain details in REGUH table via F110 are coming from?
    Thanks a lot!
    Rgds,
    Mark

    Hi Mark,
    I am sorry for not understanding your query completely, as your first query is somewhat different than the recent one. However, if the question is for Configuring, you can do that from the following path :
    Financial Accounting -> Bank Accounting -> Define Scenario (TCode FIBC)
    Then Activate the Bank Chain. Please check this path and go through the IMG Activity Documentation for more details.
    Please let me know, if I am mistaken.
    Thank you.
    Suresh Jayanthi.

  • BAPI to create vendor bank details and IBAN

    Hi,
    here i am developing a program for IBAN creation for Vendors.
    BAPI_CREATE_IBAN is the BAPI which can create IBAN to update TIBAN table but there is no link with vendor. i.e we cannt view the details in XK02/XK03. So at the moment if we can create the bank details for a vendor( updating LFBK table) then probably could work out to get the solution.
    could anybody suggest me how to solve this issue.
    Let me know if there is a BAPI which can update both TIBAN and LFBK table.
    Or
    If there is a BAPI which can update vandor bank details( updating LFBK table) .
    Quite an urgent issue.
    Waiting for your reply at the earliest.
    Thanks,
    SAM

    Try changing Bank details directly giving bank
    BAPI_BANK_CHANGE
    Regards,
    Prashant

  • LSMW recording with XK02 to enter Bank details after the current bank data

    Hi
    I am using LSMW with Recording method to populate the Bank details of XK02. Here i need to get the number of Bank details using LFBK table because user need to enter the loaded Bank data as a new line each time. Please let me know in which place can i enter this Select statement to get the number of records and how can get this in LSMW.
    Please let me know this.
    Basani.

    Hi Friend,
    The table control can be handle by the index recording, you need to record it with the index number in the braces with the record counter.
    If you want to enter multiple entries into table control you need to go with report approach. you can't handle it in the LSMW.
    Better to go with any BAPI or IDOC approach for the same.
    the dummy recording for table control is as follows for your reference:-
    *Second Screen
        PERFORM z_bdc_dynpro      USING 'SAPMV10A' '0200'.
        PERFORM z_bdc_field       USING 'BDC_CURSOR'
                                      'MV10A-MATNR(01)'.
        PERFORM z_bdc_field       USING 'BDC_OKCODE'
                                      '/00'.
    First Material number
        PERFORM z_bdc_field       USING 'MV10A-MATNR(01)' <-------This is the table control index and the counter needs to be handle in report itself.
                                    wa_cmir-matnr.
        PERFORM z_bdc_dynpro      USING 'SAPMV10A' '0200'.
        PERFORM z_bdc_field       USING 'BDC_CURSOR'
                                      'MAAPV-ARKTX(01)'.
        PERFORM z_bdc_field       USING 'BDC_OKCODE'
                                      '=SELE'.
    Customer material
        PERFORM z_bdc_field       USING 'MV10A-KDMAT(01)'
                                    wa_cmir-kdmat.
        PERFORM z_bdc_dynpro      USING 'SAPMV10A' '0300'.
        PERFORM z_bdc_field       USING 'BDC_CURSOR'
                                      'MV10A-VWPOS'.
        PERFORM z_bdc_field       USING 'BDC_OKCODE'
                                      'BACK'.
    Regards;
    Dhirendra

  • Import Bank Details qualifier table not getting mapped in vendor scenario

    Hi All,
    I am using MDM5.5 SP5.
    Trying to import the IDoc CREMDM04 from ECC 5.0 to MDM.
    Using the note 830864 i have copied all the reference data to MDM using the xml that was generated by the program referred in the note..
    But Bank details is missing in this reference data. If i try to use the map 99 for bank details i get the error msg "The map cannot be loaded because the table "Bank details" is not a source".
    How do I get the bank reference data into MDM .
    If I skip this step and i try to import the xml file of CREMDM04 (generated through XI). And then if i use the map 99 i get the same error.
    If i use the map CREMDM04 I get the error "The map cannot be loaded because the table "E1LFA1M" is not a source".
    Please help!
    Thanks a lot!
    Jyotika

    HI Jyotika,
       This usually happens when you have a lookup table which has more than one display field. You get this error because you have to create an Compound field, which might not be set in the map. In order to create a Compound filed just check wether all the individual fields in the destinations field BankDetails<X,Y,Z>(X,Y,Z are individually mapped) then just right click in any portion on the source fields and select compound filed's, it creates a Bank details field and automatically maps it to the destination fields. Some times it also maps the values; if not you got to manually map it.
    I you have any problem please let me know.
    Regards,
    CHARAN

  • Qualified Table (Bank Details) Import Question

    I am using MDM 5.5 SP6
    I am using the Standard SAP delivered Vendor Master Repository and trying to load the Qualified Bank Details table. Bank Details qualified table we have 9 non-qualified fields and 6 qualified fields.
    Do we need to load the non-qualified fields in the bank detail table first?
    Anyone help me with details about how to load this table including linking this to the main table?.  If anyone has any document explain the steps in detail then could you send it?
    Thanks in Advance
    Steve

    First thanks to all who contributed.
    I am able to load the qualified table but these non- qualified fields (Street, City, Swift Code, Bank Group, Bank number and Bank branch), I am not able to map it so after loading it was blank.
    Out of the 9 non-qualified fields in the Bank Details Qualified table, Country, Bank Key and Bank name are DISPLAY fields and I am able to map and load these fields. 
    Other non-qualified fields such as Street, City, Swift Code, Bank Group, Bank number and Bank branch are NOT DISPLAY fields. While using the import manager and doing field mapping, for these 6 fields there is NO destination fields displayed. So I couldnu2019t map it.
    When I made the above 6 non-qualified fields as DISPLAY fields, then try to map it, I am able to see these fields in the destination side and did the mapping. After import still those 6 fields are blank.
    What I am missing here?.  Is there any limit that only 3 non-qualified fields we can map it?
    Steve.

  • How to get Payment Advice details using REGUH  REGUP tables

    Hi,
    How to fetch payment Advice details in REGUH  REGUP tables by passing Header details of Payment document (BEKNR, BUKRS and GJAHR) ?
    My observation:
    E.g. for Payment document 1500000135 i am getting following records from REGUH table
    MANDT     LAUFD             LAUFI     ZBUKR    LIFNR                       VBLNR
    300            15.04.2010     00009O     1000     AB6666               1500000135
    300            16.04.2010     00002O     1000     AB6666               1500000135
    300            17.04.2010     00001O     1000     AB6666               1500000135
    While debugging driver program for Check print i have observed that REGUH contain entry as
    300            17.04.2010     00001*                 1000             AB6666               1500000135
    For other document also i have found that its picking up last entry from REGUH (i have relate 00001O with 00001*) and accordingly its displaying records on Check
    Correct if my observation is wrong
    Whats the meaning of LAUFI 'Additional Identification' ?
    While displaying Check is the program always picks last/latest payment run entry from REGUH?
    thanks,
    Edited by: Amol Deshpande on Apr 19, 2010 9:41 AM

    Hi Suhas,
    But if we are making payments through F-58 and FBZ5 transaction then these both tables REGUH REGUP also get updated. in such case how does system determines --> Payment Run id
    Payment Run id (REGUH-LAUFI) is crucial for me to fetch Payment details from REGUP table
    also tell me when does system generates multiple lines for single payment document in REGUH ?
    Please share your views

  • Error while creating vendor bank details using MAINTAIN_BAPI of class VMD_ei_api

    hi, iam using maintain_bapi of class vmd_ei_api for bank details creation at the time of vendor creation. but im getting error: ' Invalid address:bank Country missing'.please suggest
    *    *** Bank details***************************************
        DATA: lt_bankdetails TYPE TABLE OF cvis_ei_cvi_bankdetail,
              ls_bankdetails TYPE cvis_ei_cvi_bankdetail.
        ls_bankdetails-data_key-banks = 'DE'. "Bank Country
        ls_bankdetails-data_key-bankl = 'BEBEDEBB'.     "Bank Key..
        ls_bankdetails-data_key-bankn = '3538174400' ."Bank account number.
        ls_bankdetails-data-bvtyp     = 'USA'.
        ls_bankdetails-data-bkref     = 'BEN'.           "Reference details.
        ls_bankdetails-datax-bvtyp     = 'X'.
        ls_bankdetails-datax-bkref     = 'X'.           "Reference details.
        ls_bankdetails-task            = 'I'.
        ls_bankdetails-data-iban      = 'DE24100200003538174400'.
        ls_bankdetails-datax-iban      = 'X'.
        APPEND  ls_bankdetails TO lt_bankdetails.
    *CLEAR : ls_bankdetails.
    *    ls_bankdetails-datax-iban      = 'X'.
    *   APPEND  ls_bankdetails TO lt_bankdetails.
    *  Inserting bank details,,,,
        ls_bank-bankdetails = lt_bankdetails[].
        ls_bank-current_state = ''.
        ls_vendors-central_data-bankdetail = ls_bank.
    And second question how/which method to use from this class to update bank details latter. Is it possible after creating vendor with mandatory fields and then update bank details?

    Hi Abhijeet,
    please check in transaction FI01, about your data consistencies. You can use this wiki help in terms of Address, it it found any useful facts for you
    Address Checks - Business Address Services (BC-SRV-ADR) - SAP Library

  • Customer Bank Details creation in Lockbox using EDI

    Hi Experts,
    I am working on a Lockbox implementation project. Here we migrate the BAI2 based file processing to the IDOC (FINSTA01 ) based one.
    When we used BAI2, in the standard program RFEBLB20, there was a logic to create the customer bank details, if they are not present in the KNBK Table. I do not see any such logic in the IDOC file processing Function Module IDOC_INPUT_LOCKBX. Is this functionality missing and we need to do it manually?
    Any help on this would be greatly appreciated.
    Thanks,
    Ajith Cheruvally

    Thanks Nithin,
    I am aware of that configuration. And there is a corresponding subroutine in the BAI2 file processing program to create the BDC Session with the name that we mention there.
    However, I am unable to find any relevant code for creating the BDC session in the FINSTA IDOC's IDOC_INPUT_LOCKBX function module.
    No worries, I have implemented an exit with the required logic in that FM.
    Thanks,
    Ajith Cheruvally

  • Puerto Rico implementation-Bank details Infotype

    Folks,
                We are implementing Puerto Rico payroll. We are treating all the configuration as part of US. while I was testing employee hire, I noticed in bank details info type the "Bank country key" is defaulted to Puerto Rico I was expecting it to be US Also payment method showing PR related payment methods. Any idea where I am missing? I would like to have Bank key as US and Payment methods should be part of US.
    Any help is greatly appreciated.
    Thanks,
    Srini Nadendla

    Hello,
       The bank country key is defaulted base on the employee company code (infotype 0001), the company code - country link is stored in table T001; If you need to modify this default I think you could use badi HRPAD00INFTYBL
       The payment method is defaulted based on feature ZLSCH, you can modify it if you need to change the default
    Let us know if that works,
    Best regards!
    Federico

Maybe you are looking for

  • Amex Delta Skymiles

    I got an invitation to apply for this card... and I am thinking about it. I could really use some help to afford some plane tickets to take a nice vacation. Can someone please explain the card to me, it says I get 1 mile for every dollar spent... and

  • Flash Component Problem in D11

    I have a project where I am using flash component CheckBoxes.  I loaded them onto the screen and when I try to make the sprite width of each checkbox wider, the sprite seems to disappear on the stage. If I dont mess with the width, they display just

  • Photoshop transfer to laptop

    Can I transfer photoshop cs5 to laptop running windows 8 and a i3 processor?

  • Vb Copy and paste multiple cells within DataGridView

    this only can paste to 1 cells how to make it can paste to multi cells Private Sub CustomerDataGridView_KeyDown(sender As Object, e As KeyEventArgs) Handles CustomerDataGridView.KeyDown         If CustomerDataGridView.RowCount > 0 Then             If

  • Help !! Using Blackberry Messenger cross-bord​er

    Help - I am a UK use of a T-Mobile 8310 GPS and am trying to connect via messenger with a friens who is on a Rogers Telecom BB in Canada.  I can add her as a contact, she can send me BB Messenger messages with pics but cannot receive my replies and I