Fb60 is not updating the vendor master HB and payment method

Hi,
For APP i have maintained the house bank and payment method in vendor master. When we do the FB60, system is not copying the house bank and payment method in FB60 document. Can any one guide me on this.
govind

Hi,
Field status is optional only. And in FB60 screen i can able to view the house bank and payment method. My doubt is i have assigned the house bank and payment method in vendor master, hence while doing the fb60 system want to pickup and update the house bank and payment method in fb60 transaction. but it is not happening here. So in F110 we are not getting the document which was posted in fb60.
govind

Similar Messages

  • New to ABAP -- Need help with any BAPI to update the vendor master record

    I have a requirement to update the vendor master record ( ie purchasing block data inlfa1 and lfm1 table )directly. i have created the report but my problem is i am updating tables directly by using modify which is not correct according to SAP hence i want to use bapi whereby i can change the fields of the table. does anyone know any bapi which can modify the lfa1-sprem field and lfm1-sperm field. Plz hep me. They have specifically asked me to do it using BAPI's.

    MAP2e_lfa1_to_bapivendor_04
    MAP2e_lfa1_to_bapivendor_05
    will be helpful

  • Update the Vendor master from Employee master - PRAA

    Hi
    I need to know the process of updating multiple vendors from multiple employee data .i.e.bank,address and pernr.
    I was using PRAA transaction but it was not updating ...i think i miss some entries..especially file path...
    what are the steps need to be taken care of ...what should be in the file in the file path?
    please let me know
    Thanks

    Thanks Rob
    I checked the documentation..and found my error...actually the PRAA is updating vendor with employee data only when the employee number(PERNR) is updated in Vendor master...so i updated the field PERNR in Accounting section of Vendor then i ran the transaction PRAA it worked...it created the session and i processed the session..
    My question is ..is the PERNR is mandatory in Vendor master record?
                              and How iam going to update the multiple vendor records with multilple Employee records? since the vendor for Reference is the single filed?
    Please let me know
    Thanks
    Govi

  • HT1918 I am not given the option to change my payment method to none.  What am I doing wrong?

    I am trying to change my payment method to none, but when I go into my account information, I am not given NONE option.

    Log into itunes store, view account information, edit payment type under apple id summary.

  • I am trying to install itunes 10 but error messages saying could not update the environment variable PATH and CLASSPATH appear. how can i fix this?

    this is really frustrating ive been googling for hours trying to find the solution! any help would be greatly appreciated. I have windows 7 and the newest gen ipod nano

    For general advice see Troubleshooting issues with iTunes for Windows updates.
    The steps in the second box are a guide to removing everything related to iTunes and then rebuilding it which is often a good starting point unless the symptoms indicate a more specific approach. Review the other boxes and the list of support documents further down the page in case one of them applies.
    Your library should be unaffected by these steps but there is backup and recovery advice elsewhere in the user tip.
    tt2

  • Payment method not defaulting from Vendor master data

    Hi All
    I am running F110 payment run. In the Payment proposal SAP  is not pulling payment method from vendor master data for some invoice. we have like two payment methods , Sap is defaulting payment method for one type of payment method and not defaulting for the other...What could be the possible reasons?( for both the invoices We are not maintaining any payment method)

    Hi
    In F110 if payment methods are different from vendor master data and payment methods mentioned in parameters tab it will take payment methods from parameters tab, so that you have to give both payment methods in parameters tab so that it will consider both.

  • PO output not to default vendor master

    Hi experts,
    We run SRM5.0/Server5.5 in extended classic scenario.
    We changed SC create with customer fields, where the employee can manually enter the e-mail or fax address as this information is usually not up-to-date in vendor master data.
    The information is passed on to the purchase order, but when we process the output the SAP standard output programm still is going to the vendor master data and picks the e-mail or fax address there instead of using the document specific data.
    Does anyone of you know how we could solve the requirement? We want to change the SAP standard programm that should pick the e-mail or fax from the PO-document and not from the vendor master.
    Many thanks for any suggestions.
    Regards,
    Corinne

    Hi Corinne,
    We are also on SRM_SERVER 550, SP11, ECS Scenario.
    We are having a similar requirement where we need to provide custom fields in the shopping cart for Fax number, Telephone number and Email id. These fields will need to be mapped to the standard fields in the SRM PO for output as well as for display in the PO vendor address details.
    We find that inspite of mapping these fields in the BBP_DOC_CHANGE_BADI, method BBP_PO_CHANGE these fields are not appearing on the PO vendor address. The PO vendor address in SRM PO is defaulting from the vendor master. Also the output tab in the Header is defaulting from vendor master. This means, the changes which the requester did in the SC for fields Fax number, email id etc are not getting copied to the SRM PO for the vendor address.
    We are mapping the SC fields to PO fields of TEL1_NUMBR, FAX_NUMBER and E_MAIL in structure BBP_PDS_PARTNER for the partner function 19 (vendor).
    Can you please let me know if you were able to resolve your issue and what was the resolution?
    Regards,
    Srivatsan

  • House Bank at the vendor master data

    What is the implication of entering the house bank at the vendor master data?

    When you are entering the house bank at the vendor master data it has the following implication:
    You cannot effect payment through any other house other than the one mentioned at the vendor master data and the payment program will ignore the ranking of the bank selection configured in the APP.
    See the F1 help documentation
    The key for the house bank is used if the customer/vendor is always to be paid by the same house bank. The bank selection of the payment program is cancelled with this entry.
    In otherwords it is like hard coding the house bank in the vendor master and it does not offer any flexibility in the APP.

  • BAPI_SALESORDER_CREATEFROMDAT2 is not updating the ITEM Qty after Free ITEM

    Hi,
    I am using BAPI_SALESORDER_CREATEFROMDAT2 to create a order.We have customization for populating a FREE ITEM for a Order ITEM.
    Now the Problem is that .....if I am passing more then one Material as ITEM it is not updating the next ITEM Qty and also not populating FREE ITEM afterwords first one.
    Please help me.
    Regards
    Ricky

    Hi,
    Find below the code :
      read table i_table_t into lwa_table_s index 1.
      if sy-subrc eq 0.
    *Order Header
        lwa_ord_head_in-doc_type          = 'ZSO'.
        lwa_ord_head_in-sales_org         = '1000'.
        lwa_ord_head_in-distr_chan        = '10'.
        lwa_ord_head_in-division          = '10'.
        lwa_ord_head_in-req_date_h        = lwa_table_s-delivery.
    *Order Header Update
        lwa_ord_head_inx-doc_type         = 'X'.
        lwa_ord_head_inx-sales_org        = 'X'.
        lwa_ord_head_inx-distr_chan       = 'X'.
        lwa_ord_head_inx-division         = 'X'.
        lwa_ord_head_inx-req_date_h       = 'X'.
        lwa_ord_partners-partn_role       =  'AG'.
        lwa_ord_partners-partn_numb       =  lwa_table_s-sold_to.
        append lwa_ord_partners to lt_ord_partners.
        if lwa_table_s-ship_to is initial.
          lwa_ord_partners-partn_role     =  'WE'.
          lwa_ord_partners-partn_numb     =  lwa_table_s-sold_to.
          append lwa_ord_partners to lt_ord_partners.
        else.
          lwa_ord_partners-partn_role     =  'WE'.
          lwa_ord_partners-partn_numb     =  lwa_table_s-ship_to.
          append lwa_ord_partners to lt_ord_partners.
        endif.
        lt_table_it_t = lwa_table_s-zsd_table_it_t.
        loop at   lt_table_it_t into lwa_table_it_s.
          lwa_ord_items_in-material      = lwa_table_it_s-matnr.
          lwa_ord_items_in-plant         = wa_table_s-plant.
          lwa_ord_items_in-target_qty    = lwa_table_it_s-qty.
          lwa_ord_items_in-comp_quant    = lwa_table_it_s-qty.
          append lwa_ord_items_in to lt_ord_items_in.
          lwa_ord_items_inx-material     = 'X'.
          lwa_ord_items_inx-plant        = 'X'.
          lwa_ord_items_inx-target_qty   = 'X'.
          lwa_ord_items_inx-comp_quant   = 'X'.
          lwa_ord_items_inx-updateflag   = 'I'.
          append lwa_ord_items_inx to lt_ord_items_inx.
    Schedule Line Information
          lwa_schedule_lines-sched_line  = 'X'.
          lwa_schedule_lines-req_date    = lwa_table_s-date_del.
          lwa_schedule_lines-date_type   = '1'.
          lwa_schedule_lines-req_qty     = lwa_table_it_s-qty.
          append lwa_schedule_lines to lt_schedule_lines.
          lwa_schedule_lines_x-updateflag = 'I'.
          lwa_schedule_lines_x-sched_line = 'X'.
          lwa_schedule_lines_x-req_date   = 'X'.
          lwa_schedule_lines_x-date_type  = 'X'.
          lwa_schedule_lines_x-req_qty    = 'X'.
          append lwa_schedule_lines_x to lt_schedule_lines_x.
        endloop.
    Here I am getting First Item and it's free configured Item perfectly for the Qty 1.
    But when I pass more then 1 Qty or Multiple ITEMS it is not populating other respective free configured ITEMS with them.Also IT is not updating the other ITEM Qty other the first one.
    For Example:
    Item  No      ITEM            Qty           .......
    10             ITEM1           1 EA        ..........
    20             FREE1          1 DAY     ..........
    30             ITEM2            0             ..........
    40             ITEM3            0             .........
    In above example After 30 and 40 two Free ITEM should be generated with 1 Day and for Qty 1 EA
    Regards
    Ricky

  • Partner Role not coming when creating the Vendor Master

    Hi all
    There is a standrd role AZ.
    There is a standrd Partner Determination procedure  L1.
    The role AZ is assigned to the Partner Determination procedure  L1.
    When creating the vendor master in MK01 the role is not coming in the list of partner function.
    For Document types there is a standard shema 0002.
    The role AZ has also been assigned to doc type.
    What can be the reason.
    Is the assignment against doc type at all required.
    Please suggest.
    Regards

    The procedure for setting partner functions:
    Step 1
    Vendor Account Group
    IMG->LOGISTICS GENERAL->BUSINESS PARTNER->VENDOR->CONTROL ->DEFINE
    ACCOUNT GROUPS AND FIELD SELECTION
    Step 2
    Defining Partner  Schemas
    IMG->MATERIALS MANAGEMENT->PURCHASING->PARTNER -> DETERMINATION -
    >PARNER SETTINGS IN VENDOR MASTER RECORD
    ->DEFINE PARTNER SCHEMAS
    Step 3
    Assign Partner Schema
    IMG->MATERIAL MANAGEMENT->PURCHASING->PARTNER DETERMINATION->PARTNER 
    SETTINGS IN VENDOR MASTER RECORD->DEFINE PARTNER SCHEMA
    „«  THEN ASSIGN PARTNER SCHEMA
    Step 4
    Define  Permissible Partner Role Per Account Group
    IMG->MATERIAL MANAGEMENT->PURCHASING->PARTNER DETERMINATION -
    >PARTNER ROLES ->DEFINE PERMISSION PARTNER ROLES
    If you want a partner schema for your own document type then define your partner schema and assign to document type using the below mentioned path.
    IMG->MATERIAL MANAGEMENT->PURCHASING->PARTNER ->DETERMINATION -
    >PARTNER SETTINGS IN PURCHASING DOCUMENTS ->DEFINE PERMISSION 
    PARTNER SCHEMAS
    And then
    ASSIGN PARTNER SCHEMAS TO DOCUMENT TYPE
    Once you have this configuration then you change your vendor in easy access menu (XK02-select partner function) define the partner roles.

  • Mass update of email in the vendor master record

    Hello to you all,
    Does anyone know how can I run mass update of email in the vendor master record for a big No. of entities?
    XK99 won't help since you can't find the email,
    Batch input recording won't help as well since the email can't be found.
    I will appreciate your help,
    Amir

    Hello Amir,
    You can use LSMW for update operation. You should create a batch input recording for transaction FK02. But you must tick "Use central address management" checkbox on FK02 screen while recording batch input. After that you will see E-mail field on screen.
    Regards,
    Burak

  • Vendor Address is not updating in ADRC table by LSMW IDOC method

    Hi,
    I'm updating Vendor address data by LSMW IDoc method
    for this i'm using ADRMAS as msg type and ADRMAS02 as Idoc type.
    In partner profiles Process code given as BAPI for this.
    i maintained entry in TSADOBJ table LFA1 as OBJTYPE,1 as ADDR TYPE,0001 as context,LFA1 as TABLENAME,ADRNR as FIELDNAME, ADRC as TABLE PERS, ADDRNUMBER as FIELD PERS
    Idoc generating sucessfully.
    But data is not updating in database.
    i think the problem in TSADOBJ config.
    Please give exact configuration which can update vendor data.
    Thanks in advance

    be open minded. SAP gives several import methods to load vendors.  one of them is per IDOC.
    But the vendor master IDOC does not automatically create the adress master.
    And even more important, if you migrate data from one SAP system to another, the IDOC method is more straight forward than the batch input, because you can send the IDOCs from legacy system to new system, you will then have a 1:1 relation of the structure in LSMW and you can create vendor masters by knowing the new vendor number from an internal number range already in LSMW, long before you actually post the vendor. With batch input you can either post with numbers from external number range, or you just dont know the new number already in LSMW.
    And you dont need to download the data to Excel. And further, the LFA1 adress data has less information than the ADRC adress data.

  • Unable to replicate the Vendor Master Records

    Hi I am using the transaction BBPGETVD to transfer the Vendor Master Records from R/3 ro SRM...but could not able to transfer it as I am getting an error "Organizational unit -
    does not exist; check entries", even through I have created Organisation Structure for Vendor also. I have maintained all the relavent parameters in the Attributes.
    The following attributes I have maintained: System Alias for Accounting Systems, Company Code, Local Currency, Current ITS for an External Partner, Accounting System for Vendor, System Alias for Vendor.
    Can any one tell me is there any other parameters to be maintained or where I am going wrong.
    I am working on SRM5.0.
    Thanks and Regards
    PKM

    Hi
    Please go through these links.
    Re: vendor not intended for a puchasing org
    Re: Vendor replication
    Re: Not able to replicate Vendor from R/3
    Re: What are the steps to me followed to get the vendors from R/3 to SUS
    Re: Vendor replication Error. SAP R/3 to EBP system
    Re: vendor replication
    Re: Vendor replication
    Replication of verdor records
    Regards
    - Atul

  • Report on field Corporate Group (Group key) of the Vendor Master

    Hi,
    We have a vendor with for example 4 different locations. In SAP we have therefore 4 different vendor masters. We want to report not only per seperate vendor master but also we want to report on the vendors corporate level. Now we have populated the field Corporate group (Group key) on all 4 vendor masters.
    Are there any financial reports where you can use the field Corporate group (Group key) from the vendor master to consolidate on?
    If there are other solutions for reporting in this case then please let me know.
    Regards,
    Roel van Loon

    Hi
    I hope it is corporate group under account control tab in VM general data. If you maintain any data here - you can use vendor open line item report (FBl1n) to get the report on open items cleared items for these vendors collectively. You can see this option in dynamic selection in report - vendor master tab.
    Thanks
    Edited by: Praveen Raghavendra on Jan 16, 2009 2:38 PM

  • Payment transaction details in the Vendor Master

    Hi Experts
    I have My client wants in the Vendor master data not allow access to  the Payment ytransacion details  for the Users ,I am trying to Supress it in the Account group but it is not happening pls help me to know why and any where in the SAP where we can block the Users not access to to the Vendor MAster data The payment Transaction details.
    Thanks

    Hi,
    Use t.code OMSG, under general data - Payment transactions, you can select the required fields as Suppress.
    regards
    Vivek.

