Clearing partially  tcode FB05

Hi  all ,
I  want  to  know  how to  do  the  partially  clearing using the FM  POSTING_INTERFACE_CLEARING
thanks in advance,
karim
Moderator message - Please ask a specific question - post locked
Edited by: Rob Burbank on Jun 10, 2009 11:33 AM

See the documentation of the clearing date (AUGDT):
Clearing Date                                                                               
The clearing date specifies as from when the item is to be regarded as
    cleared. When clearing, the last posting date of all the documents    
    involved in clearing is set as the clearing date.                                                                               
Examples                                                                               
Invoices which were posted on 10/10/1997 and on 10/15/1997 are cleared
    by a payment document which is posted on 11/10/1997. In this case the 
    clearing date is 11/10/1997, in other words the posting date of the   
    payment document.                                                                               
A rental invoice for December is entered on 11/28/1997 and the posting
    date is set to 12/01/1997. The rent is paid on 11/30/1997 and is also 
    posted under this date. 12/01/1997 is then set as the clearing date, in
    other words the posting date of the invoice.                                                                               
Dependencies                                                                               
The clearing date of a line item is never allowed to be before the    
    posting date of the item.

Similar Messages

  • How to use function to Post with Clearing - Partial Pymnt with FB05

    hi,Dears,
    I am write a function to post with clearing - partial pymnt or Res. Items with FB05, but there is no any BAPI to do that, and I find the function POSTING_INTERFACE_CLEARING.
    but it seems that the function is only for Post with Clearing-Standard Screen, how to use that function to post with clearing - partial pymnt or Res. Items???
    Many thanks.

    Hi  Guys,
    If you post partiall payment you don't clear the invoice. Just post a normal item and fill the connection with the invoice, filling fields rebzg, rebzj, rebzz.
      PERFORM fill_ftpost using:
                       'P' '3' 'BSEG-BSCHL' '15', "
                       'P' '3' 'BSEG-HKONT'  customer_id ,
                       'P' '3' 'BSEG-WRBTR'  tmpt,
                       'P' '3' 'BSEG-GSBER'  it_pozkli-gsber,
                       'P' '3' 'BSEG-SGTXT'  'Patial payment',
                       'P' '3' 'BSEG-REBZG'  it_pozkli-belnr,
                       'P' '3' 'BSEG-REBZJ'  it_pozkli-gjahr,
                       'P' '3' 'BSEG-REBZZ'  it_pozkli-buzei.

  • Clearing partial payments using POSTING_INTERFACE_CLEARING

    Hi
    I'm trying to clear partial payment of a document number.
    I succeeded to clear full payment but not partial.
    where and how should  i send the partial amount??
    Thanks.

    you can only clear partial payments with tcode fb05 (Dynpro partial pmt.)
    A.

  • Clearing partially a document using POSTING_INTERFACE_CLEARING

    Hello.
    I want to clear <b>partially</b> a financial document using POSTING_INTERFACE_CLEARING (transaction FB05), but when I try to do it, I obtain an error "No data for SAPDF05X dynpro 3100".
    I can clear it completely.
    Is it possible to clear partially a financial document?
    Thanks very much.

    Hi Friends,
    I had the same problem (partially) and solved it by the FM with a simple solution.
    When the value is not same, you can post other document, to costumer like this:
    Batch Input Values
    lt_ftpost-stype = 'P'."Header
    lt_ftpost-count =  2. "number of Dynpro
    lt_ftpost-fnam = 'RF05A-NEWBS'.
    lt_ftpost-fval = '40'. "
    *Same type as documents cleared via F-32
    APPEND lt_ftpost.
    lt_ftpost-count =  2. "number of Dynpro
    lt_ftpost-fnam = 'RF05A-NEWKO'.
    lt_ftpost-fval = gl_account "G/L account.
    *Same type as documents cleared via F-32
    APPEND lt_ftpost.
    lt_ftpost-stype = 'P'."Header
    lt_ftpost-count =  2. "number of Dynpro
    lt_ftpost-fnam = 'BSEG-WRBTR'.
    lt_ftpost-fval = '600,00'. " the partially amount.
    *Same type as documents cleared via F-32
    APPEND lt_ftpost.
    Batch Input Values
    lt_ftpost-stype = 'P'."Header
    lt_ftpost-count =  3. "number of Dynpro
    lt_ftpost-fnam = 'RF05A-NEWBS'.
    lt_ftpost-fval = '01'. "costumer account.
    *Same type as documents cleared via F-32
    APPEND lt_ftpost.
    lt_ftpost-count =  3. "number of Dynpro
    lt_ftpost-fnam = 'BSEG-HKONT'.
    lt_ftpost-fval = '9000125'. "costumer account
    *Same type as documents cleared via F-32
    APPEND lt_ftpost.
    lt_ftpost-stype = 'P'."Header
    lt_ftpost-count =  3. "number of Dynpro
    lt_ftpost-fnam = 'BSEG-WRBTR'.
    lt_ftpost-fval = '400,00'. "residual amount
    *Same type as documents cleared via F-32
    APPEND lt_ftpost.
    Documents to be cleared
    lt_ftclear-agkoa = 'D'. "Account Type
    lt_ftclear-xnops = 'X'. "Indicator: Select only open items which are not special G/L?
    "LT_FTCLEAR-XFIFO = 'X'.
    lt_ftclear-agbuk = p_bukrs. "Example company code
    lt_ftclear-agkon = p_kunnr. "Example Customer
    lt_ftclear-selfd = 'BELNR'."Selection Field
    lt_ftclear-selvon = p_doc1. "document selected
    lt_ftclear-selbis = p_doc1.
    APPEND lt_ftclear.

  • Tcodes FB05 and F.13

    Hi,
    Could anyone explain in detail the difference between using of tcodes FB05 and F.13?
    Regards,
    Swetha

    Hi
    F.13 is automatic clearing of the open line item which are having the similar criteria maitained in the TCODE:OB74.
    FB05 is the manual clearing of the open items either through incoming / outgoing / credit memo / transfer clearing.
    VVR

  • In WM how to clear partially difference in an open storage type with one mi

    Hi
    I would like to know how in WM to clear partially differences in an open storage type with one mixed bin not totally counted?
    thanks in advance
    cadanj

    Please do the inventory check for the whole bin.Count the each quant of the material. Difference can be cleared.Use following transactions.
    1.LI01N-Create Inventory document.
    2.LI11N-Enter inventory count.
    3.LI20-Clear WM differences
    4.LI21-Clera IM differences.
    Let me know if u have any other question.
    Regards,
    PRashant

  • Clearing document in FB05

    Hi,
    The customer has posted a clearing document in FB05 on 10.09.2009 as posting date and document date.
    but the clearing date has taken to 30.09.2009.
    But the clearing date should be same as posting date i.,e 10.09.2009.
    so what could be the reason for taking the clearing date to 30.09.2009?
    Thanks,

    See the documentation of the clearing date (AUGDT):
    Clearing Date                                                                               
    The clearing date specifies as from when the item is to be regarded as
        cleared. When clearing, the last posting date of all the documents    
        involved in clearing is set as the clearing date.                                                                               
    Examples                                                                               
    Invoices which were posted on 10/10/1997 and on 10/15/1997 are cleared
        by a payment document which is posted on 11/10/1997. In this case the 
        clearing date is 11/10/1997, in other words the posting date of the   
        payment document.                                                                               
    A rental invoice for December is entered on 11/28/1997 and the posting
        date is set to 12/01/1997. The rent is paid on 11/30/1997 and is also 
        posted under this date. 12/01/1997 is then set as the clearing date, in
        other words the posting date of the invoice.                                                                               
    Dependencies                                                                               
    The clearing date of a line item is never allowed to be before the    
        posting date of the item.

  • User exit on clearing in Txn: FB05

    Hi All,
    Is there any user exit or badi which gets invoked when we do the <b>clearing using transaction: FB05</b>.
    (I know the available userexits for this transaction.)
    <b>Please let me know the userexit which will suit my requirement.</b>
    Thanks in advance.
    Regards,
    Anjali

    Hi,
       Check the Enhancement <b>F180A001 and ZXF48U01</b> it will stop for most of the FI transaction.
    rgds.

  • Program RFUMSV25 uses screen SAPMF05A 312 for tcode FB05

    My client would like to use program RFUMSV25 for the transfer of deferred tax. During posting of entries, the program passes on the data using SAPMF05A 0312 screen when it calls tcode FB05. However, the G/L account we used calls SAPMF05A 0300. I have already tried changing the field status of the G/L and the posting key used in order to show all the fields called by SAPMF05A 0312 but the it is still calling screen 300. Could anybody help how can I change the screen to 312?
    Thanks

    Hi Kurtt,
       You might be providing the data but not with the correct screen number..F1 on ur field n check for the screen  number..once the control goes to ur expected screen again point to the pgm name n screen number by appending it in the
    bdcdata and then the field name n the value..
    Hope it helps..
    Regards,
    Kaveri

  • Maxl to clear partial data in ASO applications

    Hi ,
    Is there a maxl statement to clear partial data from ASO applications?
    Thanks
    Kannan.

    Hi,
    Another solution, close to what garycris suggested, is to create a report script to export the subset of data you want to delete to a text file. Then load this text file using a load rule that replaces your data column by a missing column.
    You can then call the report script and the load rule using a calc script.
    Problem is you need to also have a BSO database to do that. If it's the case then your good.
    If not, you can probably do that from a maxl script.
    Good practice would be to have a CLRASO load rule for all you clear process, and then make sure that your different clear report script fit its format. You end up with n clear report scripts, n clear calc scripts or maxl scripts, and 1 clear load rule.
    Cyril
    Edited by: user635693 on 12 janv. 2009 23:25

  • Clear Partial Data in an Essbase Aggregate storage database

    Can anyone let me know how to clear partial data from an Aggregate storage database in Essbase v 11.1.13? We are trying to clear some data in our dbase and don’t want to clear out all the data. I am aware that in Version 11 Essbase it will allow for a partial clear if we write using mdx commands.
    Can you please help me on the same by giving us some examples n the same?
    Thanks!

    John, I clearly get the difference between two. What I am asking is in the EAS tool itself for v 11.1.1.3 we have option - right clicking on the DB and getting option "Clear" and in turn sub options like "All Data", "All aggregations" and "Partial Data".
    I want to know more on this option part. How will this option know which partial data to be removed or will this option ask us to write some MAXL query for the same"?

  • GR/IR Clearing by tcode F.19

    Hi All,
    Iam getting below error during the posting of GR/IR Clearing adjustment through tcode F.19
    Document splitting: Items for clearing 4050/800003/2011/001 not found
    Message no. GLT0002
    Diagnosis
    Document splitting cannot perform clearing because it was not possible to find complete splitting information on the items to be cleared (company code, document number, fiscal year, item).
    System Response
    Clearing cannot be performed and the document cannot be posted.
    Procedure
    Exclude the affected item from clearing.
    It may be that this item was not posted with active document splitting. In this case, this item or document would have to be migrated.
    Please can any one help me to resolve the issue.
    Regards
    Bhaskar

    Hi,
    Thanks for your response,
    Please can you send details clearly, how to check the documents are splitted correctly, or not ?
    Best Regards
    Bhaskar

  • Clearing Partial Payments

    hi Guys,
            i had created vendor invoice of  rupees 1000 and paid partially rupees 400 and then 600 in two payments. this should be cleared item since the payments made against the invoice is equivalent to the invoice amount. when i try to pay against the same invoice in f-53 still the payment is posted.
    kindly let me know how to clear the partial payments.
    With regards
    Pradeep N

    Hello,
    You have an invoice for INR 1000
    You made first partial payment by uisng F-53 for INR 400
    Now if you see FBL1N report it given 1000 CREDIT and 400 DEBIT as open items and 600 CREDIT balance in the vendor account
    Now you go for second partial payment using F-53 for INR 600
    By default earlier two items gets selected 1000- and 400 (NET 600) and all the three items will be cleared.
    The wrong you did here is the system automatically shows both items in blue colour and gives you the net of 600. Do not make any item unselected (it would turn to black). You keep them in blue and make payment for 600.
    ALL Three items gets selected and cleared with each other.
    Because you are deselecting the payment of 400 which you have already done, the system is not able to clear the items, but posting one more payment item against the invoice.
    Because of this wrong way of handling, if you see FBL1N you will see them all as open items.
    Do not deselect any open items. If you deselect the open items, you can even post any number of partial payment against the invoice.
    You should clear the open items manually by using transaction code F-44 and select everthing means, invoice, first partial payment and second partial payment, then clear it.
    Hope now you understand how the system functions.
    Thanks,
    Ravi

  • Require "TEXT" as GL clearing criteria through FB05 or F-03

    Hi,
    I want to clear Bank GL line item which is having UTR number as 22 character field.
    Previously we are updating UTR number in assignment field but now that field is increased to 22 character. So I want to make TEXT as clearing criteria for GL clearing.
    Is there any other option to have 22 character field for clearing GL then please advise for the same.
    Regards,
    Dhruval Vaishnav

    Hi Ajay,
    Found solution.
    T-Code - O7F1.
    Add desired field & it will be populating in FB05 & F-03 for clearing criteria.
    Thanks for your help.
    Regards,
    Dhruval Vaishnav

  • Payment document cleared partially

    Hi Friends,
    When we are creating Invoice through VF01. Accounting document is generated. After clearing document the status of the document is states as Accounting document partiallly cleared.
    Appreciate your help.
    Regards,
    Srinivas Muthyala

    Thanks for your quick reply.
    Third line item for forex difference didnt posted as I have assigned the g.l accounts in T.Code OBVU as below.
                                                                                    Loss                 59267001        
    Gain                 59267011                                                                               
    Val.loss 1           59267110        
    Val.gain 1           59267120        
    Bal.sheet adj.1      3019900         
    Regards,
    Srinivas Muthyala

Maybe you are looking for

  • Error opening a report

    Post Author: ehornek CA Forum: JAVA Hi, I am trying to open a report in Java and get the error message below. Does anyone know what's going wrong? Thanks for your help! Crystal Report Viewer 2.1.19 java.vendor = Sun Microsystems Inc. java.version = 1

  • Synching iCal with iPhone

    Aargh! I am having a difficult time of this. I have changed calendars in iCal and want to update iPhones. When I go into the iPhone I see "All on My iPhone" and "MobileMe" calendars. The MobileMe calendars do not include subscriptions. I am hoping to

  • Import and merge page

    Hi! Im using release1 of portal (yes im not happy with it either). I have the next situatie and problem with an import of portal pages. Because of the use of 1 production-portal for every customer, i need to import portal pages from development to al

  • Fields Order change in FCC receiver

    Hi experts, i am receiver message in following format: EMPID(12) EMP_NAMEFULL(100) EMP_NAME(30) and i have mapped it with receiver type as EMP_NAMEFULL(100) EMPID(12) EMP_NAME(30) ( i am just changing the fields sequence) Here i am using FCC receiver

  • I installed Microsoft office and it keeps opening up automatically upon log in

    Does anyone know why Microsoft word and excell would keep opening up when I turn my computer on?