Substitution for Payment Block

Hi
My requirement is to substitute a payment block when a vendor invoice is posted using
document types XX and YY in a given company code when the invoice amount is more
than 10000.
I have written the substution in GGB1 under Financial Accounting Node under Line
Item category.
I have created following under Step 001 :
Prerequisites :
BKPF-BUKRS = 'ABC' AND BKPF-BLART = 'XX' OR 'YY'AND BSEG-WRBTR > '10000.00'
Under Substitution :
Field Payment Block is substituted by constant value 'C'
Transport request is also generated.
But still the document when posted  the payment block field is not substituted
by the value C.
Can anyone help me what did I miss in the settings and where to rectify. Also, guide
me to transport the subsitutions to other client.
Regards
Gemini

Dear,
Please follow the instructions and hope you will succeed:
Eter Tcode se16 and enter the table name gb01 - check bseg-ZLSPR is there and the excude is not set it must be empty. if yu see the entry is there with X then create an abap program and type the following to delete the entry:
delete from gb01 client specified  where boolclass = '009' and
classtype = 'S' and
bcltab = 'BSEG' and
bclfield = 'ZLSPR' and
bexclude = 'X'.
then again write another program and type the following:
DATA GB01WA TYPE GB01.
gb01wa-boolclass = '009'.
gb01wa-classtype = 'S'.
gb01wa-bcltab = 'BSEG'.
gb01wa-bclfield = 'ZLSPR'.
gb01wa-bexclude = 'X'.
INSERT INTO gb01 VALUES gb01wa.
the one again goto GBB1 and create a substitution as follows: first when when you start to create a sub. then it will ask you to select the filed make sure you find and select the field ZLSPR, then you make conditions for your sub. make sure to transport from the same transaction and the again make sure to activate this sub. and transport both requestes, hope it will solve the problem.

