Alternative Payer Address information stored in REGUH table

Hi
Is there a setting that would tell the system to use Alternatine Payer Address information to be used and stored in table REGUH?
Whenever there is a Payer that has the Alternative Payer set, the system is using its Address information instead of Address from Original Payer.
Any help on this topic is very much appreciated.
Best regards, Maikol M.

Alternative payers are maintained in the vendor master data or can be entered in a document from the list maintained in vendor master. Payment program uses the alternative payer instead of the original vendor info while creating the check.

Similar Messages

  • Where is owb user information stored in tables

    Hi All,
    I am using OWB Repository 10.2.0.4.0 . I need to know, where is OWB User information stored in physical tables of repository.
    Please help me in this regard?

    You can refer the following queries
    1. select owner from dba_objects where object_name = 'ALL_IV_INSTALLATIONS' and owner not in ('PUBLIC');
    2. select distinct grantee, substr(granted_role,5,25)
    from dba_role_privs
    where substr(granted_role,1,4)='OWB_'
    and substr(granted_role,1,6) not in ('OWB_A_','OWB_D_','OWB_O_','OWBR_')
    and default_role='NO'
    and admin_option='NO';
    Thanks,
    Sutirtha

  • Table holding Delivery shipping/billing address information

    All,
    Which table holds the shipping and billing addresses for a delivery?
    In my query below, I have retrieved the shipping / billing address attached to the order line referenced on any one of the delivery detail lines. But there are multiple delivery detail lines on any delivery, and they may reference order lines from different orders.
    Questions are:
    1. Does Oracle ensure that all delivery lines on a delivery reference the same hz_locations.location_id values (alias used below is ship_loc / bill_loc)?
    2. Does Oracle store the shipping and billing information for a delivery in one record in one single table? If so, what table is it? Or is retreiving this information from the below SQL via an order line the only way to get that information? (that would mean you have to retrieve this information for only one delivery detail under the delivery).
    SELECT ood.organization_code site, ood.organization_name org_unit, wnd.confirm_date ship_date, oh.order_number,
    NVL(wdd.cust_po_number, oh.cust_po_number) cust_po_number, wdd.source_line_number, bill_party.party_name bill_to_name,
    bill_loc.country bill_to_country, ship_party.party_name ship_to_name, ship_loc.country ship_to_country,
    wnd.confirmed_by end_user_name, msi.segment1 shipped_item_number, wdd.item_description shipped_item_description,
    wdd.shipped_quantity, ol.unit_selling_price unit_price, ROUND((wdd.shipped_quantity * ol.unit_selling_price), 2) total_price, wdd.currency_code,
    wnd.name delivery_name, wdd.delivery_detail_id
    FROM hz_locations ship_loc,
    hz_parties ship_party,
    hz_party_sites ship_ps,
    hz_cust_acct_sites_all ship_cas,
    hz_cust_site_uses_all ship_su,
    hz_locations bill_loc,
    hz_parties bill_party,
    hz_party_sites bill_ps,
    hz_cust_acct_sites_all bill_cas,
    hz_cust_site_uses_all bill_su,
    oe_order_headers_all oh,
    mtl_system_items msi,
    oe_order_lines_all ol,
    wsh_delivery_details wdd,
    wsh_delivery_assignments wda,
    org_organization_definitions ood,
    wsh_new_deliveries wnd
    WHERE ood.organization_id = wnd.organization_id
    AND wda.delivery_id = wnd.delivery_id
    AND wdd.delivery_detail_id = wda.delivery_detail_id
    AND ol.line_id = wdd.source_line_id
    AND msi.inventory_item_id = ol.inventory_item_id
    AND msi.organization_id = ol.ship_from_org_id
    AND oh.header_id = ol.header_id
    AND bill_su.site_use_id = ol.invoice_to_org_id
    AND bill_cas.cust_acct_site_id = bill_su.cust_acct_site_id
    AND bill_ps.party_site_id = bill_cas.party_site_id
    AND bill_party.party_id = bill_ps.party_id
    AND bill_loc.location_id = bill_ps.location_id
    AND ship_su.site_use_id = ol.ship_to_org_id
    AND ship_cas.cust_acct_site_id = ship_su.cust_acct_site_id
    AND ship_ps.party_site_id = ship_cas.party_site_id
    AND ship_party.party_id = ship_ps.party_id
    AND ship_loc.location_id = ship_ps.location_id

    Ok Thanks, I can see that.
    For my original question on table information -
    Does the shipping and billing address for a delivery get stored within shipping tables (WSH%) or somewhere else? There is a ultimate_dropoff_location_id on wsh_new_deliveries. Is that the 1 single delivery location ID for each delivery?
    For billing, I assume that the delivery will be billed per what each referenced order line states?

  • I want to delete my icloud-account from my iphone 5 and then register again, because I want to change my email-address/account name. What would be the steps to follow? How do I make sure I do not lose any information stored on/in my iphone 5?

    I want to delete my icloud-account from my iphone 5 and then register again, because I want to change my email-address/account name. What would be the steps to follow? How do I make sure I do not lose any information stored on/in my iphone 5?

    You would have to delete the existing iCloud account and create a wholly new one - you cannot change the @icloud.com email address of the one you already have.  To make a new one, you will also need an new AppleID as any AppleID can only have one iCloud account associated with it.
    Deleting the account will not delete anything off your device (if prompted for things like contacts, choose to keep them).  You will have to sync everything anew with the new account as you cannot move your sync'd content, your old backups or anything else from one iCloud account to another.  You will have to set up sync again and let it sync to the new account, and then make new backups to the new account as well.

  • Additional receipts Information  stored in which database table

    Hi All,
    I Know addtional receipts can be controled VIA  table V_T706B1_B.
    But when we have to activae the link under Travel Expense Manager ->Trip receipts ->Additio Receipts Information -> Additional Receipts Information via transaction FITVFELD.
    I want to know , If I make change to this field what is the background table the changes will be stored.
    Thanks in advance,

    Hello,
    One thing is that if someone is customizing in ESS then the transaction is FITVFELD_WEB.
    The whole tab related customization are stored in the table T706S.
    When you open the transaction FITVFELD_WEB or FITVFELD then it opens the trip schema.
    Double click on the trip schema. Then you will see the many check box and fields to be filled.
    Press F1 on that field and you will get the table name for the text.
    If you want to check who made this changes then go to SE03 transaction and in object type write 'TABU' and then in front of that in the text field write the table name for which you want to check.
    you will get all the users who have made the changes in that table entries. you can then catch him.

  • Where is URL stored in CRM tables How to retreive URL address from table

    Hi,
    Can any one tell where URL address is stored in CRM.
    And how to retreive URL Address from CRM tables.
    As i'm not able to find exactly how to retrive the url form the tables. as the URL address is not visible.
    Thanks & Regards,
    Rajender.
    Edited by: Rajender k on Aug 12, 2008 6:37 PM

    I am not able to get you. Please rephrase or elaborate.

  • A/R Alternative Payer Issue

    I have a unique problem that I need advise on ..please.  Situation:  Customer A has an alternative payer assignment value of Customer B in the customer master.  The receivables process of posting the payment from B to A works correctly.
    Here's my problem.  If I perform a check refund for the posted amount to A, a check is produced with B's name and address information.  I want the check refund to go to A, even though B originally submitted the funds.  How do I exclude the alternative payer information for outbound payments (refunds)?  Or is there an alternative way to make a payment?
    Many thanks. David

    Hi,
    Good evening and greetings,
    Please go through the following link
    http://help.sap.com/saphelp_47x200/helpdata/en/01/a9b220455711d182b40000e829fbfe/frameset.htm
    Please reward points if found useful
    Thanking you
    With kindest regards
    Ramesh Padmanabhan

  • Which datasource has PAYR and REGUH tables

    Hi,
    Can anybody please tell me PAYR and REGUH tables are from which datasource.
    Thanks in advance for all your help.
    Points will be rewarded.

    Customer Enhancements of the Extraction Structure
    You can enhance the extraction structures for DataSources 0FI_GL_4, 0FI_AP_4, 0FI_AR_4, and OFI_TX_4 in the SAP R/3 system by creating user-defined include structures or using transaction RSA6. The following customer includes are supported:
    Application --- Accounts Payable
    DataSource --- 0FI_AP_4
    R/3 Table --- BSID / BSAD
    Include Structure --- CI_BSID
    · If all fields in the customer include structure are contained in the above-mentioned R/3 table, no further ABAP programming is required. In this case, the fields in the customer include structure are automatically supplied with data by the DataSource extractor.
    · If there are fields in the customer include structure that are not contained in the above-mentioned R/3 Table, these fields cant be filled using a function module created by the user. For more information see note 410799. Alternatively you can use the BW standard exits for extractor enhancements. Programs from the SAP standard are not modified by this customer interface.
    Please check out...
    http://help.sap.com/saphelp_nw2004s/helpdata/en/af/16533bbb15b762e10000000a114084/content.htm

  • System preferences wants to use confidential information stored in my keychain

    Images are not being displayed in emails on my Mac. This includes sending photos from iphoto via email. When going in to System Preferences to see what I need to check, I get the window which reads "System Preferences wants to use your confidential information stored in "imap.aol.com" in your keychain. Should I "always allow", "deny" or "allow"?
    I recently synched my contacts via icloud with my mac and my iphone (which created a whole different problem). That is the only thing I can think of that I have done recently (?). Speaking of the contacts issue, now my phone does not have the phone numbers and all of the information of my contacts as I had on my phone before the icloud synch. Now, the contacts in my phone seem to be mostly email addresses that were stored on my mac and no phone numbers!!! WT? Help. My love for Apple is waning.

    I too am losing confidence in Apple. I want to be able to make these choices and still have access to my apps.

  • Why can't I edit all of address information for Siri to use?

    I have been playing around a lot with Siri lately.  Unfortunately she doesn't seem to want to play with me.  I have been trying to find a way for Siri to remind to complete a task after I leave from a location other than my home or work address.  At first I realized that I did not have other addresses other than my home and work address stored under my contact information in my address book.  After I tried to tell Siri to remind me to complete a task after I left my gym for example, Siri told me that this information was not entered and that I should edit my information which I tried doing.  The problem is that I was not able to change the name of the address information in my address book from "other" to "gym".  Is there anyway to get around this? 
    I have also noticed that when I ask Siri to remind to complete a task after I leave a location (e.g. "work") she reminds me to complete the task when I arrive at the location.  There must be a way for Siri to distinguish between me arriving at a location and me leaving that location.
    My final gripe is that Apple does not have anywhere for me to submit feedback on Siri or its Maps services.  I do not understand how Apple expects to improve these two critical areas of their user experiences without allowing people to provide suggestions for improvement.

    So I read through some feedback posted on here and was able to answer my first question.  The second issue remains a problem however.

  • BAPI or Function Module to Update the Alternative Payer  (KNZA) of Customer

    Hi Experts,
    My client requirement is to update the Customer Permitted Alternative Payer during creation of BP
    Would you please let me know the any BAPI or Fictional Module available to UPDATE the u201CPermitted Alternative Payer (KNZA)u201D of Customer Master.
    iam trying  SD_CUSTOMER_MAINTAIN_ALL function module, its failed to update the  KNZA tables. please help to close the issue. 
    Thanks in Advance.
    Venkatesh M.

    Hi Ravi,
    Thanks for the quick reply.
    The Function Module, what you are given is BTE. it will not trigger when creating of contract.
    My Requirement is when creating the contract for the particular BP, we need to UPDATE the Alternative Payer of Customer.
    Here i required BAPI or Function Module to change or Update the customer master Alternative Payer (KNZA).   
    Regards,
    Venkatesh M

  • Report results need to be stored in a table

    Hello,
    I need to store the result of a program to be stored in a table so that i can load the cude.Can anyone help me with this.
    Thanks,
    Vinay

    I have a company table and a address detail table.
    SQL> desc company;
    Name Null? Type
    COMPANY_ID NOT NULL NUMBER(10)
    COMPANY_NAME VARCHAR2(50)
    COMPANY_DESCRIPTION VARCHAR2(1000)
    SQL> desc address_detail;
    Name Null? Type
    ADDRESS_ID NOT NULL NUMBER(10)
    COMPANY_ID NOT NULL NUMBER(10)
    ADDRESS_TYPE_ID NOT NULL NUMBER(10)
    ADDRESS_LINE1 VARCHAR2(100)
    ADDRESS_LINE3 VARCHAR2(100)
    ADDRESS_LINE2 VARCHAR2(100)
    CITY VARCHAR2(50)
    STATE VARCHAR2(50)
    ZIPCODE VARCHAR2(20)
    COUNTRY VARCHAR2(50)
    PHONE VARCHAR2(20)
    For a given company it can have multiple addresses. Address_type_id indicates if it is a ship_to, bill_to, headquarters etc.
    So for a given company I want to display all of its addresses as a single row.
    Thanks.

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

  • How to Display IMAGE BLOB stored in a table in a html region APEX

    Need to know how to display an image stored in a table in a HTML APEX Region.
    Please

    Hi
    Please explain what you mean by it doesn't work?
    Are there errors messages, at what point, how far did you get and exactly what did you do????
    Please provide more information.
    Thanks
    Ben

  • Need Information on C$SYNC_HIS_PUB_ITEMS table.

    Hi,
    I would really appreciate if anyone can share any information on C$SYNC_HIS_PUB_ITEMS table.
    1) What kind of information is stored in C$SYNC_HIS_PUB_ITEMS table.
    2)Is there any underlying API that uses this table ?
    3)Is there any way to Purge the data from this C$SYNC_HIS_PUB_ITEMS table.
    any information on this would be a great help.
    Thanks,
    Praveen

    Check this
    MFS JTM Concurrent Program: Performance Issues When Run With The Parameter 'Purge' (Doc ID 985252.1)
    regards
    Pravin

