BAPI_BILLINGDOC_CREATEMULTIPLE condition not created

Hi all,
I am trying to create billing document using BAPI_BILLINGDOC_CREATEMULTIPLE.
But the billing document created without pricing condition. Please check the code below:
  it_billingdata_in-salesorg    = '1000'.
  it_billingdata_in-distr_chan  = '10'.
  it_billingdata_in-division    = '00'.
  it_billingdata_in-doc_type    = 'L2'.
  it_billingdata_in-sold_to     = '0000002400'.
  it_billingdata_in-plant       = '1000'.
  it_billingdata_in-price_date  = '20070412'.
  it_billingdata_in-ref_doc     =  '0007000075'.
  it_billingdata_in-material    = '100-100'.
  it_billingdata_in-req_qty     = '1'.
  it_billingdata_in-ref_item    = '000010'.
  it_billingdata_in-doc_number  = '0007000075'.
  it_billingdata_in-itm_number  = '000010'.
  it_billingdata_in-currency    = 'EUR'.
  append it_billingdata_in.
  it_conditiondatain-data_index = '1'.
  it_conditiondatain-cond_type  = 'PR00'.
  it_conditiondatain-cond_value = '120'.
  it_conditiondatain-COND_CURR  = 'EUR'.
  append it_conditiondatain.
  call function 'BAPI_BILLINGDOC_CREATEMULTIPLE'
   exporting
     testrun               = ''
    tables
      billingdatain         = it_billingdata_in
      conditiondatain       = it_conditiondatain
      errors                = it_errors
      return                = it_billing_return
      success               = it_success.
Please Help. Thanks.

HI
Just go through this link
it will definitely help you
<b>Re: BAPI_BILLINGDOC_CREATEMULTIPLE Billing Doc not created
BAPI_BILLINGDOC_CREATEMULTIPLE
BAPI_BILLINGDOC_CREATEMULTIPLE</b>
if it helps reward with points
Regards Rk