Similar Messages

  • Maintaining Reasons for payment block -0B27

    Hi All,
    Could someone explain how the payment block are maintained through ob27 ? e.g. if all three fields are left blank for payment block type "B" will it still block payments ???
    Thanks
    G

    Hi Gayani,
    If the indicator is not flagged then payment method will not block the document.
    Regards,
    Narasimha

  • User Exit or BADI for payment block in MIRO

    Hi all,
    I need a User Exit or BADI for payment block in MIRO for line item. please help.
    Thanks
    babu

    Hi,
    Check the components in enhancement "LMR1M001".
    Regards
    Vinod

  • How to unblock clearing items for payment block

    The process i did is the next:
    - Create a vendor invoice (miro) $1000. with block reason R
    - Create a credit memo (miro) $800.
    - Clear the credit memo vs invoice F-44 (the credit memo is a partial amount of the invoice).
    In FBL3N transaction i see also the credit memo blocked R
    when i go to mrbr transaction  i only see the invoice and when i release it and go to the f-58 in order to pay it, sends me a message: the item is online blocked.
    The problem is the credit memo is still blocked. How can i release it, if i can not see that in the mrbr.
    As a temporally solution is going to fb03 and avoiding the block reason manually.
    Please help me with this issue. thks

    Hi,
    Go to OB27 and check, whether the manual payments block check box was ticked for block reason R, if yes then deselect it.
    Hope this will help.
    Thanks,
    Srinu

  • Userexit for Payment block invoice in MIRO/MIR7/Mrrl

    Hi All,
    In an purchase order invoice the the Payment block is defined at coompany code. My requirement is to define it at more granular level like at level of item category. For certain item categories I have to avoid the tolerance date check of paymeny block from getting triggered. Is there any userexit which allows to define the tolerance check for line items at item category level.  (MIRO/MIR7/MRRL transactions)
    Case here is: The delivery date entered in PO is dated as 3 months later. Entry  sheet generated also shows the date as 3 months later. But the invoices are generated on monthly basis. So those invoices for which the delivery date of PO &entry sheet is not reached, automatically goes to Live Payment Block. The payment block  on invoice has to be manually released.
    Is there any other way to stop invoice from going to payment block.
    I did changes in exit EXIT_SAPLMR1M_001 which has item category field. But this exit is not triggering always. On few cases it triggers.
    I would appreciate any help on this. Thanks.

    hi,
    do use imlicit enhancement in the function module
    MRM_FINAL_CHECK in this the line item details will be populated t_drseg table...........

  • Authorisation Object for Payment Block Filed(ZLSPR) in FB02

    Hi,
    I want to restrict the authorisation to modify the field Payment Block to some of the users only in FB02 Tcode.
    How can i achieve it.
    My basis team said it can help me if i can give the authorisation Object  for the same they can restrict the authorisation object to limited users.
    regards
    Jaya

    Hi Mallikarjun,
    The authorisation Object given is related to Excise invoice ? So, please let me know how this would help in restricting modification of payment block filed in FB02?
    regards
    jaya

  • Substitution for Interest Block, posting through FB75

    Hi,
    I have written a substitution according to which FI postings made through FB75 (Customer Credit Memo) must get an Interest block indicator.
    This means FI documents posted through FB75 must be excluded from Interest calculation while running Interest calculation program.
    The substitution written is as below:
    Prerequisite:
    BKPF-BUKRS = '1000' AND
    BKPF-BLART = 'DG' AND
    SYST-TCODE = 'FB75'
    Substitutions:
    Interest block         Constant value    A
    But, this substitution is not working properly. After saving this substitution when I try to post an FI document through FB75, document type DG (Customer Credit Memo), the interest block is not substituted.
    Please help me with this.
    Regards
    Rahul

    Hi Friends,
    Anybody has any clue on my query?
    Regards
    Rahul

  • Reason for Payment block R

    Hi,
    I am finding one purchase order blocked , and thats because in the accounting doc, the vendor line item is blocked with blocking Reason R . How can I find , why this block was put.
    Regards
    Rudra

    To understand Invoice verification blocking reasons, you can run transaction MRBR. This transaction is used to release blocked invoices, but can also be used to understand why item is blocked. There can be multiple reasons for blocking, you need to check MM tolerances to understand the block.

  • Payment block set for Down payment requests processed via F110

    When I process a vendor down payment request from F-47, it gets paid during F110. However it gets posted to Vendor a/c with special GL indicator and with a "payment block". I am not sure why the payment block is put automatically. Can this be functionality be changed.

    Hello Krishna,
    Can u pls elaborate the question.
    Step1: Post down payment request F-47
    Step2: Post down payment against request F110
    When your getting this payment block.
    however pls go through this path
    IMG/FA/ARAP/Business transactions/Outgoing payments/Outgoing Payments Global Settings/Payment Block Reasons/Define Payment Block Reasons or Define Default Values for Payment Block
    Regards
    Murali

  • Block for payment in MIRO if there is blocked stock in quality inspection

    Hi all,
    In quality inspection, if they put some quantity into blocked stock, then i should go for payment block in MIRO . Here
    the QA status may be Pass or Fail.
    my payment block will depend upon blocked stock in quality inspection but not on QA status.
    Thanks
    babu

    Hi Pabitra
    If the material is taken to QI, then no liability is created for the vendor during GR. Now if you pass it in QA, then the stock moves to Unrestricted stock. Now if you transfer from Unrestricted stock to blocked stock, this will not block MIRO, as the GR/IR has already been hit.
    if you bolck payment for these type stock, then you can take help of User Exit, in MIRO
    Regards

  • Payment block rerlease for vendor/customers

    Hi Gurus
    which t-code we used for  payment block rerlease for vendor/customers
    regards
    Mallikarjuna

    Hi,
    For more clear Use FK05 for vendors
    Give company code and Vendor account no
    enter
    You get screen where you should deselct payment block either code / all company codes
    For customers FD05
    Same procedure
    If it is useful please assing points
    Thanks
      RAM

  • Payment Block O and P (block for netting ED and FE) ECC6

    Dear Experts,
    There are 2 payment block indicators that are unclear to us how to use them in our business processes:
    1, Payment block O Block for netting ED
    2. Payment block P Block for Netting FE
    Can you please share your experience in what type of business processes you are using these payment blocks and are there also blocking reasons behind these payment block, like we have for payment block R
    Thank you

    Hi Ylee,
                 Three clarifications from my side in response to your process -
    1) Through IMG ---> Material Management ---> Logistics Invoice Verification ---> Incoming Invoice ---> Define Mail to Purchasing When Price Variance Occur, you can be able to set up the message determination so that the related message will be automatically sent to the buyer's inbox as soon as there is any variance between PO price and invoiced amount;
    2) Secondly, it is true that once change is made in the PO, the blocked invoice shall also be released through another transaction MRBR.
    3) You can also technically define the small difference transaction/event key DIF for automatic posting in case of small difference.
    Given your pre-defined process, I would believe that any workflow, once being activated, shall consist of three main steps -
    1) The e-mail notification shall be triggered and sent to buyer as soon as there is any variance;
    2) Once change is made in PO via ME22N transaction, the workflow will be then forwarded to A/P clerk (invoice creator) so as to either run MRBR transaction or manually remove the payment block indicator;
    3) Once this is completed, the e-mail notification will be sent to the buyer (and other related parties, if any) confirming the successful invoice posting.
    Regards
    Sridhar

  • Substitution Rule for Payment Term

    Hi Expert,
    I have to have Substitution for payment term the following criteria:
    Company Code = '1000' AND Document Type = 'L1' AND Posting key = '14', then ... substitution bseg-zterm with certain payment term.
    Problem: there is no substitution for bseg-zterm.
    I read the post at http://sap.ittoolbox.com/groups/technical-functional/sap-acct/substitution-rule-for-payment-term-489202
    and found that I need to apply a SAP note 42615 in order to enable the BSEG-ZTERM field in Substitution Rule for Payment Term, and after that run Program RGUGBR00 to regenerate the substitution.
    But, problem again, our SAP is ECC 6.0, and the said SAP note is not applicable.
    Kindly advise is there any other way that I can enable the bseg-zterm field at substituion.
    Thanks,
    sbmel

    Hi
    1. Go to SE16N and enter Table GB01
    2. Enter &SAP_EDIT in the command prompt i..e the space where you type your T code and press enter
    3. BCL TAB = BSEG and Field = ZTERM... Execute
    4. Remove the X for the field BEXCLUDE.. SAVE....
    5. Select this entry and menu Table > Transport > Include in tr request
    6. Run RGUGBR00
    Br, Ajay M

  • Not blocking for payment

    There is a issue:
    I am posting a invoice against  PO before GR posting and Upper & Lower limit of  Tolrence key BR is set here as 0% .
    hence if I will post a invoice before gr then it should be blocked for payment (blocked ind. will be set as R).
    But it's not happning and invoice is not getting block for payment.
    pls. suggest me, where is the loop hole?

    Hi,
    R represents manual block, which can be put in the Header Payment block field.
    Whereas the same at item level is done as follows:
    You can block an item by selecting the Ma (manual blocking reason) field in the item list. When you post the invoice, the system automatically sets an R in the field Payment block in the vendor line of the accounting document. Manually blocked items are given the blocking reason Manual block (M).

  • Reports for baseline and payment block

    Hi,
    I want a report for baseline changes history another report for payment block changes histroty.
    Please help me from which table we can take the reports.
    Thanks in advance.

    Hi,
    Go to TCode 'SE16' -> Enter Table Name AS 'RBKP_BLOCKED' and press Enter
    Data Browser will give all these fields from which you can select as per your requirement and Execute :
    - Log. payt block
    - Company Code
    - Fiscal year
    - Vendor
    - Invoice doc. no
    - User name
    - Posting date
    - Purch. group
    - Due date
    You can find the User Names for all the transactions in the result set.
    When you follow these steps, it shows the current status of documents still on payment block , not the history of who already released it
    For that:
    FB03 with the FI Doc
    Environment > Doc Changes from the Top Menu Bar
    Double click on the changed field # in this case, Payment Block
    Then it will show you the dates and what was changed.
    Double click on the line to see the detail of the user name
    regards
    Waman

