Purch Block field in SRM vendor record?

Hi,
We are on SRM 5.0 and I have a question on the vendor block
For the functionality for vendor blocks (manage business partners), why is the Purch Block field in 'vendor data' blocked?. i have blocked the vendor in r/3, executed the vendor update job but cannot where the vendor block is set on the SRM vendor record
please input.
warmest regards, Pooja.

Hi Muthu,
Thankyou once again for getting back to me. I am fully aware of t-code BP, however,the field 'xblck' field does not get automatically flagged when a vendor is blocked in our r/3 system. my understanding was that SRM would follow the process as:
1. vendor is blocked in r/3, say purchasing block
2. srm program BBP_VENDOR_SYNC runs between srm and r/3
3. field 'xblck' is auto updated in t-code BP, so that vendor cannot be used in srm transactions.
step 3 does not work. Is this as a result of BBP_VENDOR_SYNC being the incorrect abap to run?
warmest regards, Pooja

Similar Messages

  • Processing Leavers for Employee expenses and blocking their vendor records

    Help please:
    Is there a set way of stopping Employee expense records in FI when an employee leaves, and putting a payment block on his/her vendor record?
    There is no employee status, therefore can the end dates be updated? If so, will this automatically block the vendor record from payments?
    I believe that relevant programs are:
    RPRAPA00 to load updates against the employee expense record;
    RFBIKR00 / RSBDCBTC_SUB to update the vendor record.
    Edited by: Andrew Staples on Feb 20, 2008 6:33 PM

    Hello Cindy,
    Yes, from FBZP it is only possible to do that if it is a House Bank.
    Well, I imagine you will have to implement an ABAP user-exit in both processes (Selling, example  transaction VF01 and Buying, example transaction MIRO) to check Customer and Vendor bank master data to avoid using the bank you don't want to.
    The Customer Bank table is KNBK.
    The Vendor Bank table is LFBK.
    So, if you have a single bank, it is just a matter of comparing the related record from one of the tables with the bank key.
    If there are more than one bank key to check, I suggest you to build a Z table with the "prohibited" bank keys.
    Hope it helps you.
    Regards,
    Daniel.

  • Vendor field on SRM Purchase Order

    Hi.
    Please can someone elaborate and explain why my preferred supplier that I have entered onto my Cart does not copy through to the Vendor field on SRM Purchase Order please? At this moment, the Preferred Vendor field is incorrectly populated whereas previously, only the Vendor field was populated. We have the ECS activated.
    Thank you.
    Pooja!

    Hi
    Prefered vendor - if you manually added a vendor - This partner function no. 39.
    check your BBP_PD whether you have prefered vendor or fixed vendor in partner head.
    Fixed vendor -partner function is 19 like contract ...etc
    check these details or your approver might be changed your source of supply if he has access to modify the cart.
    BR
    Muthu

  • Mandatory fields to replicate vendor from ECC to SRM

    Hi all,
    I created a vendor in ECC with all mandatory fields. But when I tried to replicate the vendors to SRM from ECC, I am getting errors like mandatory fields are missing. Can you please tell me what are the mandatory fields in SRM when we replicate vendors from ECC to SRM. Its Urgent.
    Regards,
    Balaji.S

    Hi Balaji,
    When you create Vendors properly in ECC it should not give such an error. You have to maintain basic data, Accounting data and purchasing data. Rest all are optional.
    For replicating vendors from R/3 to SRM you should have a Vendor root org / group in SRM. BBPGETVD is used to replicate vendors to SRM by mentioning the logical system and Vendor Group ID.
    Hope this makes you clear. Please explain the error clearly for further help.
    Award points for helpful answers.
    Rgds,
    Teja

  • Is it possible to enable & disable a field in a multi record block

    When I enable a field in the multi record block all the records for that field are enabled or vice versa. I don't want that.
    If I enable a field for one record the rest of them should stay as it is.
    Thanks for any help.
    Syed Jaleel.

    You can set update_allowed,insert_allowed, Navigable false for
    field in multirecord block using
    Set-Item_Instance_Property;
    Eg:
    Set_Item_Instance_Property('BlkName.item_name',Record_number,Insert_Allowed,Property_False);

  • Payment Block Field Should be Grayed

    _*Scenario:*_
                 If one vendor line item is blocked from the MM side, due to there own conditions, that item should not released for payment until & unless the confirmation from the same side and remove the block thru MRBR.
    Issue:
                 Here, the issue is, even though it is blocked from MM, thru FB02 from FI the user can remove the block indicator and clear the item.
    Requirement of the Client:
                As, per the above issue the users (MM) don’t want the FI user, having the authority or access to change & remove the block indicator for such line items which have been blocked from MM, and unless they remove the same thru MRBR.
    Available Options:
    1.     Maintaining the User Authorizations as per the responsibilities. That means providing the FB02 authorization to higher officials only.
    2.     In the FB02, Graying out the Payment Block Field.
       So, Can it be possible to Gray out the Payment Block Field in the FB02 transaction…..
    Please give me the suggestions in this Regard…
    Thanks
    Talluri.

    Hi,
    You have to change the configuration settings for the co. code in IMG. For that follow the following steps:
    Go to IMG->Financial accounting->Account Receivable & Account Payable->Vendor Accounts->Master records->Preparations for creating Vendor Master records->Define Screenlayout per Company Code(Vendors)->Select the Co. Code row->Click Edit Field Status(on top of the screen)->Select Group, Payment transactions->Check the Payment block row field status from Req entry/Optional entry to Display entry.
    Hope it answers your question.
    Please reward points if you find this to be helpful.
    Thanks,
    Prithwiraj.

  • Transfer vendor records

    Hi Friends,
    I tried to transfer vendor records (BBPGETVD) from R3 to SRM, we use external range for R3 vendors. Some vendor records were transferred successfully, but some not. I have no system errors but vendor records not transfer to SRM.
    Do you know the reason?

    Hello Marina, do you transfer vendors with right parameters? please check if you put in vendors from and purchasing organization fields that not corresponds with values that you want to transfer....
    Thanks
    Rosa

  • Mandatory fields to create vendor and PO

    Hi all,
    I am migrating data from legacy system to ECC and to SRM. I found mandatory fields in ECC and I am not sure what are the mandatory fields for SRM. I need for Vendor creation(Foreign vendors also) and open PO. Please reply.
    Regards,
    Balaji

    Hi
    <b>Use the function module BBP_VENDOR_GET_NON_BAPI to create a vendor directly in SRM.</b>
    <u>Function module - BBP_VENDOR_GET_NON_BAPI</u>
    <u>Program</u> - <b>BBP_VENDOR_GET_DATA</b>
    <u>BAPI</u> - <b>META_BUSINESS_PARTNER_CREATE</b>
    <u>Also look at Function module - BBP_UPDATE_ATTRIBUTES.</u>
    <b><u>Did you created any PO using that "bapi_poec_create"..? Don't forgot to add a commit work in your program.</u></b>
    You will have to develop your own XML mapping to create a PO in SRM.
    You can use BAPI_POEC_CREATE (read SE37 documentation about GUIDs).
    This one also uses internal functions BBP_PD_PO_CREATE, UPDATE & SAVE.
    You don't have to take care of GUIDs. This function will generate them for you. You can pass the PO number as PO header GUID, and PO items as PO item GUIDs. This will make the links as well.
    <u>Please go through this as well -></u>
    Re: Upload PO from XML file in SRM
    Creating a PO with ME_CREATE_PO_ITEM
    Re: Function Module/BAPI to create vendors in PPOMV_BBP
    Re: BBP_PD_PO_CREATE
    Create PO
    <u>Hope this will definitely help. Do let me know.</u>
    Regards
    - Atul

  • Automatic Creation of Employee Vendor record when hired in HR

    Hi Gurus,
    Any assistance in Automatic creation of Employee vendor record when the employee is hired in HR master data.
    Thanks in Advance
    BLITZZ

    Hi,
    Use the t.code: PRAA. Give reference to an existing employee vendor.
    Or, you can also create a batch job that runs this daily. Before that you need to create a reference employee vendor and input the most common fields in it (like, Recon Account, Payment method, etc.).
    Regards,
    Kiron Kumar T.

  • Unable to replicate both Numeric and alpha numeric vendors records from R3

    Dear all,
    In our ECC 5 environment, we have some vendors who master record numbers that are numeric internally assigned i.e 7000000 or 23000000 and some alphanumeric externally assigned i.e SmallBusiness1 or Grinad10. This is posible as you may know via vendor account groups.
    We have implemented a classic scenario in SRM 4, Server 5 environment, therefore we need to replicate ECC backend vendors masters. We initally set SAP's AB business Partner (vendors) number range in SRM to A  - zzzzzzzz and created numeric number ranges to match thoes set up for all our vendors in ECC.
    When we ran BBPGETVD only the alpha numeric vendors records replicated down to SRM. The numeric were ingnored. The BBPGETVD t-code was reporting that the other vendors had incorrect data.
    We then chnaged the AB Business Partner (vendor)number range to 000000001 - 999999999 and ran BBPGETVD. Only then did the numeric vendors get replicated down to SRM. But the issue is now, I cannot replicate the alpha numeric with out chaanging the number range back to A - zzzzzzzzz.
    Question,
    How can I set the Business Partner(Vendor) number range in SRM to anable the replication of both Numeric and Alpha numeric assigned vendor records down to SRM.
    Thanks,
    Grace

    Christophe,
    PLEASE HELP I HAVE AN URGENT ISSUE NOW!!!
    On the subject of setting back the internal BP number range, does SRM expect it to be set for example to:
    01  0000000001 - 0000999999?
    Should the grouping for this internal number range be also ways set to 0001. Iam refernceing the settings in our sandbox client, they seam to be set up that way.
    If its set to say 0003, will this cause a problem?
    Because we have set all our BP ranges to external, any ORG unit, USER or position that we created after we "removed" the internal number range does appear to be working.
    I have noticed this. when I login as a new user and try to create a shopping cart, tthe product category drop down does not work on the "new user".
    If I go in the BP transaction and search for this new user or new unit org units that where created after the removal of the internal number range nothing is found!. The last internal BP number is 105.
    Question.
    If I set the internal number range back to
    01 0000000001 - 0000099999 and set the current number to 106, then delete and recreate the org units, do you think this will work?
    Please help I need to get this issue sorted out because as you said no new org unit/user can be setup.
    Thanks Again.
    Grace

  • Can't add new image field in SRM MDM catalog

    Dear Experts
    I have added a new lookup[image] field in Catalog Item table.
    The problem is I cant find it in my
    MDM_SRM_UI_App>Customize Display tab>SRM-MDM Repository fields list
    Can't we add custom fields to repository?
    I also read this SAP Note 1028343 (Changes in repository not reflected in Catalog UI)
    where it is said to restart the mdm connector for the changes to take place.
    However the note is quite old. Is it still applicable?
    Please share your ideas.
    Thank you.
    Regards
    SwarnaDeepika

    Hi SwarnaDeepika
    There is already Images and PDF lookup available for each record in Catalog items table. I am not sure how we can create a new images lookup
    The below links explain the transport configuration process, this may help you identify custom fields in SRM-MDM Repository Fields list
    https://wiki.sdn.sap.com/wiki/display/SAPMDM/OpenCatalogInterfaceinSRMMDMCatalog+2.0
    https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/7246
    Regards
    Goutham Kanithi

  • Vendor marked as purchasing Block after confirmation of Vendor through FK08

    Hi ,
    We  are having SRM 5.0 Add On System. While Creation of Vendor In ECC system it goes for Confirmation First.
    So in SRM Vendor Remains as Blocked for Purchasing in Table BBPM_BUT_FRG0061 as Vendor in ECC system also remains as blocked for Purchasing.
    Confirmation FK08 is done by different user. After Confirmation in ECC system vendor get unblocked for Purchasing but in SRM it remains as blocked for purchasing.
    So Purchasimg Blocked is not removed in SRM.
    If we are removing the block tick by Changing the Vendor(XK02)  then in SRM Vendor get unblocked automatically.
    Expecting reply at the earliest.
    Thanks & Best Regards,
    GK

    Hello GK,
    Behavior you describe is the standard one.
    FK08 is to confirm vendor modification regarding accounting data, that is at company level.
    So, purchasing organization data being not concidered, vendor is unblocked for posting (all companies or selected company) but not for purchasing.
    Regards.
    Laurent.

  • Payment block field disabled in FB03

    Hi Friends,
    in vendor ,payment block field in Fb03 transaction code is diabled in live and when i check the same in development it is enabled after i click on edit but the same thing is not happening in live system.
    could any one please tell how to handle this situation. where do i need to configure to make it enable.
    thanks & regards,
    kat.

    Hi,
    Check whether the field has been enabled for editing in the document changerules. The path for the same is -
    SPRO >> Financial Accounting >> Document >> Rules for Changing Documents >> Document Change Rules, line Item.
    Additionally also check the config settings for payment block whether manual payment block is activated. The path to check this is -
    SPRO >> Financial Accounting >> Accounts Receivable and Payable >> Business Transaction >> outgoing payments >> outgoing payments global settings >> payment block reasons >> define payment block reasons.
    Thanks and Regards,
    Anit

  • Blocked invoices for SRM PO

    Dear All
    I have requirement in that i need to create blocked invoices for SRM PO's . I have created a PO in SRM portal . Now the invoice need to be done at R3 side but i am not aware how i can create a invoice for the SRM PO's .
    Any one help me on this .
    Regards
    Sunanda
    Edited by: SMABAP on Dec 31, 2008 7:36 AM

    Hi,
    please check whether your PO has sent to R/3 system or not . if it is there in R/3 then please create a PO with MIRO transaction.....
    Before creating the invoice please check whether vendor has GR based invoice vertification or not...
    if you are not able to do then ask your FI team to do this....
    Thanks
    Ravi

  • How to suppress payment terms on vendor record ??

    Hello Experts :
    Is it possible to  pass payment terms from the invoice record and not populate payment terms on vendor record?

    I disagree.
    You can supress the field in config.
    This is done in configuration. It is in the menu path: SPRO > Financial
    Acctg > Master Data > Prep for creating vendor master data > define
    screen layout per activity (vendors). Highlight the line: create vendor
    (centrally) or company code.
    Find your fields and supress it.
    You can enter payment terms at the time of creating invoice in FB60 under "Payment tab"
    Thanks,
    Tina.

Maybe you are looking for

  • Urgent: Calling ABAP Program using JMS

    Hi, I have a scenario where legacy system pass some messages to ABAP Program and this program can handle one message at a time (written in that way). Now the receiver communication channel is configured to access J2SE adapter. This J2SE adapter store

  • NO Interface Mapping found in the Integration Directory (Configuration)

    Hi, I've got following problem with PI 7.0:: I have a Mapping Scenario designed in the IR. It works - using test function - there. If I go to the COnfiguration Tool during creating of the Interface Determination it doesn't find the Interface Mapping.

  • How do I get a refund on a bad app

    Bought an App today for my iPhone and it doesn't do what I bought it for. Seems the description implied a feature that doesn't actually exist. Anyone know how to get a refund from the App Store on a bad App?

  • Where do you buy your batteries?

    I need to replace the battery on my 12" iBookG4. Apple wants $130 for it. Can anyone recommend a better deal elsewhere? Mambate has them for $49 but I've never heard of them...

  • How does the adapter specific parameters gets filled up?

    Hello, How do I check adapter specific parameters? like, I am making the Soap action parameter to dynamically fill in the receiver soap adapter. I want to check if the correct (one of the 4 actions) action was filled in action field how do I check? t