Create a substitution in FB08 (reverse document)

Dear Gurus,
Is it possible to create a substitution while executing the tx FB08, i am trying to do it through the tx obbh but it does not work. Does anybody have a clue how to solve this issue?
Kind regards
Marc

Hello,
Before going to OBBH, you need to create the Substitution in GGB1.
The example
IF Company Code = 1000 & GL Account = 100000
Then
Subsitute Profit Center with XXXX
Then you go to OBBH and assign this substitution accordingly.
Thanks,
Ravi

Similar Messages

  • FB08 Reversal document

    Hi Gurus
    Our client is having configuration, when we reverse Incoming payment document created through in F-28  in FB08 with specific Reversal reason, it will reverse incoming payment document and post reversal document  but apart from that it will  create one more new document for cheque bouncing charges which will debit customer and credit Gl account.
    1. Can anyone guide where above type of configuration will be done?
    2. When it is reversing it is creating two documents in Profit centre accounting which is actually duplication. One with reference document no of Incoming payment document and second document contains reference document of New document created for cheque bouncing charges?
    Thanks and regards
    Ramarao

    Hi Ram
    If you want to have an automatic deocument creation for bouncing charges at the time of reversal, you will have to go for a program development for which your Abaper can be of help. 
    However, the bouncing charges will be provided separately by the bank in the bank statement which can be automatically entered into the relevant GL through Bank Statement Processing, which is normally done as per practice.

  • FI Substitution rule on completed document

    Hi Everyone,
    We're trying to create a substitution rule to change the payment terms on our invoices (fields BSEG-ZTERM and BSEG-ZBD1T).  We're having trouble with our prerequisite:  If any of the expense distributions are being charged against a federal grant (BSEG-GRANT_NBR) then call the substitution rule.   We want our exit to loop through all distribution lines and if it finds any being charged to a grant it should set the condition to true and substitute...if it doesn't find any it should be set to false. 
    We've done all of the necessary steps:
    -Activated the fields on GB01
    -Defined the substitution rules on OBBH
    -Build and compiled the user exit.
    Problem we're having is that when there are multiple lines it only seems to be reading the last line item to make the determination.
    Example 1:
    Line 1 Grant
    Line 2 No Grant
    Result is that payment terms are not substituted.  It should be substituted because line 1 hit a grant.
    Example 2:
    Line 1 No Grant
    Line 2 Grant
    Result is that payment terms are substituted correctly. 
    My ABAPer says that the problem seems to be that on the completed document he can only see the last line (not all the lines)....does anyone know a way to loop through all the records on a completed document?  It seems that substitution gets called before records get inserted into the database so we're not sure how to make our pre-requisite work.
    thanks for your help

    Hi,
    here is the solution.
    Create your user exit.
    FORM u280 USING bool_data TYPE gb002_015.
    FIELD-SYMBOLS: <ls_bseg> LIKE LINE OF bool_data-bseg,
    LOOP AT bool_data-bseg ASSIGNING <ls_bseg>.
    * Here is your logic needed
    ENDLOOP.
    Create a substitution for the complete document in GGB1 and choose no field but "Only exit'.

  • Substitution in Invoice Parked Document

    Hi!
    Is it possible to create a substitution for invoice parked documents which were parked via tcode MIR7?
    Thanks,
    Chaikaru

    Hi,
    check this OSS Note:
    ( SAP Note 1252520 - MIR7 Validation and substitution )
    https://service.sap.com/sap/support/notes/1252520
    and this one too:
    ( Note 42615 - Substitution in FI )
    https://service.sap.com/sap/support/notes/42615
    Best regards.
    Edited by: Pablo Casamayor on Jun 29, 2010 10:01 AM

  • Substitution now working for reversal documents

    Hi,
    I understand that substitution does not work for reversal documents; all attributes in the reversal document are picked up from the original document.
    However is there any way to change this? I want the reversal document to pick up something else. Please note that the attributes fields are all Z fields.
    Thanks & Regards
    Rajesh

    hi Rajesh,
    pls. check the conditions of the substitution, may be reversing is not included.
    ec

  • Fetching reversal document Created using FB60

    hi All,
    I have created an invoice using FB60 and reversed the same which is getting stored in RBKP table i have an existing code which returns the invoice reversed using created using mir0 the select query is as below.
    SELECT lifnr xblnr bldat cputm  FROM rbkp     INTO TABLE i_reversal
               FOR ALL ENTRIES IN i_an_ven
               WHERE lifnr = i_an_ven-lifnr AND
                     bukrs = i_an_ven-bukrs AND
                     cpudt >= date_in AND
                     cputm >= time_in AND
                     stblg <> ' '.
    I now want to fetch reverse document created using FB60 which is stored in table BKPF
    Can any one let me know condition what i should apply to fetch the same.
    OR the outline would be helpful
    Thanks,

    Check the field BSTAT = 'B' in BKPF.

  • Create reversal document with BAPI: BAPI_ACC_DOCUMENT_POST.

    Hi Guys,
    I am Create reversal document with BAPI: BAPI_ACC_DOCUMENT_POST.First I am post financial document with BAPI BAPI_ACC_DOCUMENT_POST and Same Document. i am Reversal  with same BAPI 'BAPI_ACC_DOCUMENT_POST'.
    New reversal docment is created. but posting key are not changingin reversal docment.whatever posting key created in posting same posting key are created while reversal also.Please help me

    check
    Mapping of POSTING KEY in BAPI_ACC_DOCUMENT_POST

  • Resetting this reverse document is not possible - FBRA

    Hi,
    I'm trying to reset the cleared items with Tcode FBRA also system is throwing error like below
    ==================================================================================================
    Resetting this reverse document is not possible
    Message no. F5579
    *Diagnosis
    The system required a reverse document to be created after resetting a clearing procedure as otherwise documents would have been generated in the system which could not have been processed correctly. The following cases require the clearing document to be reversed:*
    Exchange rate differences were posted.
    =================================================================================================
    the document has items of exchange rate differences, but,
    Question: The exchange rate difference it's related with t-code  fagl_fc_val ???l

    Hi,
    Reverse the document using FB08 and input the reversal document no in the reset transaction FBRA.
    Hope it works.
    ~Andrew

  • Reversal of reversal document

    We have excuted F.05 to revaluate the Foreign currency revalution so this is created document 6100000001 ,
    after that wrongly we have reversed document "6100000001" via (FB08) which is created revauation document 6100000001 but now if this "7000000871" document can be reversed technically my problem will be solved ...
    we are unable to reverse the document  via FBO8 & FBRA
    We are getting below error messages while doing :---
    FB08:---
    1)Document was already reversed(6100000001)
    Message no. F5361
    2)Document was already reversed(7000000871)
    Message no. F5361
    FBRA:---
    1)Document 6100000001 2010 is not a clearing document
    Message no. F0604
    2)Resetting this reverse document 7000000871 is not possible
    Message no. F5579
    Diagnosis
    The system required a reverse document to be created after resetting a clearing procedure as otherwise documents would have been generated in the system which could not have been processed correctly. The following cases require the clearing document to be reversed:
    Exchange rate differences were posted.
    Note: we are in ECC-6
    Your intime help is highly appreciated ....
    Thanks
    Vyshnava

    Hi
    Reversal of Reversal Document is possible.
    go to F-02 and from menu select document - post with reference and select give the reversed document number which you want to reverse, company code, fiscal year and then select Generate Reverse Posting checkbox and display line items checkbox. you will be able to see that Reversal of Reversal Document will be done.
    direct transaction code is FBR2
    regards
    venkat

  • FB08: Reversal of Reverse Doc

    Dear Experts,
    Good day! I have this concern about FB08 reversal.
    We have 2 JK documents (reversal documents) both link to each other.
    Example: 6901 is reversal doc of 6902.
    6902 is reversal doc of 6901.
    Appreciate your advice how the above scenario took place.
    Thanks in advance.
    Edited by: Kalawiswis on Jun 16, 2010 11:05 AM

    Hi,
    Thanks for you replies.
    We're using ECC 6.0.
    Both documents were posted in FB08. The time interval of entry date is almost the same. I'm currently verifying on how both documents were created in FB08. Wherein, FB08 one of the mandatory fields is the document number that will be reversed.
    I'm puzzling on how the first document has been created.
    The first document has a reversal reason and reversal indicator is 1: Reversed Document, time of entry 16:59:24
    The second document has reversal indicator of 2: Reversal Document, time of entry: 17:0:05.

  • Problem with Reversed document with IDOC interface

    I have a problem when I create Idoc which will reverse a document.
    I use ACC_DOCUMENT_REVERSE, in Idoc is filled like this -
    OBJ_TYPE ( BKPFF )
    OBJ_KEY( reverse document number + company code + year)
    OBJ_SYS ( system id )
    OBJ_KEY_R ( obj_key of document which will reverse )
    PSTNG_DATE
    COMP_CODE
    REASON_REV
    I formed OBJ_KEY with one select from table bkpf, and get the last number of documents reversed with Idoc interface. The interface creates Idoc reverse document with number 929xxxxxxx. With fb08 - documents created are 92xxxxxxxx.
    The problem is when use transaction fs10n, fill customer account number, and the sums are not right. The documents which was reversed with Idoc did not entered in G/L Account Line Item.
    But if I start transaction fbl5n - customer line item, the documents reversed by Idoc is there, and the total sum is right.
    How can I resolve this problem?
    Greetings,
    Lazar Hristov

    Hi,
    I hope you have reversed the posting.Have you cancelled the downpayment invoice.
    Please cancel the first downpayment invoice and post the amount for the second downpayment.
    Now try to create the final invoice.
    Regards,
    Krishna.

  • Posting date is wrong in the reversal document in FI document

    Hi All,
    We have one issue related to Posting date. We need your valuable feedback on the same:
    Issue:
    There are some documents which reversed in the month of Mayu20192010 but the posting date is coming as Marchu20192010 which is very strange.  The Original documents posted via transaction code F110 in the month March and reversed in the month May but the posting date of the reversal document is coming as March which is NOT correct.
    Analysis:
    Our first analysis is that, the posting of Original document happened when the system was in 4.6 version and reversal happened after ECC go live. We are not sure if that could be the reason.
    Secondly, we checked the change log of transaction code OB52 but there is no change for the posting period 3 in the month of May.
    Thirdly, we tried to replicate the same scenario in our development system but here we are getting the error that Posting period is not open which is correct.
    Request you to please look into it and provide you input.
    Thanks.
    Regards,
    Ajay Kumar Tiwari

    Hi,
    By any chance, did the user enter march date in FB08 screen ?
    Best Regards,
    Madhu

  • Reversing a SAP reversal document

    Hello All,
    I have reversed a payment document and now it is cleared also. I want to reset this cleared document is this possible in production environment? Actually i had to do the reversal for 2008 which was reversed in 2009.
    I hope you will be able to help me
    Thanks
    Priya Malhotra

    Hi,
    In fact you can't directly reverse a payment document.
    first you need to reset in FBRA and then it should be reversed in FB08.
    Any way for your question, please find my answer.
    if you want to reverse a  reversal document, go to FBR2 and enter your document no.,company code and fiscal year.
    select the generate reversal posting check box under flow control. it will be reversed.
    Thanks,
    ANJI REDDY

  • Reversal document type for cancelation of goods movement

    Hi
    I have one queries, my client requirement is for every reversal document - document type should be YY. I created document type YY and maintain in every document type in FI for reversal document type.
    The document which is posted through FI and if we take the reversal of that perticular document document type is coming YY only.
    But the document which is posted for goods movement document type is coming WA, WE &  WL and if we take the reversal for that document system generating same document type WA, WE &  WL .
    Awaiting for your reply.
    Regards
    Anjan

    Hi Anjan,
    Pls try tocde OMBA
    Regards,
    Kiran

  • Reversal document issue for FB60

    HI SAP Masters,
    We are facing the one Issue, we made the Exit for vendor payable due to this reversal
    document are showing the open items in FBL1N
    Ex:
    We have post the document through T code:FB60
    Same document did the reversal through T code:FB08
    FB60 & FB08
    document should show in clear items ,but here FB60 is showing thw in open and
    FB08 document is showing clear.
    Plz suggest how clear the FB60 document
    Thanks & Regards
    HAri

    Hi Hari,
    Please check if the clearing date on the FB60 and FB08 document is something in the future. If yes and if you are running FBL1N with the current date, the FB60 document will show as open and FB08 will show as cleared. But when you take out the open key date from FBL1N selection screen, you'll not see the FB60 document open.
    Thanks,
    Basavaraj

Maybe you are looking for