Similar Messages

  • VKP0 is not to be maintained as  mandatory condition while creating IDOC

    We have a very awkward need from our client.The bussiness doesnt want the condition type VKP0 to be mandatory condition while creating IDOC for article master data.
    In the bussiness terms they send some articles to POS without creating price.They dont want to have the value of KONWERT field as 'ZERO'..
    We have upgraded ECC 5.0(IS Retail) to ECC 6.0(IS Retail).It was techinical upgrade hence no functional configuration has been done.
    Moreover we have compared POS outbound profile in ECC 6.0 with ECC 5.0.Every configuration is same and all required prerequisites for POS Outbound profile are same in both the versions.The Idoc in ECC 5.0 is getting created even though the price of the artilce is not required to be mainatained.
    All of us know that if prices are not maintained system shows'X' mark in price field in T.Code WPER2.
    But,instead the IDOC is getting created in ECC 5.0.
    Please help us to make the IDOC creation possible in ECC 6.0 even without  creating the price.
    Edited by: ajay das on Nov 15, 2008 8:00 PM

    Hello Ajay,
    Are IDocs for other transactional data getting created? In case these are, you can try to check the message control settings.
    Regards,
    Nimish

  • Promotion Condition (VKA0) Not Created after activation

    Hi
    We currently activate promotions using WAK5 and WAK16. On WAK5 you can see the status of the sales price condition is set at B, however the VKA0 condition is not created.
    In the process we perform supply source determination 45 days before the promotion start date (this is done for F&R) and we activate the promotion 5 days before the start date (this is done for our POS system)
    What could be the cause of the VKA0 condition not being created?
    Rgds

    Hi Sush,
    In that table where the path you indicate takes you, you just need to insert the following entries:
    BIDDER
    COLLAB
    EVALUA
    EXTERN
    INTERN
    Hope this will help you.
    By the way, where are you implementing PPS?
    Best regards,
    André Sousa

  • Delivery not created in cash sales

    Dear Gurus,
    I am facing an error while processing a cash sales scenario.I am creating a sales order for cash sales and trying to save it.After saving system shows error as orders saved ,delivery not created.(message no V1261)
    I have checked all the configuration in document type.
    Immediate delivery is maintained as X
    Shipping condition - 03 immediately
    Lead time - 0 days
    The system is showing sufficient stock in MMBE. (the material is batch managed)
    still it is not creating delivery document.
    Against the message V1261 I found one SAP note but it is of 1998 and not valid for ECC 6.0
    Please suggest solution on highest priority.
    Rgds,
    Anand

    Hi there,
    I see it in 2 ways:
    1) If you want auto delievry immediately after the SO is loaded, then the order loading prog MV45AFZZ should call delivery prog SAPMV50A automatically if order type is BV after order save . For this you need to customize sothat delivery is created automatically after order is saved.
    2) If there is a manual delivery involved, check what error you are getting when creating a delivery. Pls refer to my  comments above to check the possible errors.
    Hope this helps
    Regards,
    Sivanand

  • Delivery cost not created during GRN of PO using BAPI

    I have a customized program which use BAPI - BAPI_PO_CREATE1 to create PO, PO was created successully.
    then program will use BAPI - BAPI_PO_CHANGE to update condition pricing, which is also executed succesfully. all condition pricing (KONV) updated correctly.
    Lastly, the program will use BAPI - BAPI_GOODSMVT_CREATE to create GRN and update delivery cost. However in my case, the delivery cost is not update, EKBZ table record is not created, as well as GRN item line table MSEG table is not updated with delivery cost.
    Anyone face this type of problem before?What is the possible causes?
    Any help and suggestion is greatly appreciated.

    Lai,
    you should try asking this on ABAP forum thread. You will get a response. May be there is another BAPI u should use or may be you the usage of BAPI is incomplete. Pl confirm with ABAP forum.
    Rgds

  • COPA DOCUMENT NOT CREATED AFTER BILLING

    HI
    COPA document is not created while doing the sale order cycle
    I’ve carried a standard sales cycle that contains sales order (VA01),
    Delivery (VL01n) and billing document (VF01). System should generate 4
    documents as follows
    1) FI Document
    2) CO Document
    3) Profit Center Accounting Document
    4) COPA Document
    But in my case only 3 documents are generated instead of COPA.
    I completed the total COPA configuration with creation of operating concern and assigned SD condition types. And also maintained number range for actual copa line items.
    Fllowing things are done.
    1) assignment of controlling area to Operating concern .
    2) controlling area setting activate profitability analysis.
    3)Valuation Strategies are assigned to the Points of Valuation in ke4u.
    4)SD Quantity Field to a COPA Quantity Field (Normally FKIMG assigned to ABSMG).
    when we excute the transcation  KE4S system display the error  Document "XXXXXXXXXX" is not profit-related and thus could not be transferred.
    when we go back  to the Billing Document in the Change mode, click on the PSG button in Account Assignment it is showing some characterstics also.

    Hi
    I have already mentioned in my pervious mail what the activities done by me. Quantity filed are already assign KE4M.Please do needful for me and give me suitable answer.

  • Bposting document not created(acccount determination error)

    Dear All
    when i am creating invoice in vf01, the system is unable to create accounting document
    i have checked acc assignment of customer and material its their, but still its giveing erro
    error in acc determination
    this is the message iam geting 
    Bposting document not created(acccount determination error)
    how to resolve this issue
    Thanks
    jahangir

    Hi Jahangir,
    Go to VF02 --> Enter --> In change overview screen --> Click at "Enviroment" (Menu) --> Click at "Acc. Determination Analysis" --> Click at "Revenue Accounts"
    You can see the condition types there ---> Open the tree one by one --> see the details on right side --> check for which combination the G/L account is missing
    Maintain the entry in VKOA.
    After that come back to VF02 and release the document.
    If the error still there then check the analysis, whether the required record determined or not.
    Hope this helps.
    Regards,
    MT

  • 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

  • Manual Princing Condition not copied using BAPI

    Hi Guys,
    Something pretty weird has been happening.. when I create a Sales Order over VA01 with reference a Contract, the Sales Order take the COMPLETE Contract Princing Condition, so its perfect. But When we're trying to use the BAPI (BAPI_SALESORDER_CREATEFROMDAT2 ) it does not create in the same way, I mean the MANUAL Pricing condition was deleted of my Sales Order Princing condition or does not show up for any reason.
    do you know if there is a flag or some configuration where I set "Take the contract Princing condition"?
    Thank you in advance!
    Alexandre

    Guy,
    Only to let all of you know that the soluion was call the function "PRICING_COPY" at the KOMP user exit and thus load the XKOMV table. It was because the standard process did not call this step when called througth the BAPI.
    Regards,
    Alexandre

  • BDC not creating automatic delivery for consignment fill up in VA01

    Hi,
    I am doing BDC for consignment fill up in VA01. When munually run VA01, it automatically creating delivery. But when run BDC ( call transaction ) it's not creating automatic delivery. why ? I am giving below fields..
    Sales org.
    distribution channel
    division
    customer
    item (material)
    quantity
    batch
    pricing condition
    price
    serial number
    please help me...
    Venkey

    VA01 is order creation, Creating an order does not automatically create a delivery, a delivery is created with VL01N in reference to an order.
    Further you should get an error log if you process a BDC, what does it tell you?

  • Conditional Not Null

    I am trying to create an item level validation on an entry form for a Conditional Not Null. For example ...
    Field 1 = Animal Type
    Field 2 = Dog Type
    If Field 1 = Dog .... Field 2 must be Not Null.
    Can someone help me set this up. Thanks in advance for your assistance.

    Are REQUEST_TYPE and ACCT_EXTERNAL_ONLY page items? Because in that case you have to use the bind variable syntax to access them.
    IF :REQUEST_TYPE = 'External' AND :ACCT_EXTERNAL_ONLY IS NULL THEN
        RAISE_APPLICATION_ERROR (-20001,'Error Message');
    END IF;Patrick
    My APEX Blog: http://www.inside-oracle-apex.com
    The APEX Builder Plugin: http://builderplugin.oracleapex.info/
    The ApexLib Framework: http://apexlib.sourceforge.net/

  • Problem: Socket connection is not creating in machine, through utility program (MFC Dll), on ListDisplay service port - 3334 (on separate machine), while we are able to telnet on same ListDisplay service port - 3334 from same issue machine on same time

    Problem: Socket
    connection is not creating in machine, through utility program (MFC Dll), on ListDisplay service port - 3334 (on separate machine), while we are able to telnet on same ListDisplay service port - 3334 from same issue machine on same time
    Environment: -
    OS:
    Windows XP SP2/7
    Code:
    VC 6.0
    Dll: MFC
    Problem Description: -
    We have written a utility program which create socket (Using windows standard method [MFC]), and then make connection with another service (List Display) running
    on port 3334 in different machine and retrieve the required list data. This program was working fine in almost all the machines.
    But, we have received a severe intermittent issue on two machines. Client is facing issue in displaying the list data from port 3334.
    Attempt: -
    First we tried to debug code, and we come to know that socket is not creating in utility program. So we tried to telnet on ListDisplay service port 3334 and we were surprised that we were able to telnet, then we opened some more
    telnet window on same port 3334 around (6 to 8) window, and each cmd connected properly. But we were not able to create socket from utility program.
    Problem is severe because issue is intermittent.
    We have tried all the way, but we are not able to figure it out, that what can be the exact problem and what are the conditions, when utility program will not
    connect with ListDisplay service on port 3334.
    Kindly assist to resolve this issue. For any help, we would be really thankful.

    Hi,
    According to your description, it seems that you have created an utility program which is making connection with another service port 3334, however, two clients are facing issue in display the data list from port 3334.
    Port: 3334/TCP
    3334/TCP - Known port assignments (1 record found)
    Service
    Details
    Source
    directv-web
    Direct TV Webcasting
    IANA
    Since the port 3334 is used by directv-web service, I'd like to suggest check this service it is working well on the problematic clients.
    1. The client can be resolved in DNS well? Please run "nslookup" in the prompt command.
    2. Is there any 3rd party application interrupting? Do test in clean boot.
    2. Strongly suggest you run process monitor tool to analysis it.
    I am looking forward to your reply if you have any updated on your side.
    Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.

  • NW2004s SP9 Java Trial - "Could not create mountpoint for SC in ..."

    Hi
    I have installed the Sneak Preview NW2004s SP9 Java Trial on a W2003 Server Macheine and everything is looking fine.
    When trying the Tutorial 2: “Development with a Track“ it cames to the point where i have to Import a Development Configuration from the SLD. I get the error:
    Could not create mountpoint for SC in compartment chynet.at_APPLICATION_1: Could not create remote path /dtr/ws/APPL/chynet.at_APPLICATION/dev/inactive/SCs/chynet.at/APPLICATION/_comp/TopLevelDCs/ (Internal Server Error [(pre||post)-condition failed: Internal Server Error]).
         at com.sap.tc.devconf.impl.DTRClientErrorMapper.toSyncException(DTRClientErrorMapper.java:65)
         at com.sap.tc.devconf.impl.DevelopmentConfiguration.findOrCreateMountPointForSC(DevelopmentConfiguration.java:2758)
         at com.sap.tc.devconf.impl.DevelopmentConfiguration.createMountPointsForSCs(DevelopmentConfiguration.java:3046)
         at com.sap.tc.devconf.impl.DevelopmentConfiguration.goOnline(DevelopmentConfiguration.java:5207)
         at com.sap.tc.devconf.DevelopmentConfigurationFactory.addConfiguration(DevelopmentConfigurationFactory.java:773)
         at com.sap.tc.devconf.DevelopmentConfigurationFactory.addConfiguration(DevelopmentConfigurationFactory.java:698)
         at com.sap.tc.devconf.DevelopmentConfigurationFactory.addConfiguration(DevelopmentConfigurationFactory.java:669)
         at com.sap.ide.eclipse.component.wizard.DevConfWizard.addDevConf(DevConfWizard.java:505)
         at com.sap.ide.eclipse.component.wizard.DevConfWizard.access$100(DevConfWizard.java:67)
    Can anybody tell me what is going wrong or where i can investigate the error?
    LG
    Michael

    Hi There !
    Run SDM RemoteGui.
    Log in.
    Go to deployment tab.
    Find sap.comtcdtr~dbschema.sda in root directory under SDM.
    Adjust deployment configuration to Update deployed SDAs/SCAs that have any version.
    Complete the wizard.
    this works !
    rajendra

  • Could not create mountpoint for SC

    Hi..
    For customising the ESS package I have installed and configured NWDI , Now after configuring the CMS when I try to "import configuration" I get the following error.(But some links are seen under the tracks in active and local dc's)
    com.sap.tc.devconf.SyncException: Could not create mountpoint for SC in compartment saphr.com_ESSMSSCOMP_1: Could not create remote path /dtr/ws/ESSMSSTR/saphr.com_ESSMSSCOMP/cons/inactive/SCs/saphr.com/ESSMSSCOMP/_comp/TopLevelDCs/ (Internal Server Error [(pre||post)-condition failed: Internal Server Error]).
    And when I try to delete the track(remove configuration) I get the following error
    com.sap.tc.devconf.SyncException: Unable to remove local file or folder. Error when asking for folder item "D:\Documents and Settings\k.mukundan\.dtc\1\SCs\saphr.com\ESSMSSCOMP\_comp\": Getting VFS manager for client J2E_ESSMSSTR_D failed: Activity report (get open activities for current repository and user) failed: Internal Server Error
    it was also written in some of the thread that it was the problem with 2004 server
    Is there a solution?
    Could some one please help me with this...
    Thanks in advance

    Hi Krishnagopal,
    make sure you have the JDI roles assigned, assign yourself the Administrator and Developer role. see if this makes a difference.
    Raj

  • Could not create mountpoint for SC error in during import configuration

    Hi,
    I have succesfully created a tack in NW7 and during the import of the configuration in developer studio I get the following error on the last step of import
    com.sap.tc.devconf.SyncException: Could not create mountpoint for SC in compartment example.org_APPLICATION_1: Could not create remote path /dtr/ws/APPL/example.org_APPLICATION/dev/inactive/SCs/example.org/APPLICATION/_comp/TopLevelDCs/ (Internal Server Error [(pre||post)-condition failed: Internal Server Error]).
         at com.sap.tc.devconf.impl.DTRClientErrorMapper.toSyncException(DTRClientErrorMapper.java:65)
         at com.sap.tc.devconf.impl.DevelopmentConfiguration.findOrCreateMountPointForSC(DevelopmentConfiguration.java:2758)
         at com.sap.tc.devconf.impl.DevelopmentConfiguration.createMountPointsForSCs(DevelopmentConfiguration.java:3046)
         at com.sap.tc.devconf.impl.DevelopmentConfiguration.goOnline(DevelopmentConfiguration.java:5207)
         at com.sap.tc.devconf.DevelopmentConfigurationFactory.addConfiguration(DevelopmentConfigurationFactory.java:773)
         at com.sap.tc.devconf.DevelopmentConfigurationFactory.addConfiguration(DevelopmentConfigurationFactory.java:698)
         at com.sap.tc.devconf.DevelopmentConfigurationFactory.addConfiguration(DevelopmentConfigurationFactory.java:669)
         at com.sap.ide.eclipse.component.wizard.DevConfWizard.addDevConf(DevConfWizard.java:505)
         at com.sap.ide.eclipse.component.wizard.DevConfWizard.access$100(DevConfWizard.java:67)
         at com.sap.ide.eclipse.component.wizard.DevConfWizard$1.run(DevConfWizard.java:348)
         at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69)
         at com.sap.ide.eclipse.component.wizard.DevConfWizard.performFinish(DevConfWizard.java:346)
         at org.eclipse.jface.wizard.WizardDialog.finishPressed(WizardDialog.java:608)
         at org.eclipse.jface.wizard.WizardDialog.buttonPressed(WizardDialog.java:321)
         at org.eclipse.jface.dialogs.Dialog$1.widgetSelected(Dialog.java:423)
         at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:89)
         at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:81)
         at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:840)
         at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2022)
         at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1729)
         at org.eclipse.jface.window.Window.runEventLoop(Window.java:583)
         at org.eclipse.jface.window.Window.open(Window.java:563)
         at com.sap.ide.eclipse.component.provider.actions.DevConfNewAction.run(DevConfNewAction.java:46)
         at com.tssap.selena.model.extension.action.SelenaActionCollector$GenericElementActionWrapper.run(SelenaActionCollector.java:229)
         at com.tssap.util.ui.menu.MenuFactory$MuSiAction.saveRunAction(MenuFactory.java:1425)
         at com.tssap.util.ui.menu.MenuFactory$MuSiAction.run(MenuFactory.java:1391)
         at com.tssap.util.ui.menu.MenuFactory$DelegateAction.processInternal(MenuFactory.java:616)
         at com.tssap.util.ui.menu.MenuFactory$DelegateAction.access$100(MenuFactory.java:586)
         at com.tssap.util.ui.menu.MenuFactory$DelegateAction$BusyProcessWorker.run(MenuFactory.java:716)
         at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69)
         at com.tssap.util.ui.menu.MenuFactory$DelegateAction.process(MenuFactory.java:610)
         at com.tssap.util.ui.menu.internal.MenuListenerFactory$ProcessAdapter.widgetSelected(MenuListenerFactory.java:172)
         at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:89)
         at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:81)
         at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:840)
         at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2022)
         at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1729)
         at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1402)
         at org.eclipse.ui.internal.Workbench.run(Workbench.java:1385)
         at com.tssap.util.startup.WBLauncher.run(WBLauncher.java:79)
         at org.eclipse.core.internal.boot.InternalBootLoader.run(InternalBootLoader.java:858)
         at org.eclipse.core.boot.BootLoader.run(BootLoader.java:461)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:324)
         at com.sap.ide.eclipse.startup.Main.basicRun(Main.java:291)
         at com.sap.ide.eclipse.startup.Main.run(Main.java:789)
         at com.sap.ide.eclipse.startup.Main.main(Main.java:607)
    Caused by: com.tssap.dtr.client.lib.vfs.config.ConfigurationException: Could not create remote path /dtr/ws/APPL/example.org_APPLICATION/dev/inactive/SCs/example.org/APPLICATION/_comp/TopLevelDCs/ (Internal Server Error [(pre||post)-condition failed: Internal Server Error]).
         at com.tssap.dtr.client.lib.vfs.config.impl.RepositoryServer.assureRemotePathExists(RepositoryServer.java:230)
         at com.sap.tc.devconf.impl.DevelopmentConfiguration.findOrCreateMountPointForSC(DevelopmentConfiguration.java:2748)
         ... 47 more
    Caused by: com.tssap.dtr.client.lib.deltavlib.DeltavException: Internal Server Error [(pre||post)-condition failed: Internal Server Error]
         at com.tssap.dtr.client.lib.deltavlib.impl.PersistentResourceFactoryImpl.createCollection(PersistentResourceFactoryImpl.java:233)
         at com.tssap.dtr.client.lib.deltavlib.impl.PersistentResourceFactoryImpl.createCollection(PersistentResourceFactoryImpl.java:79)
         at com.tssap.dtr.client.lib.vfs.config.impl.RepositoryServer.assureRemotePathExists(RepositoryServer.java:216)
         ... 48 more
    Caused by:
    [VFS version: 7.00 645_VAL_REL 0010 (2006-08-26 16:27:43 CEST)] com.tssap.dtr.client.lib.vfs.config.ConfigurationException: Could not create remote path /dtr/ws/APPL/example.org_APPLICATION/dev/inactive/SCs/example.org/APPLICATION/_comp/TopLevelDCs/ (Internal Server Error [(pre||post)-condition failed: Internal Server Error]).
        at com.tssap.dtr.client.lib.vfs.config.impl.RepositoryServer.assureRemotePathExists(RepositoryServer.java:230)
        at com.sap.tc.devconf.impl.DevelopmentConfiguration.findOrCreateMountPointForSC(DevelopmentConfiguration.java:2748)
        at com.sap.tc.devconf.impl.DevelopmentConfiguration.createMountPointsForSCs(DevelopmentConfiguration.java:3046)
        at com.sap.tc.devconf.impl.DevelopmentConfiguration.goOnline(DevelopmentConfiguration.java:5207)
        at com.sap.tc.devconf.DevelopmentConfigurationFactory.addConfiguration(DevelopmentConfigurationFactory.java:773)
        at com.sap.tc.devconf.DevelopmentConfigurationFactory.addConfiguration(DevelopmentConfigurationFactory.java:698)
        at com.sap.tc.devconf.DevelopmentConfigurationFactory.addConfiguration(DevelopmentConfigurationFactory.java:669)
        at com.sap.ide.eclipse.component.wizard.DevConfWizard.addDevConf(DevConfWizard.java:505)
        at com.sap.ide.eclipse.component.wizard.DevConfWizard.access$100(DevConfWizard.java:67)
        at com.sap.ide.eclipse.component.wizard.DevConfWizard$1.run(DevConfWizard.java:348)
        at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69)
        at com.sap.ide.eclipse.component.wizard.DevConfWizard.performFinish(DevConfWizard.java:346)
        at org.eclipse.jface.wizard.WizardDialog.finishPressed(WizardDialog.java:608)
        at org.eclipse.jface.wizard.WizardDialog.buttonPressed(WizardDialog.java:321)
        at org.eclipse.jface.dialogs.Dialog$1.widgetSelected(Dialog.java:423)
        at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:89)
        at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:81)
        at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:840)
        at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2022)
        at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1729)
        at org.eclipse.jface.window.Window.runEventLoop(Window.java:583)
        at org.eclipse.jface.window.Window.open(Window.java:563)
        at com.sap.ide.eclipse.component.provider.actions.DevConfNewAction.run(DevConfNewAction.java:46)
        at com.tssap.selena.model.extension.action.SelenaActionCollector$GenericElementActionWrapper.run(SelenaActionCollector.java:229)
        at com.tssap.util.ui.menu.MenuFactory$MuSiAction.saveRunAction(MenuFactory.java:1425)
        at com.tssap.util.ui.menu.MenuFactory$MuSiAction.run(MenuFactory.java:1391)
        at com.tssap.util.ui.menu.MenuFactory$DelegateAction.processInternal(MenuFactory.java:616)
        at com.tssap.util.ui.menu.MenuFactory$DelegateAction.access$100(MenuFactory.java:586)
        at com.tssap.util.ui.menu.MenuFactory$DelegateAction$BusyProcessWorker.run(MenuFactory.java:716)
        at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69)
        at com.tssap.util.ui.menu.MenuFactory$DelegateAction.process(MenuFactory.java:610)
        at com.tssap.util.ui.menu.internal.MenuListenerFactory$ProcessAdapter.widgetSelected(MenuListenerFactory.java:172)
        at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:89)
        at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:81)
        at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:840)
        at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2022)
        at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1729)
        at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1402)
        at org.eclipse.ui.internal.Workbench.run(Workbench.java:1385)
        at com.tssap.util.startup.WBLauncher.run(WBLauncher.java:79)
        at org.eclipse.core.internal.boot.InternalBootLoader.run(InternalBootLoader.java:858)
        at org.eclipse.core.boot.BootLoader.run(BootLoader.java:461)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:324)
        at com.sap.ide.eclipse.startup.Main.basicRun(Main.java:291)
        at com.sap.ide.eclipse.startup.Main.run(Main.java:789)
        at com.sap.ide.eclipse.startup.Main.main(Main.java:607)
        +++ Nested exception part 1/1
        com.tssap.dtr.client.lib.deltavlib.DeltavException: Internal Server Error [(pre||post)-condition failed: Internal Server Error]
            at com.tssap.dtr.client.lib.deltavlib.impl.PersistentResourceFactoryImpl.createCollection(PersistentResourceFactoryImpl.java:233)
            at com.tssap.dtr.client.lib.deltavlib.impl.PersistentResourceFactoryImpl.createCollection(PersistentResourceFactoryImpl.java:79)
            at com.tssap.dtr.client.lib.vfs.config.impl.RepositoryServer.assureRemotePathExists(RepositoryServer.java:216)
            at com.sap.tc.devconf.impl.DevelopmentConfiguration.findOrCreateMountPointForSC(DevelopmentConfiguration.java:2748)
            ... 47 more

    Hi There !
    Run SDM RemoteGui.
    Log in.
    Go to deployment tab.
    Find sap.comtcdtr~dbschema.sda in root directory under SDM.
    Adjust deployment configuration to Update deployed SDAs/SCAs that have any version.
    Complete the wizard.
    this works !
    rajendra

