Default Bill-To customer address to be populated in the AR TRANSACTION form

In the AR transaction screen whenever i opened the form , the Bill-To customer Address should be populated by default. But iam not getting that and in the line items form the UNIT PRICE to be populated by default whenever i select the particular line item. In the PO purchase order screen we are getting the unit price whenever we select the particular line item becoz when we created the item we had an option to give the list price by default,but for receivables we dont have.
Plz find the solution for it.
thank u

Suresh,
You will not be able to accomplish this using standard functionality without doing some development. It maybe possible to accomplish this through Transaction variant.
Other than the above, the simplest way to hide the search options would be to place a implicit enhancement at the begining of the FM "PM_HLP_PREVENT_RECURSION" to delete of the search helps other than "Equip By Equip List" based on the calling program and screen number.
With respect to defaulting, other than what Paul had indicated , try defaulting those values by setting the Parameter ID.
Thanks
Narasimhan

Similar Messages

  • Billing tab of BP are not populated in the sales order automatically

    Hi
    Business Partners Billing Tab details like customer pricing procedure, currency, price group, Customer group etc are not populated in the Sales order automatically?
    I have checked the pricing procedure determination also.
    Thanks

    Thanks problem is solved.

  • Vendor Email Address to be populated in the Communication Method of the PO

    Hi,
    We have a requirement where the vendor email address needs to get populated in the Cover Text of the Communication Method.
    When the user changes the PO for eg  4500002984, the vendor mail address needs to get populated in the Cover Page Text of the Communication Method before Save of the Purchase Order.
    This needs to happen after the output type is configured and the mail address needs to appear in the Cover Page Text of the Communication Method before the PO save .
    Is there any exit or badi to do the same before the Purchase order is saved ?
    Thanks in advance,
    Anu

    Pls check the OSS note Note 191470 - Purchase order as an e-mail
    You may get some idea
    Regards
    MD

  • Custom field not getting populated in the "Show Results where" drop down

    Hi all,
    In appointment detail page by clicking on Add button on the user related information section , it takes us to a search layout showing the list of available users.
    Here we have to filter the user's based on a custom field which has already been created in the user object. But I am not able to add the custom field in the "Show results where" drop down for which the search has to be done.
    It is getting reflected in the normal search layouts.So Can any one tell me why the change is not getting reflected in the user related info search layout?

    I tested your use case and you are correct. I would recommend that you submit a service request to CRM On Demand customer care in reference to this issue.

  • Bill to party address printing in standard invoice smartform

    Hi Experts,
        I am trying to modify the standard invoice smartform as per client requirement.In the payment window, i deleted the fields which are not necessary and I have to print bIll to party address in payment information window. I wrote the code like this in program lines.
    CLEAR GS_HD_ADR.
    get customer adress number
    READ TABLE IS_BIL_INVOICE-HD_ADR INTO GS_HD_ADR
    WITH KEY BIL_NUMBER = IS_BIL_INVOICE-HD_GEN-BIL_NUMBER
                  partn_role = 'RE'.
    ADRNR = GS_HD_ADR-ADDR_NO.
    DATA : IT_ADRC TYPE STANDARD TABLE OF ADRC with header line
           WA_ADRC like line of  it_ADRC.
    SELECT * FROM ADRC INTO TABLE IT_ADRC
    WHERE ADdrnumber = GS_HD_ADR-ADDR_NO.
    read table IT_ADRC INTO WA_ADRC index 1.
    Next I Created one text node and I inserted fields like
    &wa_adrc-name1&
    &wa_adrc-street&.
    In SE16 , data is there for name1 and street fields of ADRC table. when I am trying to activate the form , iam getting warning message as field&wa_adrc-name1& has no defined value. In the output, data is not displayed for bill to party address. Please tell me the solution.

    Hi Parwez,
      Sorry Iam very busy from morning.So,Iam unable to reply .You can ignore the warning messages.
    In global definitions, types tab write the following code.
    types:begin of ty_adrc,
         addrnumber type AD_ADDRNUM,
         name1 type AD_NAME1,
         street type AD_STREET,
         city1 type AD_CITY1,
         city_code type AD_CITYNUM,
         end of ty_adrc.
    types:wa_adrc type table of ty_adrc.
    In global data,
    it_adrc type table of ty_adrc
    wa_adrc type ty_adrc
    In the program lines of address window, write this code.
    CLEAR gs_hd_adr.
    get customer adress number
    READ TABLE is_bil_invoice-hd_adr INTO gs_hd_adr
    WITH KEY bil_number = is_bil_invoice-hd_gen-bil_number
                   partn_role = 'RE'.
    adrnr = gs_hd_adr-addr_no.
    SELECT name1 street city1 city_code FROM adrc INTO corresponding fields of TABLE it_adrc
    WHERE addrnumber = gs_hd_adr-addr_no.
    loop at it_adrc into wa_adrc.
    READ TABLE it_adrc INTO wa_adrc with key addrnumber = gs_hd_adr-addr_no.
    endloop.
    try with this code

  • Default Billing Type for Delivery against PO

    Hi Experts,
    Is there any setting to maintain Default Billing Type for Delivery against STO. Though the invoice is crated by manually putting customized Biiling Type and A/Cing doc also generated, but in the VF04 still system shows the same deliveries pending with Billing Type (F2).
    Kinly help in finding out the reason.
    Thanks & Regards
    Girish

    Hi
    There is a customization available here no default or hard coded
    Normally in a sales doc type we mention which billing type system has to pick
    If the billing happens from a PO which billing type system will take depends on the controls set in the areas mentioned below
    Go to your delivery type OVLK (say your delivery type is NL)
    In that there is a field called default order qty in the order reference tab (say if you maintained DL there)
    This DL is called PSEUDO order type
    Then in VOV8 for DL based on the billing types mentioned ,system will take the billing doc
    For delivery related billing say if you mention say ZF8  in the details of DL in VOV8(provided you have created ZF8)
    Then while you bill the delivery doc of NL system will take ZF8
    For intercompany delivery you can create ZIV billing type also Pure customization
    PO is linked to delivery type ( MM spro settings)--Del type linked to order (pseudo)  type---in order type (pseudo) we mention the billing types. Here the flow is bit different that pure SD flow
    Though the invoice is crated by manually putting customized Biiling Type and A/Cing doc also generated, but in the VF04 still system shows the same deliveries pending with Billing Type (F2).
    This manual is not reqd if the said assignments are done properly
    Regards
    Raja

  • SD : Ship to party and bill to party address getting changed in sales order

    Dear All ,
    We are facing a problem in production client regarding Ship to party and bill to party address getting changed at the sales order level. First of all , i would like to discuss the sales business process in which the problem is getting faced.
    Step 1 : The sales order is created for machine with all relevant details and the ship to party and bill to party address is changed as per the business requirement.
    Step 2 : The outbound delivery is created with reference to sales order.
    Step 3 : The commercial invoice, intercompany invoice and excise invoice is created.
    Step 4 : The Credit memo request is created with reference to commercial invoice no.
    Step 5 : The Credit memo is created.
    Step 6 : The FOC value contract is created with reference to credit memo.
    Step 7 : The FOC release order is created with reference to value contract, where ship to party and bill to party address is changed as per requirement.
    Step 8 : Outbound delivery is created for realse order.
    Step 9 : The FOC invoice is created.
    The problem is the moment we change the address in step 1 , the system gets in manual mode. Hence, whenever Bill to party and ship to party address is changed at Step 7, the same gets replicated at the machine invoice level which is incorrect.
    Please comment / reply ASAP.
    Regards.

    During the manual change if you  want to assign a new address number (which
    prevents the changing of the address in the preceding document),
    you can use Note 97832 (modification).

  • Customer Receivable Aging report - customer Address

    Hi ,
    when i am doing print preview by using the selection one customer per page and i have captured customer address also now i want the customer address to reflect on every page as same of customer.
    Thanks & Regards-
    Monica Karani

    It is not possible to include customer address in the B1 aging report. You must customize the report using crystal report or microsoft reporting service.
    JImM

  • List of Customer Addresses

    Hi,
    Where can I get the list of customer addresses?
    Is there any possiblity to get them in the Address format and not in Table format?
    I want to get the list,print 4 to 8 addresses on one sheet, so that I can cut and use the addresses to paste on enevelpoes.
    Thanks and Regards,
    Ajit

    Dear Ajit,
    The global Table of all Address in SAP is ADRC.
    All the address (Customer, Vendors, Brokers, Transporters, etc) is stored in ADRC Table.
    From KNA1 Table take Customer Code & Name & Address Number - Feild ADRNR.
    From ADRC Table take feild ADDRNUMBER & other address feild like street, city, etc...
    The figure in ADRNR & ADDRNUMBER for each Customer would be same.
    Now run vlookup in excel & linking figures of ADRNR & ADDRNUMBER. You will have a MAster List ready of Customer Address.
    You can follow the same process for Vendor (LFA1) address also. 
    Hope this helps...
    Thanks,
    Jignesh mehta
    Mumbai

  • Customer Address Chnage

    Hi,
    we would like to change the customer address, but want to keep the same address_ref.(orig_sys_add_ref)
    The issue here is that the existing address is an US address and the address we want to change is a Mexican Address.
    We want to update the adress using Customer Interface as the data comes from a third party customer master legacy system.
    Any suggestions.
    Thanks,
    Robert

    Dear Kaan,
    To copy the sales order text to the delivery document
    -->You do the text determination for the deliveries also,
    -->Define and maintain TextID in the delivery header text procedure as same as sales order Text ID ,maintain the access sequence.
    -->In the delivery text procedure access sequence you put the Text Object as VBBK for that Text ID.
    --->Use VOTXN transaction for Text determination.
    I hope this will help you,
    Regards,
    Murali.

  • Customers and customer addresses Conversion

    Can any help regarding basetables,interface tables and standard import program and how to approach to do the Customers and customer addresses Conversion
    Thanks In Advance

    Use the TCA API,
    for more info go to irep.oracle.com

  • How to find the Customer changes made to the standard transaction C223

    Hi,
    Greetings !
    My customer wants to find out whether any customer changes has been made to the standard transaction C223.
    As there is Badis, Programs, Function Group and its a kind of linked list going on.. on an on ...
    Could you please let me know that is there any easy way to find out whether Customer changes has been done to the standard transaction C223.
    (if not)
    Is there a way to find it manually or using some alternative ways.. ? My point is I should want to confirm it to the minute detail and finally confirm whether transaction is changed or not.
    Thanking you in anticipation.
    Thanks & Best Regards,
    L Raghunahth

    Hi,
    Thanks for the reply.
    Actually I want to list out all the programs functional modules, tables data elements etc responsible for the transaction C223.
    is there any program or transaction which will give me all the details.
    Thanks and Regards
    L Raghunahth

  • Pay Vendor bill-to address not default bill-to address prints default addr

    Customer has vendors with multiple bill-to addresses. They can create an AP invoice and select an address other than the default which works fine. When they go to pay the vendor, the check does not print the bill-to address on the AP invoice. It prints the BP default bill-to address. If you open checks for payment it brings in the default address and not the address you put on the AP invoice. Is there any way to change this? Why would we use multiple bill-to addresses if we can only pay the default?

    I must have mistated the problem. The pld is printing exactly what is on the Checks for Payment window. The problem is when you create an Outgoing Payment - either manually or through the Payment Wizard, the mailing address on the AP invoice changes to the default mailing address in BP Master Data no matter what is on the AP invoice. You have to manually change the address back to the billing address on the AP invoice if it is not the default. Is there a setting I am missing, Is this a bug or is this by design. If by design it does not make sense to have multiple bill-to addresses in one vendor.

  • Defaulting Payment term at Order line based on Line Bill to Customer profil

    Hi
    As per Seeded Defaulting rules payment term at Order lines is defaulting from Order Header Bill to customer profile, But as per business requirement they want payment term to default from Order line bill to customer profile
    Guess we need to build API for this and use it in OM > Setup > Rules > Defaulting we need help on how package can be setup and what parameters we can use for building this API
    Thanks
    Kamalakar.G

    Hi
    If any hints on fixing this issue do let us know this is getting urgent
    Thanks in Advance
    Kamalakar

  • How to set default bill to/ship to flag for addresses imported via DTW?

    Hi experts,
    I'm currently preparing the initial import of Business Partner Master Data but I'm struggeling a bit with the logic behind the dtw templates.
    From my perspective the best way should be to import first the Business Partners general information and then import all addresses with the seperate address template. But how is it possible to define the default bill to and ship to addresses in this template!?
    As alternative way I thought about importing the default ship to and bill to addresses with the general master data and import all additional addresses with the address template. But the geneal BP template seems lacking some fields like street no for example!? What means these addresses will miss this information.
    What is your recommened way in this case?
    Thanks in advance for any hints!

    Hi,
    Check SAP notes:
    1300954 - How to Update BP Addresses correctly via DTW.
    979116 - How to import BP addresses and set the default
    Thanks & Regards,
    Nagarajan

