CRMD_ORDER, table to read Bill-to and Payer Number

Hi,
i'm trying to find the table that stores the partner information of bill-to and payer .
i can see the entry in crmd_order_link but all the partner information(ship-to , sold-to etc) is stored in the same. is there any appropriate flag that i can use to differentiate between those two.
after getting the partner(bill-to /payer) , where to find the name/text of the partner.
Thanks,
GV.

Hi,
You need to get all the partner information from the table CRMD_PARTNER. It has the field PARTNER_FCT to differentiate between Payer or Bill-to. After you get the partner GUID you may use BUT* tables ( e.g. BUT000) to get the partner details.
Regards
Prasenjit

Similar Messages

  • How to change bill to and payer for an internet order

    Hello Gurus,
    I have an issue. I am trying to change the bill to and payer assigned to Internet order through the partner determination procedure.
    The scenario is when we create an internet order on the basis of sold to payer and bill to are selected. But the user has option to change the bill to and payer if there are many other maintained before saving the order.
    to do that i am calling the crm_order_maintain function module. I am preparing the partner tables and input fields
    In the input fields i am passing display type , kind_of_entry, no_type ,partner_no, partner_fct and relation partner.
    Apart from these fields I am passing the reference guid, ref_kind and objectname.
    t_field_names-ref_guid    = '4BB334EA8B0C24B6E10000000A02B02D'."wa_extension-ref_guid.
    t_field_names-ref_kind    = 'A'.
    t_field_names-objectname  = 'PARTNER'.
    t_field_names-logical_key = '0000000000031000000060      BPBP'.
    INSERT t_field_names INTO TABLE t_input_fields.
    With this I am not able to save the order with new bill to and payer. Am I missing something ?
    Regards
    Sohit

    Hi Sohit,
    I've the same requirement of picking one of the Bill-To from the dropdown on viewOrder.jsp
    Well for maintaining the Ship-To SAP has given a a standard Action class : MaintainShipToAction.
    and the method in the SalesDocument class to add new ShipTo but nothing for billTo.
    I'm looking for a different approach to handle this problem, incase you find any solution then please share it with us.
    Best regards
    Sandeep

  • After creating deliveries, the Bill-to and payer can be updated in the sales order.

    After creating deliveries, the Bill-to and payer can be updated in the sales order.
    Is there any standard customizing avaiable which will not allow the change of bill to party and payer in Sales order after delivery creation?

    Either via sdh0 you can set the field as non-editable or in configuration, if you set the field for BP as not modifiable in Partner Determination for Sales Order Header, then users wont be able to change the partner function in sale order.
    G. Lakshmipathi

  • Service Notification - Default Bill to and Payer to 1 Customer

    Hi,
    In SAP CS, how can I create a notification type that will default the Bill-To party and Payer to 1 Customer?
    Meaning, every time when this service notification is created, it will default the Bill-to and Payer to Customer ABC.
    Thanks in advance!

    Hi,
    Defaulting bill to and Payer is depends on your partner determination procedure which is assigned to notification
    So configure partner determination procedure properly
    Kapil

  • Billing doc and accounting number to be same

    Hi Gurus,
        Requirment: whenever i create Billing VF01
    "Billing document should be same as Accounting document"
    What are the steps i need to follow to do?
    Thanks in Advance

    Dear Sameer,
    In the billing process accounting document type is RV
    As per the standard settings billing document number range and account document number range will be the same.
    If you use standard billing document number range system will give the same number to the billing documents and account document.
    This happen based on the check mark in external check box of the accounting document number range maintenance.
    If you remove the external check mark system will take the different number range which is defined assigned to the accounting document type.
    You can check the accounting document number range through FBN1 transaction.
    To check the Number range assignment to RV document type go to OBA7 transaction
    I hope this will help you,
    Regards,
    Murali.

  • I can read my temperature and batch number but I can't produce a graph show the Temperature over time

    I am very new to Lookout and I have been having alot of problems getting the graph to show up.  We have several kettles that cook media to a desired temp over a pre-set time and I am able to see the batch number and the temp of the kettle but I can't bring up the graph that shows the recipe being cooked.  We use Ethernet for three of our larger kettles and RJ-422 for ten of our smaller kettles.  My network constantly crashes and if there is anyone reading this in the Ottawa area I would like to set up a meeting to get some advice.
    THKS.  Jason

    Hi!
    As i understand, to create Graph in lookout is easy and you know the process . There are Two resons to Graph hang the PC or process.
    1.Low computer memory
    a. RAM   b. Graphic Card memory.(VGA Card)
    2. Deviation Rate.
    If you set the deviation rate minimum than it will continuously logs the data and will slowdown you computer. If your process allows you to store data with more deviation than it will make your life easir.
    Also increase the Computer RAM and increase the Graphic card memory, because graphs require memory as in the case of games.
    Hope this will solve your problem.
    Atif
    Bahrain

  • Billing info and Serial Number

    Whenever I go to my orders it says that the order is still processing, but i ordered it on March 13. Also, I nee to know where to locate my serial number. Am I just not finding this because the billing info has not processed yet?

    contact adobe support via chat, http://helpx.adobe.com/contact.html?product=flash&topic=using-my-product-or-service

  • Table required for billing and RG1 output

    Dear all,
    pls give me the list of tables required for billing output and RG1 output

    Hello Digs,
    Just check out these sites and see if this is useful to you
    http://www.erpgenie.com/abap/tables_sd.htm
    http://www.erpgenie.com/saptech/transactions.ht
    <b>**Reward if this helps**</b>
    Regards
    AK

  • Need to pick Bill to party and Payer from Ship to party instead of Sold to

    Hi,
    Please let me know the configuration setting needs to be done for capturing the Bill to party and Payer from the Ship to party instead of the Sold to party. This requirement needs to apply to curtain document types only.
    Please respond as soon as possible.
    My mail ID: [email protected]

    Hello,
    you can change your customizing settings in the transaction VOPAN  and put there that the Bill-to and payer should be determined from the ship-to party ( in special partner determination procedure). Than assign this partner procedure to your spacial sales order types.
    Best regards,
    Lela

  • MYSQL backup, mysql -e "FLUSH TABLES WITH READ LOCK" doesnt work

    I want to backup mysql locking tables first using flush tables with readlock, then do rsync and then unlock tables.
    I want to do it automatically using script.
    When I log in to mysql using: mysql -u root -p
    the command:
    FLUSH TABLES WITH READ LOCK;
    works and locks the tables...but when I create my.cnf with login information to mysql:
    [client]
    user=root
    password=xxx
    the command:
    mysql -e "SHOW DATABASES"
    works and shows the databases....
    but when I run this command:
    mysql -e "FLUSH TABLES WITH READ LOCK"
    it doesnt lock the tables...why?
    thanks

    Are calling the 'mysql -e' command as your user or as root? If you call it as root (typical for a backup script), then the .my.cnf file needs to be in /root instead of $HOME.
    Scott

  • VAT and TIN Number

    Hello Experts,
       I have just entered into the SAP Sector. I just want to know the master table where exactly the VAT and TIN number are stored. And how I change it.
    Regards-
    Nilesh J.

    I don't know the fields but a few pointers that might be helpful:
    1) Ask your functional analyst - it's part of their job to provide you with the field location or any guidance on that
    2) At least someone should be able to point you where the fields are on the screen. Then you should be able to go the usual route - F1 -> Technical info, etc.
    3) Respective functional forum might be a better place for such questions if for some reason p. 1 and 2 above are not feasible.
    4) You can always use SQL Trace (ST05) to find where the information is being read from or written to. Start the trace, run the transaction, stop the trace and analyze the list. Voila - no need to ask anyone ever again.

  • Find Equiment Number Using Material Number and Serial Number

    Hi ,
       I have a problem to find the EQUNR value for a particular Material and Serial Number.
    Can you please suggest me the master Table to find these information.
    Actually I used EQUI Table. Gave Material Numer and Serial Number to find EQUNR value.
    But in this table MATNR and SERNR is not a key field.
    I need Material and Serial Number as a key and find the EQUNR from the Table.
    Is there any Table avilable MATNR and SERNR as a key Field  to retrive EQUNR value ?
    Regards,
    Florian
    Edited by: Florian Thiruselvan on Jan 24, 2010 1:45 PM

    Hi Florian,
    table EQUI is a master table. MATNR and SERNR are fields which fully specifiy a secondary index of EQUI table. So You are using a right table for your selection. There is no other table with MATNR and SERNR as a primary key for finding EQUNR.
    Regards,
    Adrian

  • Bill-to-Party and Payer Partner Determination in CRM Sales Order

    Hi,
    In ECC, the sold-to-party has different bill-to-party and payer for each sales areas .For example:
    Sold-to-party:2001826
    For 8000 sales org/72 distribution channel:
    Payer: 2004818
    Bill-to-party: 2004818
    For 2000 sales org/ 02 distribution channel:
    Payer:2001826
    Bill-to-party: 2001826
    These business partners are in CRM system and the relationship data based on sales organization exists in CRMM_BUT_FRG0081 database table.
    I customize access sequence for bill-to-party and payer in CRM system which uses CRM_PARTNER_A by using Sold-to-Party as source. However it does not determine via this access sequence. Do you have any idea why the system does not use this relationship info?
    Best,
    Damlanur

    Hi there,
    Please use note 493947 to ensure all the manual configuration is in place. Also the item category for the plant item must be ATP relevant, the following code check this:
    FILL_BTM_PARTNER_PLANT SAPLCRM_DOWNLOAD_MAP
      check if item type is relevant for ATP
        check not ls_item_type-atp_profile is initial.
      map plant to business partner
        lv_loc_number = <ls_bapisdit>-plant.
        lv_loc_type   = gc_atploctype-plant.
        call function 'CRM_CONFIRM_MAP_LOC_TO_BP'
          exporting
            iv_loc_number    = lv_loc_number
            iv_loc_type      = lv_loc_type
          importing
            ev_partner       = lv_partner_no
          exceptions
            no_mapping_found = 1
            others           = 2.
        check sy-subrc = 0.
    If this still doesnt resolve the issue then you will have to debug the transfer queue stopping at function CRM_SALESDOC_MAP_BAPI2MBDOC to see why the data is not mapped.
    I hope this helps,
    Kind regards,
    Vanessa.

  • Tables for  bill to and ship to addresses in crm order

    Hi Experts,
    In which tables the bill to and ship to addresses are stored in CRM order?
    Thanks in Advance.

    Hi Jak,
    Goto table CRMD_PARTNER to get the address numbers i.e. ADDR_NR and using this address number retrieve the address details from ADRC table.
    <b>Reward points if it helps.</b>

  • Read two files and store it to Global Internal table in LSMW

    Hi
    I have a requirement in LSMW, there are two files which needs to read the data and upload into SAP based on 2nd file data with some conditions.
    Example :
    File One : Customer Details.
    File Two : Customer Master.
    when we upload the customer master data into SAP we have to cross check customer aganist file two(customer master).
    If the customer is does not exist in the file two, then only we have create the customer other wise skip the record.
    How to go about this, can we create any global internal table in LSMW and how to store the 2nd file data for cross check.
    I tryed with define two source structures, but at any point of time 1st file data is only one record is available.
    Please suggest some solutions.
    Advance Thanks
    Murali.

    Hi Jürgen L.
    If customer is exist in the both files, then we need to extend him to other company codes.
    Some reasons the data is not available in SAP, for writing select query. apart from this we have to do some validation based on 2nd file data.
    Is there any possibility for global internal tables
    Thanks
    Murali

Maybe you are looking for

  • Problem with my infocube

    Dear Experts! Hello & Good Morning! I have created one infocube with dimensions  Customer No, Material No, Sales Rep No, and Key figures as Price of Material(currency), Quantity(number) and Sales Revenue(currency). This is my data target. In my flat

  • Can't trash files on Windows Server

    I have several .mov files that I created and copied to a Windows server on the network for viewing by my associates. But once they view them I can't trash them. Every time I try I get an error that says "The operation cannot be completed because you

  • Building and manipulating Arrays within MathScript

    Hi LabVIEW forum, Does anyone have any advice, examples or other useful information about how to build and manipulate (i.e. find elements in arrays) from within a MathScript node ? Regards,

  • Same trigger for several tables

    Is it possible? I want to modify the PK that is trying to be inserted with sys_guid() value. I have more or less 300 tables in the database so generating 300 triggers like create or replace trigger godtrigger before insert on X FOR EACH ROW BEGIN :NE

  • How to masking like this?

    as you can see at the picture, whenever the arrow move at the object, we can see what is inside . how to do like that? please help. iam sorry if this is in a wrong section.