Maybe you are looking for

  • AP Groups - Guest Access - Anchor Controller

    Need clarification - I think it does work Does the AP Group feature work with the anchor controller guest access feature SSID guest --- LWAP -- LWAPP -- Foreign WLC --- EoIP --- Anchor Controller --- VLAN 10 or VLAN 11 ie Guests in Building 1 SSID gu

  • Block the revise item form G/L line item

    Dear All Expert In G/L line item (eg.FBL3n) we do not want to see the revised documents (revised by / revised for). Can it possible to block? Please advice. I need very urgently. Thanks in advance.

  • T61 Fan noise- are you going to do something about this?

    Let me say upfront that my warranty has expired 7 months ago.  Shortly after, I noticed that the fan noise became increasingly noisy. This is happening to a ThinkPad? I've used a T42  for 2 years (work laptop) before this and I had no issues. The rea

  • Rating in Account?

    There is a field in CRM 7.0 called Rating for the account.  What does this field map to in Transaction BP? Also where can I define the inputs for the rating field.  Right now when I click the square button o bring up the dialog in CRM 7.0 to select t

  • URGENT: Problem in YFHP (Post OR for HP Disbursement)

    Dear All, I'm very new is FI sap. And i hv a big trouble now, wish u all can help me..... First in this morning, i run this transaction code to upload our file, but the calendar for November hvn open by account. so after that, i asked account to open