Maybe you are looking for

  • Really need some !!HELP!! ALMOST 6 MONTHS WITH OUT BURNING A CD

    I've posted before about my problem but but i still have not gotten an answer. This might be my last atempt to get any help before i end up taking my laptop to a repair shop so here we go. I've recently ran a diagnostic with i tunes and here it is: M

  • How I fixed my short battery life on iPhone 5, and ActiveSync problems at the same time.

    For anyone still having activesync or battery problems I have a potential fix: I've had two issues lately.  First, my battery life was draining at an insane rate.  iPhone5 lasted about 3-4 hours before absolutely dead from a full charge.  LTE disable

  • Cannot Install SAP Crystal Reports 2011 on 64-bit Win 7

    I am trying to install the 30-Day Trial of SAP Crystal reports 2011 on a Windows 7 64-bit pc and at the end of the installation, I receive the two errors below. I made sure I clicked 'Ran as Administrator' and under properties under the Compatibility

  • Get/ReleaseStringUTFChars

    From a Java method "Connection_Open" I am trying to call a C function "Open" which has two strings as input parameters, and returns a connection number as an output parameter: JNIEXPORT jint JNICALL Java_Connection_Open(JNIEnv *env, jobject obj, jstr

  • How to extend material master?

    to extend storage location we can use T-code MMSC. similarly to extend material master any T-code or any other  procedure is there? please help me