Posting a journal Entry failed

Hello All
I created a Journal Entry and edited the Journal Entry. When I tried to post it, I got an error saying
Could not start child program C:\PT8.49\cblbinA\GLPPPOST REMOTEA ....
When I looked at my folder structure I donot have that directory at all. .When I read the documentation it seems Posting process GLPPPOST is a Cobol Process. Does that I mean I need to setup cobol environment too?
Any thoughts?
Thanks
Sri

Posting process GLPPPOST is a Cobol Process. Does that I mean I need to setup cobol environment too?If you want to run a cobol, you obviously need to configure the cobol env. Starting by the Microfocus install, and compilation. Take a look in the PeopleTools installation guide for more information (OS/database vendor dependant) :
http://download.oracle.com/docs/cd/E05406_01/psft/html/docset.html
Nicolas.

Similar Messages

  • Could it possible to post Recurring Journal entry every day?

    Hi Experts
    Could it possible to post Recurring Journal entry every day?
    Please provide the configuration steps.
    Note: Defined Document type and number range,
    In FBD1 , when I try post the entry, showing only monthly intervals.
    Thanks in advance
    Srinath

    Hi Srinat,
    Please try with Run Date and Run Schedule, T.code OBC1 and OBC2:
    Run Schedule for Recurring Entries
    Plan which contains the required run dates for recurring entry original  documents. Using the run schedule, accounting documents can be created from recurring entry original documents at any intervals.
    Procedure
    Specify the run schedule by which the recurring entry original document is to be carried out. Alternatively, you can specify the run by specifying an interval in months and a run day.
    If you use a run schedule, you must have defined this previously in the  Financial Accounting configuration. In addition, make sure that the recurring  entry program is carried out as often as appropriate and with the suitable  parameters. For a run schedule with weekly dates, for example, the recurring entry program must also be started weekly.
    Regards
    Javed

  • Developer key to post a journal entry

    hi,
    while posting a journal entry in ucmon, it needs developer key ?  any idea why this happing.
    Thanks
    shariff

    issue resolved
    Thanks
    Shaik

  • Journal Entrie - Failed to get next member of range member UJJ_JRNID

    Hi experts,
    I am using the BPC NW 7.5 SP04 version and have created a journal template. When I try to save the journal entry, I get the following error "new journal ID: Failed to get next member of range member (UJJ_JRNID - ). "
    I have this error only in production environment. I save and post journal entry in develop environment without error.
    Best regards,
    Marilia Costa

    Hi Friend,
    Application parameters yes marked as YES, and I have change the number range as following
    No.__ from number ____to number___current number
    1____0000000001_____9999999999__1
    But still i am getting error as" UJJ_JRNID - 000002"
    My subobject no. is 000002
    Please Advice
    Thanks in advance
    Aryan

  • Add-On connection for Journal Entry - Failed to Connect to SBO Common

    We have a customer (SAPBO 2005A SP01 PL29) with some specific requirements that required an add-on running in the background to monitor the addition of Goods Receipt PO's to the system. When the GRPO is successfully added, the Add-On will (behind the scenes) create an appropriate Journal Entry through the SAP DI. One of the issues that we encountered during the development of this functionality was that when it was tested by users, they weren't authorized to access the Financials module or the Journal Entry screen. What we ended up doing was creating a secondary connection (vCompany) in the DL pulling the information from the encrypted user information from SAP the Add-On used to connect, but utilizing a management level user ID and password. Once that connection has been made, the Journal Entry is added through the DI and that secondary connection is disconnected.
    The problem that we're encountering is this. When the users are logged into SAP Client with an regular user, and the GRPO adds, the secondary connection fails and returns a message of "Failed to Connect to SBO-Common". However, if the user is logged into SAP as an adminitrative level user and the GRPO is added, the secondary connection is successful and the Journal Entry is created. The secondary connection is strictly used for the JE. Here's the code (VS.Net 2005) for the secondary connection:
    vCompany = New SAPbobsCOM.Company
    vCompany.UseTrusted = True
    vCompany.language = SAPbobsCOM.BoSuppLangs.ln_English
    vCompany.CompanyDB = oCompany.CompanyDB
    vCompany.UserName = "XXXXX"
    vCompany.Password = "YYYYY"           
    vCompany.Server = oCompany.Server
    vCompany.DbServerType = SAPbobsCOM.BoDataServerTypes.dst_MSSQL2005
    lRetConnect = vCompany.Connect()
    Where "XXXXX" would be the appropriate management level SAP User Name and "YYYYY" would be that users password.
    Has anyone else had this kind of issue where you needed a secondary connection with management level access behind the scenes to accomplish something in SAP and had problems getting it to connect? Any thoughts or ideas would be greatly appreciated.

    Hi Dennis,
    what you can try is to make a untrusted connection
    oCompany.UseTrusted = False
    and set the DBUser and Pwd
    oCompany.DbUserName = "sa"
    oCompany.DbPassword = "insertpwd"
    lg David

  • Starting Form on Journal Entry fail with FRM-92101

    Hi guys,
    When we try to create Journal on GL we get FRM-92101: There was a failure in the Forms Server during startup. this could happen due to invalid configuration. Please look into the web-server for the details.
    Details...
    Java Exception:
    Oracle.forms.net.ConnectionException:Forms Session<1,142> aborted: unable to communicate with runtime process.
    at oracle.forms.net.ConnectionException.createConnectionException(Unknow Source)
    at oracle.forms.net.HTTPNStream.getResponse(unknown source)
    at oracle.forms.net.HTTPNStream.doFlust(unknown source)
    at oracle.forms.net.HTTPNStream.flush(unknown source)
    at java.io.DataOutputStream.flush(unknown source)
    at oracle.forms.net.StreamMessageWriter.run(unknown source)
    And checkin' the corresponding log I found:
    File does not exist: /oracle/PROD01/apps/apps_st/comn/java/classes/oracle/forms/engine/RunformBundle_es_US.properties
    File does not exist: /oracle/PROD01/apps/apps_st/comn/java/classes/oracle/ewt/alert/resource/AlertBundle_es_US.class
    Looking for that path, we only reach to /oracle/PROD01/apps/apps_st/comn/java/classes/oracle/
    We operate on eBusiness 12.0.4 with 10G Database 10.2.0.4 all this in RAC
    Edited by: IvanBalVe on Aug 3, 2012 12:11 PM

    Was this working before? If yes, any changes been done recently?
    Do you have any invalid objects in the database?
    Any errors in the database log file?
    Please see these docs.
    Show Full Journal Button In Arabic Instance Leads To Error FRM-92101 [ID 841590.1]
    Users Receive FRM-92101 oracle.forms.net.ConnectionException Errors When Launching E-Business Suite Forms Responsibility and Function [ID 1258305.1]
    R12 GLXIQACC Show Full Journal Button Errors With FRM-92101for Arabic [ID 802261.1]
    If you still have the same issue, please generate the form via adadmin and check then -- How to Generate a Specific Form Through AD utility adadmin [ID 178722.1]
    Thanks,
    Hussein

  • Error while posting to Tax Journal Entry for sales and use tax

    Hi,
    I am trying to post a journal entry (FB50) to cleanup and correct the liability on our sales and use tax. All  lines are giving warnings and messages.Give me a suggestion  on how to get it to post .  Or if needed, another solution to correcting the balances in the sales and use taxes.
    But the entry to a/c # 226530 is giving an information message but still wouldnu2019t save.
    The Error message is
    Enter the tax base amounts for account 226400 in company codeAFCO
    Message no. F5A375
    Diagnosis
    You are posting directly to a tax account. Enter the tax base amounts per item using the function "Tax Amounts".
    Kindly help me how to fix the above issue.
    Thanks
    Suvarna

    You may want to check out the following notes... they may shed some light on your problem.
    681930 - Posting on tax account possible w/o specific. of base amount
    1090096 - FB60 / MIRO - Checking direct tax after change (F5A375)
    944978 - FB60 / MIRO - check of direct tax after change

  • Post journal entry automatically when a certain account is posted

    Dear all,
    Thanks for your attention.
    I would like to post an Journal entry automatically at the same time (or just after) a certain account is posted.
    Certain account means an account ID for Payment Difference of Payment for Invoice.
    I would like to reverse payment difference amount and post same amoount with another account ID.
    What we need to do is to catch the event of each posting and if find the account ID, post another journal entry by using action "post".
    But I have no idea where to catch posting occurs.
    Could you tell me if anyone know what I should do for this?
    If you need more info, please ask.
    Thanks,
    Mai

    Hi Mai,
    If you go to General ledger work center and click on Journal Entries view.
    Here you can do advance filter  and find the journal entry type of posting ( Cash Disbursement for instance) and you can make a note of the diff amount that got posted may be due to payment difference/exchange rate diff etc.,
    (One way of finding out which is the journal entry id, you can find this id by going to invoicing & in its document flow.)
    Now create a manual Journal entry voucher for this diff account and as you want to move this to another account, select it as offsetting.
    Thanks
    Lokesh Sharma

  • Posting Journal Entry in v4.2SP4: Strange Issue. Anyone?

    Behaviour:
    The post button doesn't work. You can click it but it does nothing
    When opening the journal manager and selecting the journal id and then posting, it says: "You cannot post/unpost until finishing journal post"
    After this, you cannot post any journal entry on any application.
    (multiserver environment)
    Has anyone had this behaviour?

    Hello Muhd
    Please could you go in Administartion > Set Up > Fixed assets > GL
    Account Detemination and check the settings of  'Clearing Acc. Asset
    Acquisition' account, which is used when creating Journal Entry for
    'Acquisition without vendor'.
    Could you check if there is a 'Default VAT Code' assigned to this
    account. In this case could you to clear the Default VAT Code assigned
    to this account and try to do 'Acquisition without vendor' again?
    Also,please try to check below option to see if that could help:
    1)Check asset Class Land
    2)Check GL accounts settings
    3)Check the checkbox "Permit Other VAT Group"
    Regards,
    Syn Qin
    SAP Business One Forums Team

  • Park and Post management review step for manual journal entries

    We are implementing SAP and want to discuss the best way to automate in SAP a high dollar/value (maybe $100K and above) "park and post" management review step for posting manual journal entries. I believe SAP does not offer dollar/value limits as standard functionality for defining a park & post process. If this correct, what have you seen from your other clients using SAP park & post? Is there a different way to get where we want without customizing a workflow or generating a new transaction set?

    Hi you could limit the authorisation for the users only to park and then a responsible person could review it and post. You can set a tolerance limit for customers and vendors.

  • Re: Prevent to Post Journal entries

    Hello,
    I have a scenario to share with you all.
    This is regarding journal entry postings during close periods. The Business Units will submit the data, check for errors and make adjustments. They continue to do these steps during the close process. However, the corporate want to prevent the Business Units from posting the journal entries. But the business units can mke a journal and save the journal entries.
    After few days corporate will let them post the journal entries they saved the system.
    Is BPC work status is the best way to control this process? Can anyone say what specific steps (beyond the work status set up in BPC) to be included in the system to achieve this? 
    Please respond.
    Kind regards,
    RJ

    Hi Rosa,
    Create a work state, say Locked. In that work state, mention locked for all the interfaces, including JRN. Now, once the period is closed, then the assigned person will change the work status to Locked for this particular period.
    Please refer to the below links from help.sap for further details,
    http://help.sap.com/saphelp_bpc75_nw/helpdata/en/f8/d51b881cfa4c5992de481ccfa05db3/content.htm
    http://help.sap.com/saphelp_bpc75_nw/helpdata/en/75/712b5c7be845cbb1e76cfe78650343/content.htm
    http://help.sap.com/saphelp_bpc75_nw/helpdata/en/8c/8529da752f4dc8a5148f095f15fdab/content.htm
    Hope this helps.

  • BPC 10.0 NW: JOURNAL ENTRIES ARE REVERSED WHEN RUNNING CONSOLIDATION

    Hi Expert,
    After running consolidation, I made various journal entries. After posting the journal entries, status of consolidation and currency translation in consolidation model was changed from "done" to "to be executed". When I re-run the consolidation, the journal entries were reversed.
    Please help.
    Thanks,
    A

    Hi A
    The fundamental principles of Consolidation Journal entries are when posted, Please keep in mind following rules for any Consolidation system.
    Journal Entry Type  Local Currency  Group Currency ScopeTranslation     Consolidation
    Reporting or
    Local Currency             LC                    NONE                 NOSCOPE    YES             YES
    Group
    Currency                        -                        USD                 NOSCOPE     NO              YES  
    Scope Level
    Adjustments                 -                         USD                    SCOPE1        NO            NO
    (Top side Adjustments)
    ==============
    I believe that you have had posted Journal entries in Local Currency(LC) and Group Currency with NOSCOPE level.  Based on your entry System would perform from above rules.
    Hope this will clarify your questions on journal entries why the Monitor  has to re-run CT and Consolidation Process.
    Thanks
    Venkat
    *** You Can not Post "  LC with SCOPE1(actual ownership scopes)****

  • Triger value from outgoing payment to journal entry

    Hi all,
    I add an UDF in outgoing payment form ( system form)for example i call it area. In the same time i also add an udf with the same name ( area) in journal entry form ( system form). When I entry data in outgoing payment, i also entry the area field in out going payment. for example i fill "Boston" in area field in Outgoing payment. How can i show it in journal entry also? As we know in journal entry , we don't need entry  the data anymore. What i fill in outgoing payment , also will post in journal entry. I just want my area value also can post in journal entry.
    thanks for the help

    Hi Janos,
    thanks for your posting in my thread. Actually i have make my own codes for this issue. i don't know if my codes is similar with your post.
    If pVal.ItemUID = "1" And pVal.EventType = SAPbouiCOM.BoEventTypes.et_ITEM_PRESSED And oForm.Mode = SAPbouiCOM.BoFormMode.fm_OK_MODE Then
                        ' If pVal.Action_Success Then
                        Debug.Print("OJDT")
                        Try
                            Dim JEDoc As SAPbobsCOM.Documents
                            'Dim headerCode As Long
                            oCompany.StartTransaction()
                            'headerCode = LastEntry("OIGE")
                            JEDoc = oCompany.GetBusinessObject(SAPbobsCOM.BoObjectTypes.oJournalEntries)
                            Dim docnum As SAPbouiCOM.EditText
                            Dim docnum1 As Integer
                            docnum = oForm.Items.Item(3).Specific
                            docnum1 = docnum.Value
                            Debug.Print(docnum1)
                            JEDoc.GetByKey(517)
                            Dim area As SAPbouiCOM.EditText
                            area = oForm.Items.Item("tArea").Specific
                            JEDoc.UserFields.Fields.Item("U_ST_Area").Value = area.Value
                            JEDoc.Update()
                            oCompany.EndTransaction(SAPbobsCOM.BoWfTransOpt.wf_Commit)
                        Catch ex As Exception
                            If oCompany.InTransaction Then oCompany.EndTransaction(SAPbobsCOM.BoWfTransOpt.wf_RollBack)
                            SBO_Application.SetStatusBarMessage(ex.Message, SAPbouiCOM.BoMessageTime.bmt_Short, True)
                        End Try
                        'End If
                    End If
    so , i get business object for the journal entry in outgoingpayment. the problem is i still confuse with the getbykey method.
    I must fill the getbykey with a value which the value is also link to Journal Entry. I fill the value with docentry in outgoing payment. but it's still problem.
    thanks in advance
    best regards
    bodhi86
    ( i'm sorry with my bad english)

  • DI: About Generating a Journal Entry with Returns

    Hi since Mexico, I have a problem when I add a Return based on a Delivery. The problem is that the Journal Entry that has to generate for doing the seat of warehouse against cost of sale it does not it do. How can I solve this problem or what I missed for do this task.
    Greetings and thanks for your help.

    Hi Rafael,
    What I understodd about your note is this:
    When you post a return based on a Delivery using the DI API object, the system is not posting any journal entry?
    Is that right?
    I've checked this issue in SBO version 6.5 SP1 EF: 07 and you are right.
    The RETURNS object from the DI API is not posting any journal entry for this transaction. Hence, the stock for the item is right, but the balance of the stock account and the COGM account is wrong since no posting was made by the RETURNS object.
    Anybody has a solution for this problem?
    Kind Regards,
    Iván Juárez

  • Bapi for trans code FBS1 - is there any? - FI - Reversal Journal Entries

    Hi Sap Forums,
    I have to post Reversal Journal Entries, I am currently using BAPI_ACC_GL_POSTING_POST for regular entries.
    Anyone else had to do this?
    thanks

    Found this... does this work for anyone?
    I am also trying the same thing can you let me know what parameters you are passing to BAPI BAPI_ACC_GL_POSTING_REV_POST.
    1. I am calling first the BAPI BAPI_ACC_GL_POSTING_POST to create FI Document.
    2. I am passing the document number created from above step to the bapi BAPI_ACC_GL_POSTING_REV_POST .
    3. Till second step it is fine giving no errors but when i do commit i get an update error, document number alreay exist.
    Edited by: keith warnock on Jun 11, 2009 4:58 PM
    Edited by: keith warnock on Jun 11, 2009 4:59 PM

Maybe you are looking for

  • Wont Turn on! Help Please!

    Hi Everyone, I have a BB Q5 which yesterday during a phone conversation went dead, before answering the call I had around 70% battery, when plugged in to one charger it was showing a black screen with a red battery box with an exclamation mark, I hav

  • RM06EV47 Vs RM06EV70

    Hi, In our SAP system, in transaction AOBJ, archiving object MM_EKKO has Write program as RM06EW70 and Delete program as RM06ED70. But Preprocessing program maintained is still old RM06EV47 in the transaction AOBJ. My question is - should i change th

  • NWDI - Runtime error while compiling JSPs (PAR DC)

    Hello I am creating a PAR DC that needs to use some in house developed ValueObjects (accessed through a J2EE server library). Though my developed JSPDynPage is able to access the ValueObjects, when I try to use it in a JSP, I get a runtime compilatio

  • Connect to server/computer issues

    When I am using my Macbook Pro at work, it will attempt to connect to my iMac at home (which is unavailable). It only tries to connect to this computer when I am in Desktop and Screen Saver preferences. When I am at home (and the iMac is available) i

  • Files trapped on desktop

    I have a problem with files and folders being "paralyzed" on my desktop.  I can't move files or folders and I cannot upload a file from the desktop.  Basically, the desktop is broken. I just upgraded to Lion yesterday, but that has not fixed the prob