Update BKPF-LDGRP before accounting documents are created in background

Hi Friends,
We want to update the BKPF-LDGRP in accounting documents that are generated in background for MIGO etc.
Can you please suggest any userexit, BADI, BAPI.
Thanks and Regards,
Deepa

Hi,
You can create a VOFM copying requirements routine in the transaction VOFM..
in that you can set the sy-subrc = 4. to stop processing the billing document and continuing with the other billing document..
The vofm routine can be configured in the transaction VTFL..for the source delivery type and target billing type..
Thanks
Naren

Similar Messages

  • BAPI_ACC_DOCUMENT_POST: No Accounting Documents are Created

    Hello,
    When I used the BAPi BAPI_ACC_DOCUMENT_POST the documents are posted, but when I try to see:
    Enviroment -> Documents Enviroment -> Accounting Documents,
    The transaccion FB03 does not show anything. Aditionally, GL are not Updated.
    Some person knows something on the matter?
    Regards,
    Piero Cimule.

    Hi Piero,
    I guess this is due to the value you put in :
    documentheader-compo_acc
    If you want the doc to be created in both CO & FI, do not put 'FI' or something else.
    Leave the field blank.
    Hope this helps,
    Erwan

  • Accounting Document not created during settlement

    Dear Experts,
    We are using New GL.  When we execute settlement of maintenance orders (settle from order to cost center), only CO documents are created.  I use tcode IW33 to view order and can see the CO docs, but no accounting docs are created.
    I do not receive error message.  I have check config CO FI Integration, Created variant and assigned variant to company code.
    I am not sure how to fix.
    Any help will be greatly appreciated.
    Regards,

    Hi,
    While accounting the expense through FI, you would have accounted with the GL account/primary cost element assigned to the cost object as maintenance order. It means, that the accounting entry in the FI already done in this first phase itself.
    Later, when you try to settle the maintenance order to a cost center, the transaction is happening only in Controlling and through secondary cost element, the a controlling document alone would be generated.
    Regards
    Hari

  • Account document not created Message no. VF062 for the pricing procedure

    When I tried to create an invoice I came across this problem of Account document not created Message no. VF062.
    I created a pricing procedure with base price,BED,EDU CESS,HIGH EDU CESS ,VAT,CST.
    Condtion record was set for each pricing condtion type.
    Sale order>delivery->invoice
    When invoice was stored i get the message accounting document not created.
    After that i changed the condtion class of (BED,EDU CESS,HIGH EDU CESS ,VAT,CST.) from D-tax to B-price.Now the invoice is stored without the messag(accounting document not created).What will be the problem associated with this

    i changed the condtion class of (BED,EDU CESS,HIGH
           EDU CESS ,VAT,CST.) from D-tax to B-price
    Whaterver condition types you have with condition class as D, I am sure, you should have assigned some Account Keys in your Pricing Procedure.  Ensure that those Account Keys are appearing in OB40 as otherwise, you will face this issue.
    G. Lakshmipathi

  • The accounting documents are still not cleared

    End-user wants to know why the accounting documents are still not cleared from invoices

    Hi.
    An accounting document for customers are cleared when the payment is from the customer is posted with a clearing transaction. When you post the payments direct on the the customer without clearing you get this situation. When you have set-up credit management it is even possible that new orders are blocked for this reason
    When it is for creditors GR /IR you have to use the transaction F.13 - Automatic Clearing.
    When it is for vendor payment, you don't have completed the payment run 
    Paul

  • Accounting document not created at the time of capture and post excise duty

    Hi
    Accounting document not created at the time of capture and post excise duty
    Please explain what the reason
    Regards,
    Channa

    reloved myself

  • Workflows not triggered when documents are created in Doc Set via Content Organizer

    The following is my scenario:
    A document set (containing several documents) is created in Library A on Site A
    Using Send To, the Document Set is sent to the Drop Off Library on Site B (a different Site Collection)
    A Content Organizer rule then moves the Document Set and its documents to destination Library B
    In Library B I have defined a workflow (using Visual Studio 2012) that is triggered when new item is create
    When the Document Set arrives in Library B from the Drop Off library (i.e. when the Content Organizer moves the Doc Set to Library B), the workflow is triggered (and executes) on the Document Set, but it is NOT triggered on the documents within the Document
    Set.   How can I get the workflow to trigger on the documents within the set when they are created via the Content Organizer rule?
    The interesting thing is that if I manually add another document to the Document Set in Library B, the workflow is triggered on that document.  It just does not trigger when the documents are created via the Content Organizer.

    Hi,
    In edit Content Organizer rule page, I see there is an option as Automatically create a folder for each unique value of a property:
    However, unlike the drop down used in the property based filters above, this drop down *only* contains properties that are required by your content type. 
    This is done to prevent adding folders that have no values for a property. 
    If you need to put similar documents to the same folder, you could consider making use of this feature.
    Regards,
    Rebecca Tu
    TechNet Community Support

  • How to identify what are all the events are created in background jobs?

    Hi all,
    how to identify what are all the events are created for  background jobs. And what events gets triggered for a particular job.
    thanxs
    haritha

    Hi Haritha,
    JOB is a program which starts to a determined point of time and executes some standard programs in the system. JOBs can be planed to a determined point of time on the regular basis (every night, for example) or to some discret time moments. So, the JOB can be planed and then will be started automatically without the manual start.
    Realtime programs are understood in the most cases as actual program execution which is started by somebody to the actual moment of time.
    Typically per JOBs some special processes will be started that should be executed automatically and regularly: for example, IDOC application, some correction reports, statistic updates etc.
    Standard jobs are those background jobs that should be run regularly in a production SAP System These jobs are usually jobs that clean up parts of the system, such as by deleting old spool requests.
    Use
    As of Release 4.6C, the Job Definition transaction ( sm36 ) provides a list of important standard jobs, which you can schedule, monitor, and edit.
    Standard jobs are those background jobs that should be run regularly in a production SAP System. These jobs are usually jobs that clean up parts of the system, such as by deleting old spool requests.
    for more information you can go thru the following thread:
    http://help.sap.com/saphelp_nw70/helpdata/en/24/b884388b81ea55e10000009b38f842/frameset.htm
    About Events:
    Events have meaning only in the background processing system. You can use events only to start background jobs.
    Triggering an event notifies the background processing system that a named condition has been reached. The background processing system reacts by starting any jobs that were waiting for the event.
    Types of Events:
    There are two types of events:
    1.)System events are defined by SAP. These events are triggered automatically when such system changes as the activation of a new operation mode take place.
    2.)User events are events that you define yourself. You must trigger these events yourself from ABAP or from external programs. You could, for example, signal the arrival of external data to be read into the SAP system by using an external program to trigger a background processing event.The event scheduler processes an event if the event is defined in the system.
    For example, if a system (System 1) receives an event from another system (System 2), the event scheduler of System 1 processes the event only if it is defined in System 1. That event does not need to be defined in System 2 (the sending system).
    You define an event by assigning a name (EVENTID) to it. When defining an event, you do not define the event arguments.
    for more information you can go thru the following thread:
    http://help.sap.com/saphelp_nw04s/helpdata/en/fa/096e2a543b11d1898e0000e8322d00/frameset.htm
    When you schedule the process chain or infopackages the jobs associated with it run in the background mode. In case you want to create a job for a specific activity you can do so in SM36. You would be creating jobs that would get executed in any one of the options:
    1. Immediate
    2. Date & Time
    3. After event.
    4. After job.
    5. At Operation mode.
    In case you want to view the job logs go to sm37.
    Also Pls check DB02 for database performance and ST03 for workload .
    Analyse u will have an idea ,
    *pls assign points,if info is useful**
    Regards
    CSM reddy
    null

  • Internal number ranges  for accounting documents are not updating

    Dear Experts,
    We are existing user of SAP 4.6 C , are facing probelm while posting accounting document , the accounting document number ranges are not getting updated.
    When I post first document it got alloted first number from the interval when i post another document the system showing message Document Number XXXXXXX is already assigned to other document.
    And we have checked through T.C FBN1 and checked the number ranges where first document didn't showing in the alloted number range status.
    Early reply can be highly appreciated.
    thanking you.
    Regards,
    Y.Kiran Babu.

    hi Rajesh,
    check if any document exists with that number in table BKPF. Also check: the number (current number) you see in FBN1 should be the highest existing document number in BKPF (inside the range).
    ec

  • Accounting document not created in J1IH transaction

    Hello All,
    We have a situation where additional excise is posted for a vendor through J!IH transaction.
    The excise JV is created but the accounting document does not get created.
    During transaction J1IH diex (additional excise) system has posted one document .It creates an entry in rg23a part2 entry but accounting entry is not created. it shows the accounting document number but when we are seeing detail of that document in FB03 system throws and error message "Document does not exist in fiscal year ." 
    We have checked for the document number ranges, GL account determination.
    Is there any program to release the accounting document?
    Please help.
    Thanks,
    Vinod P

    Hi Mr.Farooq,
    Thanks for your reply.
    I understand that we can post a manual FI document with the values in the excise JV. My doubt is whether this will affect any further updations to the material part2 registers which can happen as there woudl be no link with the Excise register.
    Additionally, in our case, the accounting document number has got generated and is seen in the report - RFBNUM00N.(report for internal Document number Gaps).
    Are you aware of any program which can help me run the database updation alone to create the FI document, as the excise JV and part2 registers have been updated already?
    Or can we cancel this excise and create a new document altogether? Since the accounting document has not been created, can we cancel the excise document?
    Please help.
    Thanks,
    Vinod P

  • FI - Accounting Document not Created

    Hi Forum,
    At the time of Billing Invoice creation (VF01), system giving an error in the Header "Posting document not created (export data missing)" & Foreign Trade data is INCOMPLETE.
    for this reason, i am unable to post the accounting Document.
    Can anyone help me on this issue.
    Thanks In Advance.
    Kishore

    Dear Kishore,
    Check the customer master and what country you are sending the goods for.
    If the customer is a Export customer, you need to fill in the Export data in the material master and configure the foreign data in customizing.
    Thanks
    Augustine Ponraj.

  • Billing document created but accounting document not created

    Dear SAP Gurus,
    i have a problem during posting to the accounting document.
    the scenario is like this: i have created the sales order + delivery + TO (for warehouse movement) + confirmation of warehouse + PGI + BILLING. now the problem is i am not able to post to the accounting document. i have checked that it is taking the KOFI for a/c determination procedure. it does not have a net value 0 as PR00 is taking the price 100.
    status:
    sales order XXXX completed.
    delivery XXXXXXXX completed.
    Billing XXXXXXXX completed.
    i am getting the error as accounting document is not necessary for this billing document.
    please help me with this problem
    thanks and regard

    To resolve the error, you can analyze account determination in the billing document. Process:
    Goto T.Code: VF02 & Enter Invoice number
    Next (On the top most strip) goto Environment
    Next (Select Environment) go to Account determination
    Next (In Account Determination) select Revenue Account Determination (first option)
    This will list all the condition types in the Billing document & analyze each condition & check for which G/L accounts is not determined.
    Possible SD errors:
    1. VKOA not maintained for required combination
    Solution: Maintain the combination in VKOA.
    2. Account Assignment of Customer / material not maintained in Customer / Material Master (If maintained in combination in VKOA).
    Solution:
    Option 1 (Standard solution):
    step 1: Cancel Billing Document --> Reverse PGI --> cancel Delivery --> Cancel Sales Order
    step 2: Maintain Customer master / Material Master correctly.
    step 3: Recreate sales Order --> Delivery --> PGI --> Invoicing.
    Option 2:
    Force the Account Assignment Group of Customer / Material through Debug in change mode of Billing document, which will release Billing Document to Accounting.
    3. Account Key not maintained in Pricing Procedure:
    Impact: This may create accounting document, but if condition type, which are to be posted to account, but do not have account key maintained in pricing procedure, it will not be post the relevant condition type to G/L account.
    From FI Side, you require to check that all the G/L account has been maintained through T.Code: FS00. G/L account being Master data has to be created in each client ot uploaded through LSMW / SCATT / BDC.
    In Billing Document in change mode (in the first screen where we enter Billing Document number), on the top most left hand corner, take a dropdown on Billing Document & select Release to accounting. Here you can get the under mentioned possible message:
    1. G/L account not found
    2. Cost Element not maintained for G/L account.
    In both the above cases, FI consultant requires to take corrective action.
    Regards,
    Rajesh Banka

  • Accounting document not created for PGI

    Dear All,
    I have done PGI for Delivery document.
    The movement type is 601 and Special Stock indicator is E (Order 0n Hand).
    While PGI material document has been created but accounting document has not created.
    Waiting for your valuable suggestion
    Thanks & Regards,
    Ratish

    Accounting / Materil Document in PGI:
    These settings are pre configured by the SAP, Accounting document is generated based on the following combination-
    Valuation Class in the Material Master + Account Modifier + Transaction Event = GL Account
    These account modifier is assigned to Movement type settings in Transaction OBYC of Accounting and these Account modifier is determined based on the Movement type availabe in Delivery.
    Material Document is generated based on the number range assigned on the combination of Documen type(WL) + Transaction code.

  • Accounting documents are not posted for Excise invoice

    Hi,
    1. The Excise invoice has been created with reference to F2 invoice but the accounting documents is not posted for excise invoice, what is the settings needs tobe maintained to post the accounting entries to excise invoice..?
    2. where we will maintain number ranges for excise invoice..?
    Thanks
    Rao..

    hi
    1. The Excise invoice has been created with reference to F2 invoice but the accounting documents is not posted for excise invoice, what is the settings needs tobe maintained to post the accounting entries to excise invoice..?
    Not sure but can u try to relese this to accounting
    2. where we will maintain number ranges for excise invoice..?
    Excise invoice number range is depend on Excise series group.
    T-Code : SNRO
    Following is the No. Range Objects related to Excise, select the proper no. range object as per your requirement.
    J_1I57FC - 57FC Number Range
    J_1IARE1 - ARE1 Doc No object based on Series Group
    J_1IARE3 - ARE3 Doc No object based on Series Group
    J_1IBOND - Excise Bonding: Bond number object
    J_1ICERT - Withholding Tax Certificates (India)
    J_1ICHLNNO - Internal number range for challans
    J_1ICONPLA - Consolidated PLA serial no. generation
    J_1IDEPINV - Excise Invoice Number for Depot Invoices
    J_1IEXCEXP - Export excise invoice number range
    J_1IEXCINV - Excise invoice number
    J_1IEXCLOC - Local excise invoice numebr range
    J_1IEXCTST - Excise invoice with intervals
    J_1IEXINEX - Excise invoice number for export
    J_1IINTNUM - Internally document number to be generated
    J_1IINTPR2 - Despatch serial number
    J_1ILIC - Excise Bonding: License number object
    J_1IPLA2 - PLA part II number range object
    J_1IRG1 - RG1 Number range object
    J_1IRG1_T - No. Range for RG1 - Excise group / Material
    J_1IRG23A1 - RG23A part 1 no. range object
    J_1IRG23A2 - RG23A part II number range object
    J_1IRG23C1 - RG23C part I number range object
    J_1IRG23C2 - RG23C part II number range object
    J_1IRG23D - Folio Numbers for RG 23D
    Check the link
    Re: Excise Invoice Number Range
    excise invoice and domestic invoice sharing same number range

  • Make-to-Order Strategy (20)   - Accounting Document not created

    Hi,
    In Make-to-order Strategy (20) after confirmation of production order with automatic goods receipt. The Accounting Document is not created. Can anyone help me out to solve this issue...for raw material after goods receipt against the purchase order with Movement type 101E the doc. is getting generated.
    regards
    ramesh

    Hi, Ran
    I have your same problem.
    I checked in Check Account Assignment Categories (path: Controlling->Product Cost Controlling->Cost Object Controlling->Product Cost by Sales Order->Control of Sales-Order-Related Production/Product Cost by Sales Order->Check Requirements Classes) and this is my configuration in Accounting assignment view:
    Acct Assignment Cat. E
    Valuation "blank"
    I tried to put "M" in valuation field, but i cannot create a production order, after run MD02.
    I receive this error message "You cannot make an assignment to make-to-order stock"
    Could anyone help me, please?
    Thanks
    Daniele

Maybe you are looking for

  • Issue with EVDRE migration

    Dear BPC Experts, We are migrating our environment from BPC 7.5 to BPC 10. We are in process of migrating our report, however, we have observed that post migration the changes/modification perform on the migrated report are not saved on the server fo

  • SOAP Header in java

    Hi, Here is my scenario - NWCE 7.1, EJB as a WebService and I want to access the SOAP Header,  what would be the best way. I'm thinking of using handler-chains, appreciate any suggestions. Rajiv.

  • Dynamic JDBC with JHeadstart

    Hi I have a problem using jheadstart when appliying dynamic jdbc credentials. I dont know why but my login page comes with errors . the picture of components does not come . for example the submit button comes with no picture but a cross sign (which

  • Adobe cs6 crashing

    Having issues with InDesign CS6. Keeps crashing on a simple 'zoom in/out' or holding shift and dragging the artboard around. Same problem happened in 'Lion 10.7' and continues in 'Mountain Lion 10.8.2' on mid 2011 iMac 27" Other CS6 applications (Pho

  • EA00 - Prroration of a disconnected installation

    Hello All I am trying to bill an installation during a period when the price changes so the bill needs to be prorated. It works for installations not disconnected. However if the installation is disconnected - during the cross over period - it does n