Not able to process open items using F-53

Hello All,
I am trying to process open items using F-53, I  m getting error message as "Entry SAG1 is missing in table T043G". This was working fine for GL accounts, but failing for vendors.
I checked the tolerance group for same and its fine and also tried checking table se16, but not able to find the root cause of issue. please let me know how can i resolve this.
Thanks in advance.
--Sagar

HI,
Check following...
1. Make sure you have created one null (Blank) tolrance group using transaction OBA3 for your company code SAG1...
2. If you do not want to create null tolerance group then make sure you have mapped the tolerance group created to the customer master and also see the use assignment...
Regards,
Chintan Joshi

Similar Messages

  • Not able to delete line items using BAPI_OUTB_DELIVERY_CHANGE

    Hi,
        Not able to delete line items of a delivery using BAPI 'BAPI_OUTB_DELIVERY_CHANGE', with thte below code and even return parameter has zero messages.
    I have even checked existing below posting.
    https://www.sdn.sap.com/irj/scn/logon?redirect=http%3a%2f%2fforums.sdn.sap.com%2fthread.jspa%3fthreadid%3d782509
    Below is the code that i am using.........
    *wa1-deliv_numb = wa_lips-vbeln.
    wa1-deliv_item = wa_lips-posnr.
    APPEND wa1 to item_data.
    wa-deliv_numb = vbeln_so .
    wa-deliv_item = l_item.
    wa-del_item = 'X'.
    APPEND wa TO item_control.
    w_header_data-deliv_numb = vbeln_so .
    w_header_control-deliv_numb = vbeln_so .
    w_delivery = vbeln_so .
    *w_header_control-dlv_del = 'X'. "Delete whole Delivery
    CALL FUNCTION 'BAPI_OUTB_DELIVERY_CHANGE'
      EXPORTING
        header_data    = w_header_data
        header_control = w_header_control
        delivery       = w_delivery
      TABLES
       item_data      = item_data
        item_control   = item_control
        return         = return.
      CALL FUNCTION 'BAPI_TRANSACTION_COMMIT'
        EXPORTING
          wait = 'X'.
    I have even  tried uncommenting item_data parameter but not able to delete line item.....i am able to delete whole delivery but not line items .........can any one of u help me in resolving this issiue plz ???
    Regards,
    M, Manohar

    Kindly use WS_DELIVERY_UPDATE to delete the items
    Sample code:
    L_VBKOK-VBELN_VL = vbeln_so.
    clear l_vbpok.
             refresh l_vbpok.
             l_vbpok-vbeln_vl = vbeln_so
             l_vbpok-posnr_vl = wa_deliv_item.
             l_vbpok-lips_del = c_x.
             append l_vbpok.
             set update task local.
             call function 'WS_DELIVERY_UPDATE'
               exporting
                 vbkok_wa = l_vbkok
                 commit   = ' '
                 delivery = lv_delivery
               tables
                 vbpok_tab = l_vbpok
               exceptions
                 others   = 0.
             commit work and wait.

  • Not able to clear open item. Error payment block

    Hi,
    When I am trying to clear an open item for a customer, I am getting this error message "1 item(s) was/were not activated due to online payment block ".
    I checked v_t008 and could see that 'Manual Payments block is enabled for Block Ind 'A'.
    but how I check if this customer has block ind A. How do I check and correct this issue.
    pl advice.
    thanks..

    What do you mean by "'Manual Payments block is enabled for Block Ind 'A'" ? As I understand, the indicator must be unflagged to permit manual clearing. Documentation says:
    Indicator: Blocked for manual payments                                     
         Indicator that documents which are flagged with the relevant blocking  
         key cannot also be cleared during manual entry of incoming payments or 
         outgoing payments.

  • Post with clearing : process open items

    hi,
    i do post and clearing FB05.
    i select incoming payment for transaction to be processed in the selection screen.
    Q1
    in the first line items, i put PK 40 for bank account and the next screen i put the amount, say 100 and hit process open items button.
    i choose the customer account and hit process open items button.
    in the standard tab, it shows list of document and also the amount entered (amount to be cleared) 100.
    now my question comes :
    as i debit bank 100 (pk 40), it should credit cust 100- (pk 15), right?
    amount entered field is showing 100 then assigned field should be 100- to make it 0 in not assigned field, right?
    but in this case, i need to select positive 100 and not negative 100 in the cust account document list.
    this is what i confused. as in f-03 or f-32, i remember if amount entered field is positive then i need to choose negative amount so that in not assigned field is 0.
    Q2
    why in first line item, if i put PK 15, i not able to process open items anymore. for example if i enter 100 and click process open items, when i put in PK 50 the same amount on the next item line, i not able to simulate correctly as with unassigned figure.
    can explain?
    thanks

    Hi
    When you select "process open items", the system lists the Open items of customer. You are supposed to select an open item to be cleared with the amount received from the customer. When you sell a product, Customer is debited and hence it is positive only.....
    I hope it is clear
    S Jayaram

  • Line items seen in fbln but not in process open items

    Hi Gurus,
    one line item is seen in fbl3n but not in process open items in f-07,
    the entry is rent a/c Dr
                         to rent payable a/c
    we can see is fb03, fbl3n of both accounts
    Pl suggest. I am unable to clear

    Dear Shymalasandia,
    You can reach REGUP by se11 and insert the document number that You can see by FBL1N but not during the payment.
    Probably it is contained into a payment proposal (F110) and therefore You cannot pay it manually (to avoid double payment).
    If You find it into REGUP table, You have two options:
    1.pay it by F110
    2. delete the payment proposal by F110 (menu> edit> proposal--> delete) and pay it manually.
    I hope this helps.
    Mauri

  • Process open items: how to set defaults for the additional selections

    Hi FI experts,
    Can anyone tell me if it is possible to set defaults for the additional selections in the processing of open items.
    I am using transaction F-04 (or F-06 or F-07) to post with clearing.
    When processing the open items I can use additional selection parameters. In my case I need to use the document type.  I would like to save this selection as a default but this doesn't seem to be possible.
    1. it is not possible to save a variant for the processing of open items
    2. I can not create a variant transaction (with trx. SHD0) for F-0x since this is only possible for dialog transactions
    Do you see another way to store defaults for the additional selections in open item processing?
    Thanks a lot.
    Dimitri

    Hi,
    When you create a transaction variant from FB05, then also you will not able to default the value for additional selections variable.  Hence SHD0 is not going to help.
    As said above, either you can change the additional selection screen parameters, but here again you can't default the value.  You can only reduce the number of entries on the screen.
    Else you can create a custom transaction code by copying the standard.  Even SAP recommends to create custom codes from standard tcode for clearing purposes depending on requirements. 
    Please check this link:
    http://help.sap.com/saphelp_erp60_sp/helpdata/EN/41/37b8e7455b11d182b40000e829fbfe/frameset.htm
    In the above link, in navigation choose clearing -- Specifications for processing open items
    If it is a custom transaction then you can default document number.
    Regards,
    Ravi

  • Process open item line layout

    Dear all,
    Tcode f-03 or f-53 or f-28 when click process open item, the system will lead you to process open item screen.
    If I go to menu settings -> line layout and in the line layout screen i choose other variants say by reference, when i use the same transaction say f-03, the process open item not able to show me the default line layout anymore.
    May I know how to set back the default?
    thanks
    rgds

    Hi SAPPER,
    Instead, click on Editing Options tab and maintain the Line Layout variant in that screen and save.
    The option through which you are choosing is just to choose on run time basis, which will not be available the next time. Save it in Editing Options, and it will be available to you next time also when you login.
    Regards,
    SAPFICO

  • Open item management_part payment with partial clearing_post outgoing payment process open items

    In this scenario of post outgoing payment process open items , i' m facing a error titled as below
    The difference is too large for clearing
    Message no. F5263
    Diagnosis
    A non-assigned difference exists for the specified clearing amount.
    The difference for an automatic difference posting must not be greater than the difference permitted for the user, nor greater than the difference permitted for the tolerance group that is contained in the customer/vendor master record.
    System Response
    It is not possible to automatically charge off the difference.
    Procedure
    You can charge off the difference manually using the function "Clear differences". You define the upper limits for automatically clearing differences in the tolerance group assigned to the user.
    Change tolerance groups for user
    I gave the specifications in (OBA4 screen) i.e., change tolerance groups for users/employees are as follows
      Amount per document : 9999999999
    Amount per open item account item : 9999999999
    Cash discount per line item : 10%
    Permitted payment differences left blank
      What else do i need to execute ?
    Please aid me in resolving the error....
    Thanks in advance,
    Heamanthkkumar.

    Hi,
    it seems you want to make a partial payment of 15000, select the line item against which you want to make the payment. On the payment amount field put -15000 and then simulate. It will credit the bank account and debit you expense account. Pls refer the screen shot.
    best regds
    Subha

  • Sap r/3 rel 4.6c - F-03 Process open Items; standard output; column width

    Hello All:
    I use SAP R/3 Release 4.6C. I am learning how to use the F-03 Clear G/L Account function. On the front page of F-03 you enter the account number and then click process open items.
    The output comes on the screen in the "standard" tab. In this tab you may start to clear your items.
    My question: How do you change the width of these columns? I know you can change the column width by moving the column margin with the mouse. I want to know how to change the column width permanently - make the column a "fixed" width that will not change unless I change it.
    thx
    Tracy Lofstedt
    Western States Equipment Co

    First adjust all the columns as you prefer, then click on the table settings,configuration icon on the right top. Give a name in the variant and click save. Tick the check-box Use as standard setting.

  • Sap r/3 rel 4.6c - F-03 Process open Items Column Width standard tab output

    Hello All:
    I use SAP R/3 Release 4.6C.  I am learning how to use the F-03 Clear G/L Account function.  On the front page of F-03 you enter the account number and then click process open items.
    The output comes on the screen in the "standard" tab.  In this tab you may start to clear your items.
    My question:  How do you change the width of these columns?  I know you can change the column width by moving the column margin with the mouse.  I want to know how to change the column width permanently - make the column a "fixed" width that will not change unless I change it.
    Do you know which variant I need?
    thx
    Tracy Lofstedt
    Western States Equipment Co

    Hi Tracy,
    You've posted your question on one of the SAP Business One forums which is not related to R/3. I recommend you repost on one of the R/3 related forums, a list of which can be found here:
    https://www.sdn.sap.com/irj/sdn/forums
    Kind Regards,
    Owen

  • F-44 Clear Vendor Process Open Items

    Dear All
    Can anyone please tell me how to use transaction code F-44. I want to clear Vendor items. But unable to do it.
    Thanks & Regards
    Kanwaljit

    Hi
    Befor run this transaction ytou have to post vednot invoice through transaction F-43 & Fb60 and then payment through F-53 & F110.
    for example if the amount of invoice 500 and payment is 500 then no need to use f-44 .becasue when you post the payment fully at this time that document automatically cleared.;
    But if the invoice is 500 then payment is 499.95 in this case you use the f-44 .becassue in this case amount is not match and thsi is not showing clear in that case we use f-44
    in this transaction yuo select the vendor account and select the cleraing date
    and clcik on process open item
    then use the transaction
    regards
    roobal

  • F-32 modify selected open items in the Process Open Items sheet

    Hi all,
    I have to design a solution in order to modify the selected open items showed in the Process Open Items sheet. I mean, I want to clear 2 concert items (I know every feature for each one) but the selection criterion match some items else, so I need to deselect the extra open items. This change is in order to create a BI to automate the clearing process.
    I know you are thinking, ok man you just need to use the Automatic Clearing transaction (F.13) but it doesnu2019t solve the prerequisites given (the same problem with the selection criterion).
    Could you help me?
    Thanks in advance.

    Hello Rob,
    In fact the transaction provide me the correct criterions, but the internal logic use them like OR's in a select but I need  AND's. Let me explain it better with an example:
    The standard program does something like this:
    Select *
    From ...
    into ...
    where criterion1 OR
                criterion2 OR
                ...             OR
                criterionN.
    But I need to modify this selection like follows:
    Select *
    From ...
    into ...
    where criterion1 AND
                criterion2 AND
                ...             AND
                criterionN.
    I don't how to attack this problem by User Exit, BADI... I have tried with every resouce i know but  nothing. The last resort is a Z program whith the propper BAPI but this option is not wellcome at the moment.
    Thanks again.

  • Post outgoing payment : Process open Items

    Hi Experts,
    We are using transaction F-53 Through Autometic payment Programme
    when process open items appears to choose the amount a information message appeares
    i.e."1 items have not been activated due to inconsistent withholding tax info"
    kindly suggest how can it rectified this problem for post this outgoing payment.
    this very urgent
    Thanks & regards
    Kuldeep Dubey

    Plz run the report RFWT0010 for the affected vendors.
    I suggest better run this report as & when required.
    Run in UPDATE mode & try again. This will work.
    Plz lemme know if the problem persists.
    regards

  • Do F-32 Clear Customer and Process Open Items just do BKPF/BSEG adds/chgs ?

    !uestion 1:
    When a user executes F-32 in  "clear customer" and "process open items" modalities, are BKPF and BSEG the only tables that actually get changed via adds or updates?
    Or are there other tables affected as well?
    Question 2:
    If BKPF and BSEG are the only affected tables, can I safely emulate the effect of the F-32 Clear Customer and Process Open Items Modalities by:
    1) examining the BKPF/BSEG records added or changed;
    2) using the appropriate BAPI(s) to accomplish these adds/changes (like BAPI_ACC_DOCUMENT_POST)
    Question 3:
    If BKPF and BSEG are NOT the only tables affected by F-32 Clear Customer and Process Open Items, can I emulate these modalities of F-32 thru an appropriate combinaton of BAPIs ?
    Note:
    The reason Im asking these questions the way I am is because a search  of SDN turns up no really good answer to the question of whether the Clear Customer and Process Open Items modlaities of F-32 can be emulated by one BAPI or a combination of BAPI's.
    So by formulating questions (1-3) the way I have, I'm hoping that someone will provide SDN with a clear and definitive answer to the "F-32 BAPI Emulation" question.
    Thanks for any expert advice anyone can provide.
    Best
    djh

    Actually, the "right" answer in this case is to call CLEAR_DOCUMENTS and model the call after the call in PRELIMINARY_POSTING_ZANF_CLEAR

  • F-26 sort order of Process open items

    F-26 sort order of Process open items. Before the upgrade on 4.6c when we did F-26 and entered the billing document the open items were then grouped together at the top. Now in ECC the sort does not occur. Any ideas on how to fix this.

    Try using F-05 to post the adjustment accounts.
    Thanks,
    Madhav Nanduri

Maybe you are looking for

  • How do I configure Time Capsule to recognize my Denon receiver?

    Hi all, New to the forums but have spent the past few days perusing them to no avail - your help is appreciated from a networking newbie! I have a Denon AVR 2312ci which I'd previously had hard-wired to an old Belkin router.  The only hiccup I'd had

  • Error:  Burner is in use by another application

    Hi everyone! I just tried to burn a CD for the first time in a while and receive an error stating that the "burner is in use by another application."  I have no other applications running at this time and am running iTunes 11.01. Is there something t

  • HT4623 Software update is not under my general how can I update?

    I'm trying to install apps on my phone but my iPod needs te IOS 5 update and I go under General but SOFTWARE UPDATE is not on there?? How can I get it so I can download apps.

  • Is it possible to retain 100% k when printing to PDF

    I print to pdf with photoshop, illustrator and indesign. i do this to reduce file sizes, mostly to send a proof to a client. however, i also use the pdfs in indesign when preparing large documents that first go to a printer then to go online. dependi

  • New Camera -- Should I Use JPEG Until RAW Update?

    I just got the just released Nikon D7000. Since Aperture 3 does have this cameras specific RAW data yet is it best to just shoot JPEG until there is a RAW update? Also how soon after a new camera model release do these updates appear?