ECS Calculation when Posting ARE 1 Document

Dear all,
During the creation of ARE1 document, the ecs values flows correctly, when more than two items is used.
THE PROBLEM IS when the created document is POSTED SEPERATELY, then the ecs value for the first item is getting copied to all the other items.
Request your soultions Please.
Regards,
K.P.Ganesh

S Note 982644
Symptom
While posting an ARE1 document, through transaction J1IA101, containing more than one line item, ECS from first line is copied to all other lines.
Other terms
ARE1, J1IEX, J1IA101, Export under bond, ECS, ECESS, Education cess.
Reason and Prerequisites
Legal requirement.
In the export scenario, you create an ARE1 document through this tranaction, the ECS values are updated correctly for all lines. But, while posting the document, ECS from the first line is copied to all the other lines.
Solution
Make the following screen change.
Go to transaction SE80 and enter function group 'J1IEX'.
Go to the layout of screen 200 in change mode.
Click on the button 'Dictionary/Program fields' or press F6. Enter the fieldname as 'J_1IEXITEM-ECS'. Select the field and press enter. Drag it to the end of the table control 'tv_exitem' so that a new column by name 'Edu cess' appears at the end of the table beside the column 'Basic Duty'. In the attributes of the new column check 'fixed font'.
Apply the code corrections.
Save and activate the function group.
Header Data
Release Status: Released for Customer
Released on: 25.09.2006  08:20:49
Priority: Correction with medium priority
Category: Correction of Legal Function
Primary Component: XX-CSC-IN-SD Sales and Distribution
Secondary Components: SD-SLS Sales
Releases
Software
Component Release From
Release To
Release And
subsequent
SAP_APPL 470 470 470  
SAP_APPL 500 500 500  
SAP_APPL 600 600 600  
Highest Implemented Support Package
Support
Packages Release Package
Name
SAP_APPL 470 SAPKH47028
SAP_APPL 500 SAPKH50015
SAP_APPL 600 SAPKH60007
Corrections Instructions
Correction
Instruction Valid
from Valid
to Software
Component Type *) Ref.
Correction Last
Modifcation
496168 500 500 SAP_APPL C P6DK089822 25.09.2006  07:59:08
496169 600 600 SAP_APPL C P7DK051198 25.09.2006  08:01:38
496170 470 470 SAP_APPL C P6BK237053 25.09.2006  08:00:24
*) C Korrektur, B Vorarbeit, A Nacharbeit, M noch nicht bestimmte Arbeit
Attributes
Attribute Value
weitere Komponenten SD-SLS