Maybe you are looking for

  • Madwifi won't compile.. .grrr (solved)

    I tried to compile madwifi from multiple sources (from the source I had to the pkgbuilds I downloaded), and they all yield the same error at the same time, which leads me it has something to do with a kernel  config or something...  It compiles norma

  • Bonjour - Mac A can see Mac B but not vice versa

    Hi Very odd behaviour with Bonjour. Up until yesterday, my macbook pro (call it A) would see my mac pro (B) - it would appear automatically in A's sidebar, I could listen to B's iTunes library on A and so on. No problem and there hasn't been for a co

  • Database content not showing in JSP page

    hi guys, I am having problems with showing the database content in a JSP page. I check my database and see that the content do exists. Can someone pls kindly advise. Below is my code: <TABLE BORDER=1 CELLPADDING=0 CELLSPACING=0> <TR> <TD>Last</TD> <T

  • Allow for timezone shifting for Global Reporting.

    Hi Everyone, I would like to enable end users to be able to dynamically shift the timezone that data is being reported on. Before I go into the technical details, let me outline the business case. Our Setup: -- We are a global company and we have OBI

  • Language selection hop

    I tried to install Solaris 10 1/06 and the activity stopped when I had to select the language. I couldn't use the keyborad for making the selection, nor the mouse. Please advise.