Maybe you are looking for

  • How can I create a Filter for a four week period?

    Post Author: Sarahg CA Forum: Formula I am trying to create a filter so that on a sales report I can have a Year to Date figure and then the last 4 weeks shown. So far I have tried to creat a filter that shows current week number - 4 but this does no

  • Iv'e just bought a MacBook Pro and iPhoto says that  it can't be opened because it is either damaged or incomplete.

    My new MacBokk Pro has iPhoto which does not work because it is either damaged or incomplete. I've tried to download the latest update 9.3.2. for it but it then says that I need 9.0. before the upgrade works. I've done that but it now says I need an

  • F110 (BTL91 and CLIEOP03)

    Hi Experts, I'm hitting an error again. When I'm doing F110, the bank details of the vendor is not populated automatically. I need to reallocate each one by one. Is there a thing i need to check in FBZP?

  • SP01, list of output requests

    Hi, from trx ME9F an user tried to print a purchasing document (purchase order) System didn't print any output. From SP01 I checked and I clicked on one of the spool requests that reports an error but there is not the cause of the error, I can see th

  • Texts out of order; phone overheating; speaker issues

    Hi, I am having four problems with my Galaxy S5 and wondered if anyone knew a solution: (1) My text messages come out of order.  This has happened since I got the phone, which is on network time. (2) My text messages are delayed - both sending and re