Similar Messages

  • Error ki280 when posting a billing document

    I am running into a ki280 error message when posting a billing document. This happens to be for a situation that includes a customer down payment, the error message is not encoutered when posting a billing document without the down payment interestingly enough.
    The error message is below.  Account 410000 is a revenue account, so is it looking for a type 11 cost element to be created?
    Any information appreciated.
    Create account 410000 for 02/11/2009 as a cost element in controlling area
    HEES
        Message no. KI280
    Diagnosis
        Account 410000 is a profit and loss account. You assigned it to an
        object in cost accounting (for example, a cost center, order, or
        project).
    System Response
        Account 410000 in the determined controlling area HEES must exist as a
        cost element on the posting date 02/11/2009.
    Procedure
        o   Create account 410000 as a cost element and then repeat your
            posting.

    Hi,
    Use T.Code FS00.  Choose the account to be created as cost element and click for display. Now click the edit cost element tab. Screen will open for the GL account to be created as a cost element. Enter from and to dates like 01.01.2008 to 31.03.9999 and click master data. Choose category 11 after giving the text of the cost element and save. If you want that this revenue to be posted to a cost center you can enter in the default account assignment tab.  Try to post the invoice again.  If you have further problem revert back.
    Regards,
    Sadashivan

  • Forcing Local Currency amounts when posting Foreign Currency documents

    When posting entries in a foreign currency (FC), it is possible and often used to force through a local currency (LC) amount that differs from what SAP would have posted using the current For Ex rate.  This is used in cases where a payment is made in FC a couple months later and someone would like to see the LC of the originally posted invoice match the LC of the payment.  Although SAP allows you to override the For Ex rate in such a manner, what are the effects of these types of postings?  Does the difference ever get recognized, and, if so, where? 
    Thanks in advance for any explanations.

    Hi,
    Suppose at the time of invoice the exchange rate was 40 and the amount shoule be as below:-
    Document currency = 100
    Local Currency = 4000
    But you have entered the invoice at exchange rate of 45 which was applicable at the payment date
    Document currency = 100
    Local Currency = 4500
    And the payment document line item is posted with the
    Document currency = 100
    Local Currency = 4500
    In this case, system will not do any foreign exchange rate difference provided there is no month end revaluation happening between the invoice posting date and paymentt posting date.
    Regards,
    Gaurav

  • Problem when post G/L Document via BAPI_ACC_GL_POSTING_POST

    What I am doing is to post new G/L Accounting Document on each successfully paid transaction, each successfully reversed transaction, each rejected transaction for bank XXX, and each payment transaction for bank YYY in 3 Events respectively. And I am using the BAPI BAPI_ACC_GL_POSTING_POST to post.
    but in the return table there are error messages, the sample code is as follows:
    *& Get the OBJ_KEY of DOCUMENTHEADER *
    get the current fiscal year
       l_fiscyear = sy-datum(4).
    select the Number Range NO. out from T003
       select single numkr
          from t003
           into l_numkr
        where blart = 'SY'.
      if sy-subrc <> 0.
        message .
      endif.
    call FM to get the Accounting Doc. No.
      call function 'NUMBER_GET_NEXT'
        exporting
           nr_range_nr = l_numkr
               object      = ‘RF_BELEG’
          subobject      = ‘HKHK’
              toyear      = l_fiscyear
          importing
              number = p_belnr
          exceptions
            interval_not_found = 1
            number_range_not_intern = 2
            object_not_found = 3
            quantity_is_0 = 4
            quantity_is_not_1 = 5
            interval_overflow = 6
            buffer_overflow = 7
            others = 8.
    if sy-subrc <> 0.
    message
    endif.
    concatenate the Accountint Doc. No, the company code and the
    fiscal year together as the OBJ_KEY
    concatenate p_belnr ‘HKHK' l_fiscyear into lx_docheader-obj_key.
    &--Get OBJ_KEY end--
    get the OBJ_SYS
      select single logsys
                  from t000
                  into lx_docheader-obj_sys
                where mandt = sy-mandt.
    if sy-subrc <> 0.
    message
    endif.
    fill the structure parameter DOCUMENTHEADER of the BAPI
    lx_docheader-obj_type = 'BKPFF'.
    lx_docheader-username = sy-uname.
    lx_docheader-comp_code = 'HKHK'.
    lx_docheader-ac_doc_no = p_belnr.
    lx_docheader-fisc_year = l_fiscyear.
    lx_docheader-doc_date = p_doc_date.
    lx_docheader-pstng_date = p_post_date.
    lx_docheader-doc_type = ‘SY’.
    fill the table parameter ACCOUNTGL of the BAPI
    lwa_tabaccgl-itemno_acc = 1.
    lwa_tabaccgl-gl_account = ‘0000050107’ .
    lwa_tabaccgl-comp_code = ‘HKHK’.
    lwa_tabaccgl-pstng_date = p_post_date.
    lwa_tabaccgl-doc_type = ‘SY’.
    lwa_tabaccgl-ac_doc_no = p_belnr.
    lwa_tabaccgl-fisc_year = l_fiscyear.
    append lwa_tabaccgl to li_tabaccgl.
    clear lwa_tabaccgl.
    lwa_tabaccgl-itemno_acc = 2.
    lwa_tabaccgl-gl_account = ‘0000082910’.
    lwa_tabaccgl-comp_code = ‘HKHK’.
    lwa_tabaccgl-pstng_date = p_post_date.
    lwa_tabaccgl-doc_type = ‘SY’.
    lwa_tabaccgl-ac_doc_no = p_belnr.
    lwa_tabaccgl-fisc_year = l_fiscyear.
    lwa_tabaccgl-costcenter = ‘0000011401’.
    append lwa_tabaccgl to li_tabaccgl.
    clear lwa_tabaccgl.
    fill the table parameter CURRENCYAMOUNT of the BAPI
    lwa_tabcurramt-itemno_acc = 1.
    lwa_tabcurramt-currency = ‘HKD’.
    lwa_tabcurramt-amt_doccur = ‘1.5-’.
    append lwa_tabcurramt to li_tabcurramt.
    clear lwa_tabcurramt.
    lwa_tabcurramt-itemno_acc = 2.
    lwa_tabcurramt-currency = ‘HKD’.
    lwa_tabcurramt-amt_doccur = ‘1.5’.
    append lwa_tabcurramt to li_tabcurramt.
    clear lwa_tabcurramt.
    Call BAPI to post the FI-GL Document
      call function 'BAPI_ACC_GL_POSTING_POST'
          exporting
          documentheader = lx_docheader
          tables
          accountgl = li_tabaccgl
          currencyamount = li_tabcurramt
          return = li_tabreturn.
    The return table says:
    Error in document: BKPFF 1200000068HKCG2007 UD1CLNT120
    Field Value date is a required field for G/L account HKCG 50107
    would you experts please tell me what's the problem is?? it's emergency, thanks in a million advance.

    Hi
    U haven't to transfer the reference data to the BAPI, the document number is picked up automatically:
    * fill the structure parameter DOCUMENTHEADER of the BAPI
    *    LX_DOCHEADER-OBJ_TYPE = 'BKPFF'.
        LX_DOCHEADER-USERNAME = SY-UNAME.
        LX_DOCHEADER-COMP_CODE = 'HKHK'.
    *    LX_DOCHEADER-AC_DOC_NO = P_BELNR.
    *    LX_DOCHEADER-FISC_YEAR = L_FISCYEAR.
        LX_DOCHEADER-DOC_DATE = P_DOC_DATE.
        LX_DOCHEADER-PSTNG_DATE = P_POST_DATE.
        LX_DOCHEADER-DOC_TYPE = ‘SY’.
    * fill the table parameter ACCOUNTGL of the BAPI
        LWA_TABACCGL-ITEMNO_ACC = 1.
        LWA_TABACCGL-GL_ACCOUNT = ‘0000050107’ .
        LWA_TABACCGL-COMP_CODE = ‘HKHK’.
        LWA_TABACCGL-PSTNG_DATE = P_POST_DATE.
        LWA_TABACCGL-DOC_TYPE = ‘SY’.
    *    LWA_TABACCGL-AC_DOC_NO = P_BELNR.
    *    LWA_TABACCGL-FISC_YEAR = L_FISCYEAR.
        APPEND LWA_TABACCGL TO LI_TABACCGL.
        CLEAR LWA_TABACCGL.
        LWA_TABACCGL-ITEMNO_ACC = 2.
        LWA_TABACCGL-GL_ACCOUNT = ‘0000082910’.
        LWA_TABACCGL-COMP_CODE = ‘HKHK’.
        LWA_TABACCGL-PSTNG_DATE = P_POST_DATE.
        LWA_TABACCGL-DOC_TYPE = ‘SY’.
    *    LWA_TABACCGL-AC_DOC_NO = P_BELNR.
    *    LWA_TABACCGL-FISC_YEAR = L_FISCYEAR.
        LWA_TABACCGL-COSTCENTER = ‘0000011401’.
        APPEND LWA_TABACCGL TO LI_TABACCGL.
        CLEAR LWA_TABACCGL.
    Max

  • Error occures when posting a Billing Document to alt Reconciliation Account

    Dear All,
    When i try to post a Invoice, for a alternative reconciliation account, an error occures saying,
    Reconciliation account 50300022 or short key 00 is not permitted
    Message no. F5788
    Diagnosis
    The system checked the entry to see whether a reconciliation account exists with the number 50300022 and whether it can be entered here, or whether the first two characters of your entry '00' form a permitted short key. Neither of these options is applicable to your entry.
    System response
    Error message
    Procedure
    Enter either a permitted G/L account number or a permitted short key.
    Please help me to sort the above.
    Thank U
    Yasanga

    Check in OBYR configuration.
    For reconciliation account xxxx you have given special GL recon account for example 22222
    Now you must see that the recon account xxxx has been assigned with a GL account 22222 or some other special GL recon. account as per your requirement.
    If you change recon. account in master record , you are required to run F.5D.
    Just my observation likes...
    Edited by: balashowry raju on Sep 9, 2010 8:51 AM

  • Need Acknowledgement When Posting Goods Receipt Document

    Hi,
    My scenario is i want to post the Goods Receipt Document using an idoc MBGMCR02. After posting if any error occurs  i want acknowledgement file describing the error. How can i achieve this. Kindly suggest.
    Regards,
    Venkat

    Hi Venkat !
    acknowldegement in the file to idoc scenario using BPM
    file adapter supports only transport ack,not application ack.
    /people/michal.krawczyk2/blog/2006/06/22/xi-playing-with-the-file-adapters-acknowledgments
    Do the steps given in the help link for acknowledgement
    http://help.sap.com/saphelp_nw2004s/helpdata/en/ab/bdb13b00ae793be10000000a11402f/frameset.htm
    also look at this Thread discuss the same
    Process Integration (PI) & SOA Middleware
    Thanks !!

  • No email alerts when post are replied to

    I don't get an email alert when I get a reply to a post. Please can anyone tell me why and how to change this.

    Other uses have reported the same problem. This occasionally happens and there is nothing you can do. It has been reported to Apple.

  • Error message when posting a billing document.

    Dear Gurus,
    I want to release to accounting a billing document but the system shows following error message:
    *Reconciliation account 140030 or short key 00 is not permitted*
    Please can anybody help me with the error?
    Best regards,
    Juan

    HI,
    Have you done the Revenue Account Determination
    Goto Tcode: VKOA
    Goto - IMG - SD- BASIC FUNCTIONS - ACCOUNTASSIGNMENT/COSTING -
    1. REVENUE ACCOUNT DETERMINATION
    2. RECONCILIATION DETERMINATION
    Regards,

  • How to post a PARK document with Withholding Tax

    Hi All,
    I have parked a document using FB60.Vendor is subject to withholding tax.Now,when i am posting the document through FBV0,the error message displayed is :
    "Field BSEG-SECCO does not exist in the screen SAPMF05A 0303".
    The error message says that Section Code (Withholding Tax) is missing for Special G/L Indicator Line Item.I dont have provision to enter section code in the screen.
    My entries are :
    29J Vendor a/c  Dr.
    50   XYZ a/c
    If i using F-02 and not parking ;then it is getting posted.
    Note: Line Item is a special G/L Indicator
    Please advise how to post a park document using FBV0 with special g/L Indicator and vendor is subject to withholding tax.

    Hi Parag,
    Section code field doesnot exist in the special G/L indicator line item of the document.So,i cannot enter it.
    But,when posting the parked document ,it is asking for Section Code.
    The error message displayed is:
    "Field BSEG-SECCO. does not exist in the screen SAPMF05A 0303"

  • Error_DP: MIR6 Adding text to the Note tab then posting a parked document

    We receive an error when posting a parked document in MIR6 only when we click on Change mode and click on the Note tab.  Then when we click Post button, a Runtime error occurs.
    SAP Note 939340 was implemented to our QA system, but the problem persists.
    Runtime error is:  RAISE EXCEPTION.  Exception condition ERROR_DP raised.
    A raise statement in the program "C_TEXTEDIT=========CP" raised the exception.
    We think it is related to the billing block, but it only occurs when the Note tab is involved.
    Any ideas?

    Hi,
    it seems it is not a problem of MIR6/MIR4.
    It is a question of texedit control.
    There are several OSS Notes regarding this (depending on your version).
    e.g.
    https://service.sap.com/sap/support/notes/814358
    Best regards.

  • Error while creating ARE-1 document.. VERY URGENT... Pls help

    Hi,
    i had created excise invoice with BED as zero but when creating ARE-1 document i am getting an error as -
    Export under bond! Specify a bond number and year
    i tried to give the internal bond number and year in Bond/UT-1 Detail but there were no values for it , hence i also maintained the number ranges for object J_1IBOND, J_1ARE1.But still the error was not solved. Please help!!! Urgent
    Thanks & Regards,
    Ramya
    Edited by: ramya s on Apr 15, 2008 8:44 AM

    Hi,
    i had created excise invoice with BED as zero but when creating ARE-1 document i am getting an error as -
    Export under bond! Specify a bond number and year
    i tried to give the internal bond number and year in Bond/UT-1 Detail but there were no values for it , hence i also maintained the number ranges for object J_1IBOND, J_1ARE1.But still the error was not solved. Please help!!! Urgent
    Thanks & Regards,
    Ramya
    Edited by: ramya s on Apr 15, 2008 8:44 AM

  • How Forum Posts are Moved or Deleted

    My suggestion:
    When posts are removed, it should not be based on Verizon's short sighted PR concerns, but decision should be made with customer advocate group's involvement.  Here is an example:
    Recently I generated several posts -- an idea exchange, a new thread, and two follow-ups.  All are removed except one new thread, which is moved to landphone section (although it is FIOS internet and TV service).  
    1. ElizabethS, who is a Verizon employee, emailed me that new idea exchange is related to my complaint and not qualified as a new idea.  I cannot disagree more.  First I got two 'yes' votes when I checked last time, and actually I suggested things that can improve customer service of Verizon --
    (A). Share the same data among sales, billing, technical support.  When my service was wrongly disconnected, I phone call was transferred from sales, billing, technical servie, and they talked differently and billing supervisor even insisted that my service was disconnected on 7/21 while it was actualy 7/24, and agreed by other departments.
    (B). Replay the recorded phone conversation as customer requests to confirm what actually requested by customers.  I asked the billing supervisor (named Dan) to replay the phone conversation I had before to check the actual date when request was made and requested disconnection date, he said he did not have access, and kept saying to me that my service was disconnected on 7/21 and it was requested by me.  Funny because I used the service until 7/24 morning... On 7/21 I called Verizon to disconnect my service on 7/29, but there is no way to confirm it without replaying the phone conversation. 
    (C) provide service representative ID so that the service/phone conversation can be traced back by customers (I am not asking revealing personal information of the representatives).  My service was reconnected after about 3 hours on the phone.  Then, I received an email with estimated bill.  It showed me that I should pay $69.99 "Internet Activation Fee", which was promised by a representative to be waived.  I called back and billing department said there is no note to waive, and they would not waive it. In my view, my service should not be disconnected, and I should not pay any activation fee due to the reconnection from Verizon's mistake.  However, only with the name of representative(name: Holly), I cannot trace back who mentioned that the fee would be waived, or replayed the phone conversation, and the billing department just denied my waive request until I was very upset and tried to escalate.  If I had got representative ID or phone coversation ID that allows the replay, my experience would have been much better and issues would be resolved easily/quickly.
    2.  I requested to ElizabethS to recover my post she deleted from Idea Exchange (above 3 suggestions).  However, she ignored my email to her (private email section).  
    3.  If Verizon wants to be thrive in customer service, social network, and PR area, it should not manage social media based on short-sighted and shallow view to try to move/delete negative comments.  Particularly deleting the post based on Verizon's one employee will hurt the reputation of Verizon and Verizon's social media management.   Either customer advocate group inside Verizon or external customer advocate group should be involved to move/delete the posts, given that there are many other social media and the deleted posts can be reposted with tail of "Verizon deleted this", which will eventually hurt more than quickly resolve issues.

    You will need to check your post that was escalated to private support.  ElizabethS ( a moderator, not an employee) has given you instructions on that thread on how to access your private support case to interact with a support agent.  They will not see your posts on the public forums.
    Your posts that were removed were due to them being duplications of the thread that was escalated.
    If a forum member gives an answer you like, give them the Kudos they deserve. If a member gives you the answer to your question, mark the answer that solved your issue as the accepted solution.

  • Can business area change when we post a clearing document?

    Hi all,
      Is it possible to change the business area when we post a clearing document?
      For example, we need to pay the line item that have business area 3000. Then we use transaction F110 to create a payment then a clearing docuement will be created with business area 3000. Can we configure it to change to Business area 1000 when we do the payment.
      I tried to implement a FI substitution but Business area field cannot be changed(OSS Note 42615). we can do that by changing standard program but it is not recommended by SAP.
      Any idea on how to do this? Configuration, BTE or any user exits? Point will be rewarded for any helpful answer.
    Thanks,
    Chaiphon

    hi raj,
      Could you please explain more about assignment and substitution? did you implement this before?
      I am in doubt because OSS Note 42615 said that GSBER (Business area) must not be substituted. Therefore, if you implement it and there is no problem, I will do the same.
    Thanks,
    Chaiphon

  • Error message KI248 on delivery document when posting goods issue

    Hi,
    On the delivery document, when posting goods issue I get the following message:
    "Account 60700000 requires an assignment to a CO object
    Message no. KI248
    Diagnosis
    All given account assignment objects (order, project) are defined as statistical.
    System Response
    Statistical orders or projects are ignored when FI and CO are reconciled. You must enter a cost center, order, project, or cost object to which the costs are posted for CO postings.
    Procedure
    Enter a cost center, an order, a project, or a cost object that is not statistical. The posting row affected is 000 and the account is 60700000."
    On the sales order I have a statistical order.
    CO-PA is active, cost element 607 is included in PA transfer structure.
    I also tried with cost center allocation in OKB9.
    60700000 is defined  as a cost element (category 1).
    Any suggestion could be helpfull.
    Thanks,
    Lavinia

    Hi,
    Thank for your answer.
    I tested with element cost category 12, it's working, but not the way I need: I don't have any value on the cost center.
    When I don't have statistical order in sales order, the sistem it's working exactly how I need: the costs are posted on cost center and the VPRS condition is transfered to CO-PA on profitability segment.
    Anyway, I finaly make it work with a cost center substitution.
    Lavinia

  • Seperate Document Row with same account  when post GL

    Hello everyone
    How I can seperate Document Row with same account  when post GL
    because If I post dcoument that  have many rows but same account and difference detail. It will sum amount for same account in JE
    and I found that will seperate if it has diference project code but it's not enough for me.
    How I can config SAP B1 to seperate Doc row when post to JE if it has difference detail (as userfield or standard filed)
    Sorry for my poor english
    Thank,Seang

    Hello Suthee,
    Sorry to tell you, it is not possible to do so in current B1 without addon development.
    There are 2 alternative.
    1.Consulting Workaround:
    Seperate the Item into 2 items, the account into 2 sub accounts.e.g.
    Item A => Item A01 and A02
    G/L Account 1001 => Sub Account 100101 and 100102
    2.AddOn development to seperate the JE just after it is created document
    You can update to JE to seperate just after JE are created by docuemnts.
    Just Listen FormDataAdd Event.
    Sample Code:
    Private Sub FormDataEventHandler( _
        ByRef BusinessObjectInfo As SAPbouiCOM.BusinessObjectInfo, _
        ByRef BubbleEvent As Boolean) Handles oApp.FormDataEvent
            'I just listen 133 - AR invoice here,
            'You may add the target documents
            'Before action = true, start the transation
            If BusinessObjectInfo.FormTypeEx = "133" _
                    And (BusinessObjectInfo.EventType = SAPbouiCOM.BoEventTypes.et_FORM_DATA_ADD _
                    Or BusinessObjectInfo.EventType = SAPbouiCOM.BoEventTypes.et_FORM_DATA_UPDATE) _
                    And BusinessObjectInfo.BeforeAction = True Then
                oCompany.StartTransaction()
            End If
            'Before Action = false,
            'Update the JE in document
            'Succeed, commit, otherwise rollback
            If BusinessObjectInfo.FormTypeEx = "133" _
            And (BusinessObjectInfo.EventType = SAPbouiCOM.BoEventTypes.et_FORM_DATA_ADD _
            Or BusinessObjectInfo.EventType = SAPbouiCOM.BoEventTypes.et_FORM_DATA_UPDATE) Then
                If BusinessObjectInfo.BeforeAction = False And BusinessObjectInfo.ActionSuccess Then
                    Dim xmlDoc As System.Xml.XmlDocument = New System.Xml.XmlDocument
                    xmlDoc.LoadXml(BusinessObjectInfo.ObjectKey)
                    Dim objectKey As String
                    objectKey = xmlDoc.SelectSingleNode("//DocEntry").InnerText
                    Dim oDocument As SAPbobsCOM.Documents = Nothing
                    oDocument = oCompany.GetBusinessObject(SAPbobsCOM.BoObjectTypes.oPurchaseOrders)
                    If oDocument.GetByKey(CInt(objectKey)) Then
                        Dim oJE As SAPbobsCOM.JournalEntries
                        oJE = oCompany.GetBusinessObject(SAPbobsCOM.BoObjectTypes.oJournalEntries)
                        If oJE.GetByKey(oDocument.TransNum) Then
                            '*Add you code to Update oJE lines here*
                            lRetCode = oJE.Update
                            If 0 <> lRetCode Then
                                oApp.MessageBox("Failed to update JE")
                                'roll back the whole transaction, including the document
                                oCompany.EndTransaction(SAPbobsCOM.BoWfTransOpt.wf_RollBack)
                                Exit Sub
                            Else
                                'Commit the transaction
                                oCompany.EndTransaction(SAPbobsCOM.BoWfTransOpt.wf_Commit)
                            End If
                        End If
                    End If
                End If
            End If
        End Sub
    Hope it helps. Thanks.
    Kind Regards
    -Yatsea

Maybe you are looking for

  • When I call an external program from Labview, how can I embed the interface into the front panel?

    I'm running Labiew 6i for Linux. I'm using a system exec.vi to call an external program to do image manipulation (since there is no IMAQ for linux). How can I embed the user interface of the external program into the front panel of Labview?

  • Shell Script not getting invoked in File adapter

    Hi all, Requirement: PI need to pick the file from source directory and send it to target directory using SFTP. I'm using SCP command for this purpose. When I run the shell script (with simple SCP command) from command prompt, script is working fine.

  • Sending photos from photo icon

    Cannot email photos anymore..open photos..choose photo i want to email..click on arrow..from drop down i choose email photo..put in address..push send..nothing!! tried shutting down..i can receive email and send email from my aol account on my ipad..

  • Rman Error at the end of the backup

    Hi Guru's When i am taking complete backup through Rman , At the end i am getting an error like 'there is no space in the Flash recovery area'. Error generation is like this, =========================================================== RMAN-00569: ===

  • Watched Folder Endpoint

    Hai, Where sholud we use the Watched Folder Endpoint? What is the use of it? Thanks for any reply. -Aswani.