SAP FICO --- iDoc ---- SM35 problem

Problem: We are currently using SAP R/3 E1P and sending invoicing material from different ERP system to it and using SM35 to solve possible problems (wrong accounts, zero invoices etc.) in transfer. Now we are planning to start using SAP Fico in company group and changing interfaces to use iDoc. Sap consultants argue that it is impossible to use SM35 with iDoc....
Is that really so? Hopefully someone can help...

Hello, Napotto,
SM35 is for processing of batch input recordings/sessions, which is something completely different from idocs. So yes, your consultants are right, you cannot process incorrect idocs with SM35
However, there are another transactions for idocs monitoring and reprocessing (BD87, WE02), so you still will have the tools for data/interface corrections, even if at the beginning you will probably found it not so simple and user-friendly as SM35; your consultant should provide you with neccessary training.
Kind Regards
TomT

Similar Messages

  • Message type idoc type problems

    Hi,
    I'm facing a problem in idocs. I'm sending idocs with message type ORDRSP and idoc type ORDERS05, but for some reason in SAP, the idoc is always picking up a different message type ORDERS and the partner profile part is failing because my partner profile is set up for ORDRSP message type. Is there any setting or transaction that sets a default message type for an idoc type in SAP.
    Regards,
    Vijay

    Hi vihay,
    yes for the message type ordrsp the basic type is orders05.
    u r telling ur geeting problem in inbound idoc?
    if that is the case then u have to use in we20 inbound parameters and give the processcode(ORDE) there instead of basictype .CHECK the same and get back to me if any quries
    Regards,
    Nagaraj

  • CATS IDoc inbound problem - Transaction lock, LR002

    Customer is posting CATS records via interface from externa system to IDoc for CATS processing. Either the create BAPI (BAPI_...) is used or if there is a change to an already existing posting (BAPI_...). For his i have slightly modified the SAP standard existing FM for CATS inbound processing (IDOC_) to handle both scenarios, create and change. I basically examine CATS data from external system and if it is already existing then I call the change BAPI and if not found the I call the create BAPI.
    We have no problem posting with these BAPIs when there postings are imported one by one. But, when several CATS postings arrive at the same second then not all postings are handled correctly. We receive error message "Transaction locked by user XXX" (error message e002(lr)) and XXX is the background communication user. No luck using "Where used" for error 002 in message class LR either. Also tried tracing with trans SE30 but no luck there either.  Data is always different but can be for the same personell number. User is correct and not locked - it is the transaction (like CAT2) thats SAP standard reports as locked. Some postings go through alright but then after a few corrrect posting this problem pops up. Very frustating.
    Code is correct as it seems only to be a "overflow" problem. Config and data is also correct. Customer was also facing the very same error using the same BAPIs called via RFC and not via IDoc.
    Reason to change to IDoc was of course to set the posting as synchronous thus avoiding this "overflow" problem. In standard SAP is IDocs processed in parallell which is fine in many circumstances but not here. Or it might be OK as long as this error don't occur but have found no way so far. Customer is in production and this must be solved. We also tried this in a band new upgraded ECC 6.0 EhP5 system as customer is in the process of upgrading. Same error.
    I have found very few hints when searching through Google, SAPNet, SDN etc. This is one of the very few links I found: [Locking problem with FM EDI_DATA_INCOMING;
    So I checked this in trans WE46 but as customer is running ECC 6.0 EhP3 we have no such option. Then tried trans nOYEAn setting the parameter "Synchronous processing" but I do not understand how this is supposed to work. Problem stills remains. The values are stored in table EDICONFIG and here parameter INBSYNC is used for the synchrounous setting as of my understanding but we only have this for a user called EDIADMIN and that is certainly not our background user. I don't understand how to set this parameter correctly I guess. SAP help doen't give more insight either - at least not for me.
    Does anyone have a suggestion how to solve this problem? Anyone solved this before and willing to share a solution?
    << Moderator message - Please do not promise points >>
    I maybe beed to send this to SAP OSS but trying this option first.
    To me this is puzzling. Find very few references which normally means few have encountered this. Strange. CATS BAPI interfacing must be used by a lot of companies.
    BR, Johan
    Edited by: Rob Burbank on Nov 7, 2011 2:36 PM

    Hi Johan,
    These kind of problems arise when there is a very little time gap between two successive postings. So put a 'WAIT UP TO 2 SECONDS' between each of the postings. This will give time for the previous posting to perform the updates even before the next posting hits the same transaction. This will solve your problem.

  • SAP java connector SAPJCO problem..

    Hi Friends..
    <BR><BR>
    *Can some one help me to solve this problem,<BR>
    I am just trying to connect our SAP server using SAPJava connector i,e, sapjco3. in windows (XP) platform.<BR>
    I am facing below mentioned problem...*
    <BR>
    <BR>
    checkTID called for TID=0A0211C64C364B8158DA000C<BR>
    >>> Error occured on IDS800 connection 1-axsids00|sapgw00|IDS800<BR>
    com.sap.conn.idoc.IDocMetaDataUnavailableException: (3) IDOC_ERROR_METADATA_UNAVAILABLE: The meta data for the IDoc type "??????????????????????????u2020 u2020" with extension "  PAYSAPIDL LS_CO          ???" is unavailable.<BR>
         at com.sap.conn.idoc.rt.DefaultIDocDocument.<init>(DefaultIDocDocument.java:126)<BR>
         at com.sap.conn.idoc.jco.rt.JCoIDocDocument.<init>(JCoIDocDocument.java:90)<BR>
         at com.sap.conn.idoc.jco.rt.JCoIDocDocument.createIDocDocument(JCoIDocDocument.java:168)<BR>
         at com.sap.conn.idoc.jco.rt.JCoIDocRuntime.createIDocDocumentList(JCoIDocRuntime.java:78)<BR>
         at com.sap.conn.idoc.jco.JCoIDoc$DefaultJCoIDocRuntime.createIDocDocumentList(JCoIDoc.java:198)<BR>
         at com.sap.conn.idoc.jco.rt.DefaultJCoIDocServerWorker$IDocDispatcher.handleRequest(DefaultJCoIDocServerWorker.java:96)<BR>
         at com.sap.conn.jco.rt.DefaultServerWorker.dispatchRequest(DefaultServerWorker.java:153)<BR>
         at com.sap.conn.jco.rt.MiddlewareJavaRfc$JavaRfcServer.dispatchRequest(MiddlewareJavaRfc.java:3276)<BR>
         at com.sap.conn.jco.rt.MiddlewareJavaRfc$JavaRfcServer.executePlayback(MiddlewareJavaRfc.java:2756)<BR>
         at com.sap.conn.jco.rt.MiddlewareJavaRfc$JavaRfcServer.playbackTRfc(MiddlewareJavaRfc.java:2574)<BR>
         at com.sap.conn.jco.rt.MiddlewareJavaRfc$JavaRfcServer.handletRfcRequest(MiddlewareJavaRfc.java:2465)<BR>
         at com.sap.conn.jco.rt.MiddlewareJavaRfc$JavaRfcServer.listen(MiddlewareJavaRfc.java:2286)<BR>
         at com.sap.conn.jco.rt.DefaultServerWorker.dispatch(DefaultServerWorker.java:270)<BR>
         at com.sap.conn.jco.rt.DefaultServerWorker.loop(DefaultServerWorker.java:333)<BR>
         at com.sap.conn.jco.rt.DefaultServerWorker.run(DefaultServerWorker.java:231)<BR>
         at java.lang.Thread.run(Thread.java:619)<BR>
    rollback called for TID=0A0211C64C364B8158DA000C>>> Error occured on IDS800 connection 1-axsids00|sapgw00|IDS800
    com.sap.conn.jco.JCoException: (104)<BR> RFC_ERROR_SYSTEM_FAILURE: IDocException occurred(Raised by D00120|a_rfc)<BR>
         at com.sap.conn.jco.rt.MiddlewareJavaRfc.generateJCoException(MiddlewareJavaRfc.java:639)<BR>
         at com.sap.conn.jco.rt.MiddlewareJavaRfc$JavaRfcServer.listen(MiddlewareJavaRfc.java:2371)<BR>
         at com.sap.conn.jco.rt.DefaultServerWorker.dispatch(DefaultServerWorker.java:270)<BR>
         at com.sap.conn.jco.rt.DefaultServerWorker.loop(DefaultServerWorker.java:333)<BR>
         at com.sap.conn.jco.rt.DefaultServerWorker.run(DefaultServerWorker.java:231)<BR>
         at java.lang.Thread.run(Thread.java:619)<BR>
    Caused by: RfcException: [D00120-DCCCMS|a_rfc]<BR>
        message: IDocException occurred<BR>
        Return code: RFC_FAILURE(1)<BR>
        error group: 104<BR>
        key: RFC_ERROR_SYSTEM_FAILURE<BR>
    Exception raised by D00120-DCCCMS|a_rfc<BR>
         at com.sap.conn.jco.rt.MiddlewareJavaRfc$JavaRfcServer.executePlayback(MiddlewareJavaRfc.java:2761)<BR>
         at com.sap.conn.jco.rt.MiddlewareJavaRfc$JavaRfcServer.playbackTRfc(MiddlewareJavaRfc.java:2574)<BR>
         at com.sap.conn.jco.rt.MiddlewareJavaRfc$JavaRfcServer.handletRfcRequest(MiddlewareJavaRfc.java:2465)<BR>
         at com.sap.conn.jco.rt.MiddlewareJavaRfc$JavaRfcServer.listen(MiddlewareJavaRfc.java:2286)<BR>
         ... 4 more<BR>
    Caused by: RfcException: [D00120|a_rfc]<BR>
        message: IDocException occurred<BR>
        Return code: RFC_FAILURE(1)<BR>
        error group: 104<BR>
        key: RFC_ERROR_SYSTEM_FAILURE<BR>
    Exception raised by D00120|a_rfc
    <BR>
         at com.sap.conn.jco.rt.MiddlewareJavaRfc$JavaRfcServer.dispatchRequest(MiddlewareJavaRfc.java:3305)<BR>
         at com.sap.conn.jco.rt.MiddlewareJavaRfc$JavaRfcServer.executePlayback(MiddlewareJavaRfc.java:2756)<BR>
         ... 7 more<BR>
    Caused by: com.sap.conn.idoc.IDocRuntimeException: IDocException occurred<BR>
         at com.sap.conn.idoc.jco.rt.DefaultJCoIDocServerWorker$IDocDispatcher.handleRequest(DefaultJCoIDocServerWorker.java:140)<BR>
         at com.sap.conn.jco.rt.DefaultServerWorker.dispatchRequest(DefaultServerWorker.java:153)<BR>
         at com.sap.conn.jco.rt.MiddlewareJavaRfc$JavaRfcServer.dispatchRequest(MiddlewareJavaRfc.java:3276)<BR>
         ... 8 more
    Caused by: com.sap.conn.idoc.IDocMetaDataUnavailableException: (3)<BR> IDOC_ERROR_METADATA_UNAVAILABLE: The meta data for the IDoc type "??????????????????????????u2020 u2020" with extension "  PAYSAPIDL LS_CO          ???" is unavailable.
         at com.sap.conn.idoc.rt.DefaultIDocDocument.<init>(DefaultIDocDocument.java:126)<BR>
         at com.sap.conn.idoc.jco.rt.JCoIDocDocument.<init>(JCoIDocDocument.java:90)<BR>
         at com.sap.conn.idoc.jco.rt.JCoIDocDocument.createIDocDocument(JCoIDocDocument.java:168)<BR>
         at com.sap.conn.idoc.jco.rt.JCoIDocRuntime.createIDocDocumentList(JCoIDocRuntime.java:78)<BR>
         at com.sap.conn.idoc.jco.JCoIDoc$DefaultJCoIDocRuntime.createIDocDocumentList(JCoIDoc.java:198)<BR>
         at com.sap.conn.idoc.jco.rt.DefaultJCoIDocServerWorker$IDocDispatcher.handleRequest(DefaultJCoIDocServerWorker.java:96)<BR>
         ... 10 more
    <BR>
    <BR>
    <BR>
    Regads,
    Salil

    Hi Mani,
    Please if u can help me. Do let me know how you got the solution for it.Please
    Regards
    Laku

  • Role sap fico consultant

    hi,
    i have a problem, please give the answer anybody, i want know about login information, where we have to login on system, tell me about soluation manage, if thereis no solution manger where we have to loging, and what is sap fico consultant role day to day and project delivery, everyday where we have to update what we  have done,where the mange will assign the work, and how we can identify, and after what we haveto do
    please tell me the answers about these
    bai

    Hi
    Solution manager is used for recording issue logs if any user face issue in production client. This will enable to maintain record of each & every issue log in proper manner.
    As regards login into SAP, we require to install SAP GUI & also fill client's system details like Description, System number, Id, Server number, Router (for remote login) in new item in SAP logon pad.
    As regards SAP FICO Consultant, the main role is in creation of GL account master data & other configuration activities. All other module integration takes place by specifying GL accounts in their config. For ex: In MM, in OBYC, we specify GL accounts for inventory postings. While configuring SAP FICO Steps, it may so happen, we may forget some steps to configure. These steps can be done if some error comes in end user cycle.

  • Starting with SAP FICO

    Dear,
    Plz guide me on Starting with SAP FICO.
    I am engineering graduate & wants to work on SAP FICO.
    Completed studying -- Accounting for Non Accountants.
    But now i am in a dilemma as for now which topic to start with.
    Someone says TFIN20, TFIN22, TFIN50 etc & some says to start with AC205 series Pdf's.
    So plz guide me step by step method as to which Pdf book should be started - from starting to end to learn SAP FICO in serial order.
    Also do provide me links for the updated pdf's of SAP FICO ECC 6.0.
    Thanks in Advance,
    Vivek.

    So plz guide me step by step method as to which Pdf book should be started - from starting to end to learn SAP FICO in serial order.
    until you work on it and solve some real time problems you don't get full knowledge in SAP module. so try to work on SAP system.asking for authorized books/links is against the Rules of SDN forum. search for FI & co (separate certification for both) in GOOGLE, SDN. you will get so many links & documents.
    regards
    Mahesh

  • IDOC performance problem

    Hi All,
            Currently I come across a idoc performance problem,in we20,the idoc inbound process code invoke BDC manner.
    the detail as follows:
    (1)Seebeyond send the idoc to SAP side.
    (2) Idoc added(Status 50)
    (3)IDoc ready to be passed to application(64)  11:06:27
    (4)IDoc passed to application(62)                   11:21:22
    My question is why the process time spend so much when idoc status from 64 to 62,what is the affect factor.whether the process time include BDC execution time.Thanks.

    Hi,
    I think it has taken much time to get the status 62 from 64 status.
    In the partner profile WE20 transaction for this interface you have used Collect IDOC's option. If that is the case till your background runs it will get into 62 status.
    If you use trigger immediately option in WE20 transaction then as soon as the IDOC is in 64 status it will be processed that is it will 62 status immediately.
    I hope I have answered your question.
    Thanks,
    Mahesh.

  • Need avdises how to become perfect on SAP FICO

    Hello Experts,
    i am new to SAP FICO , i am learning now , but i need your valuable suggestion how to prepare and become Expert like all of you.
    Thanks in advance for your valuable suggestions.
    Regards
    Brahma.

    Hi Cabe,
    You are correct to guess that its no good to copy juss the program as all the includes and stuff wont be working in your system. The best process would be to do a client copy, but i dont think you will have access to it as it will not be given normally by BASIS guys.
    The work around is see what all Z objects( includes etc..) being used in the program which you want to copy and copy them all into your system. That way your problem will be solved atleast to some extent.
    Reward if useful.
    Thanks
    Aneesh.

  • PLEASE CONFIRM TOPICS FOR SAP FICO

    Hello Experts,
    i have joined SAP FICO course, trainer has provided with below topics, please let me know if there is any other topics to be covered in FICO apart from below topics.
    A.     Main Topics
    Brief History and General Information about SAP
    How to Start a SAP Server
    How to Connect to SAP Server
    Basic Settings
    General Ledger Module
    Accounts Receivable
    Accounts Payable
    Asset Accounting
    B.     Other Topics
    Special General Ledger
    Bank Module
    Dunning
    Bills of Exchange
    Interest Calculation
    Taxes
    Withholding Taxes
    Automatic Account Payment

    Hi,,
        in addition to the menu provided there are other topics like integration of fico modules with other modules, and real time scenarios and new general ledger accounting topics ..
    regards,
    ram

  • Sap FICO Certification for Financial Accounting with mySAP ERP 2005

    Hi,
    I would like to write SAP-FICO Certification for Financial Accounting with mySAP ERP 2005
    Topic areas:
    SAP overview, Financial Accounting Master Data, Document and Posting Control,Special General Ledger Transactions, Document Parking, Substitution and Validation ,Payment Program, Dunning Program, Correspondence, Interest Calculation,Evaluation Options in Reporting ,Closing Operations in Financial Accounting ,Asset Accounting,The New General Ledger,SAP Solution Manager.
    If anyone have the Material for above topics, please send me my mail Id: [email protected]
    if anyone appeared recently for certification for the same code, please send model questions and answers.
    i will be very thankfull to you.
    Regards,
    Satyaprakash

    Hi
    I am also writing SAP-FICO Certification for Financial Accounting with mySAP ERP 2005.
    Request you to send me whatever the material you have in this regard.
    thanking you in advance
    Suri

  • How to fill the gaps in SAP Fico configuration

    Hi Guys,
    Can anyone please explain me that how to fill the gaps in SAP FICO implementation project
    Thanks in advance
    Vasu

    Hello,
    Perhaps you might find some useful info here http://help.sap.com/saphelp_sm70ehp1_sp23/helpdata/en/36/f1a5e16cde4121acc69a91728b9082/frameset.htm
    Regards,
    Paul

  • Advantages of using SAP FICO

    hai,
    What are all the main advantage using SAP FICO compared to other ERP?
    Can any one give some points. This is required for one presentation.

    Flow of posted documents can be exactly followed in the Financial SAP System
    complete product costing offering
    We have currently announced a new Flex GL, which offers superior functionality
    Competitors use batch processes for posting, SAP works real time
    Integration of Management of InternalControls  and audit information system.
    SAP has a clear lead in international capabilities for the financial applications, including languages and localizations, supporting more than 40 countries in the standard product and about 90 overall.
    SAP supports 28 languages in its applications and these languages can be used simultaneously in the same system as well.

  • Looking for SAP(FICO) trainer in the Bay Area

    A company in the bay area is looking for SAP(FICO) trainer who has command on configuration of the modules and min work ex of about 5 years.
    Please post your resumes to [email protected] or call at 408-512-8033 for more information.
    Regards
    Uma

    A company in the bay area is looking for SAP(FICO) trainer who has command on configuration of the modules and min work ex of about 5 years.
    Please post your resumes to [email protected] or call at 408-512-8033 for more information.
    Regards
    Uma

  • Generates a SAP Invoice IDOC based on xCBL Invoice document

    Hi Experts,
    I am looking for code to generate invoice through XCBL to SAP Invoice IDOC.
    Could anyone post where I can get this code in stylesheet..
    Please help me.

    svraju wrote:
    Thnks for ur reply..But is there any stylesheet mapping avaibale for this because we want to do in XSLT.
    >
    > Please help me..
    dont think there are any standard mappings available for this.
    you might want to get the logic from your functional contact/business and build the mapping.
    I think it will ideally fit within the graphical mapping itself

  • CA with SAP FICO  and Japanese Language

    Hello Friends,
    I am Kapil studying  ( final group ) to become a Chartered Accountant.I want to do SAP FICO Module from SAP Certified Education Center in Delhi,India.I  have also done One Year Intensive Advanced Diploma in JAPANESE Language from Delhi University.I have also done JLPT Level 3.
    I have following queries :--
    1.Which one is the best SAP Education Center in Delhi both in terms of education and placement ?
    2.What are the job prospects after completing CA n SAP FICO  in Japan ?
    I will be thankful to you if you could provide me guidanc eon the above issues ..
    THANKS..
    Edited by: KAPIL KUMAR  singh on Apr 29, 2008 4:39 PM
    Edited by: KAPIL KUMAR  singh on Apr 29, 2008 4:39 PM

    Chartered Accountancy with SAP FI-CO itself is a lethal combination.  Looks like you love Japan or there is someone there whom you love.  There are quite some companies in Japan that have implemented SAP (you can get into support, upgrade, enhance kinda roles) and there are also new implementations in the pipeline.  As far as training goes, go to any SAP Education Partners (Siemens, etc.).  Give your full time to demos and practice sessions on SAP when in training - reading books only will not help.
    Good luck.

Maybe you are looking for

  • Can't open RAW .NEF images in Photoshop CS5

    I am desperate to fix this issue because my photoraphy business has been on hold all week due to this issue. Anyway, I can't open any RAW files in ACR or Photoshop CS5. It craashes instantly every time when attempting to open .NEF files from my Nikon

  • LinkElement + InlineGraphicElement causes an error

    I may be coding this incorrectly, so if I am, please forgive me.  I am trying to add an InlineGraphicElement to a LinkElement and it appears to be giving an error.  I believe this used to work in the November beta, but in the most recent build it pro

  • Benefit Enrollment Flag

    Is there a flag for benefits enrollemnt? What I am trying to do is to determine whether New Hired employees are enrolled in benefits or not? Please advise how this can be done..

  • Developer Server and Oracle 7.3

    Need to know if an Oracle 7.3, Developer 2.1 and Developer Server configuration is reasonable for putting forms/reports on the web, or if we should go to Oracle 8i. Are there any unusual problems that we should be watching out for? Thanks in advance

  • Reg Aggregate tables

    Hi Experts, I want small clarification regarding aggregate tables if i want to implement this which method i have i have to follow weather importing aggregate tables from DB to the physical layer or by using aggregate persistence wizard in RD itself.