Maybe you are looking for

  • Display Text Elements in BI 7.0

    Hi, We are now working on BI 7.0. We need to display the text elements for a specific query i.e the values entered by the user in the variables have to be displayed. I am aware of the Design mode option after executing the query. I did select the Tex

  • Installing Forms 11g 64bit on Windows Server 2008 64bit

    Hi, we are trying to install Forms 11g 64 bit with WebLogic 64bit on windows Server 2008 64bit and followed the short checklist of Jan Carlin : - installed JDK 64bit - installed WLS1032-generic - started installation of Forms/Reports Installation of

  • How to create new bol object  for  BT in sap crm

    HI      I need to create new bol for BT with relationship  with out using AET ,Could you please explain step by step. Thanks and best regards Brahmaiah

  • AS3 to AS3 Drag/Drop Question

    This is a fairly routine drag/drop interaction. The tricky part is when the invisilbe button 'btnInvis10' is clicked, another movieClip, 'dragger' appears and becomes the element being dragged, to be dropped onto 'mSquare'.  AS3 is giving me some pro

  • I have cs5 master suite.

    i just bought a canon 70d and it does not support the raw files.  have have tried grabbing the camera raw updates and that did not work.  i also have light room 4.4 on my lap top and no go there either.  i like the programs a lot as i have had it for