Reg:DC to be imported to DTR

Hi Friends,
My DC has been developed on my Local System,sometimes i had updated to DTR and sometimes i did not.
Now i need to put this DC on to the DTR from my Local Development .
Is it possible for me to do the same.
Please let me know,if atall its possible provide me with the necessary steps of approach so that i can implement without much difficulty.
Thanks and regards,
Chandrashekar.

This is possible. The question has been asked a few times already on SDN. So an SDN search should point you in the right direction.

Similar Messages

  • Reg:DC to be imported to the DTR

    Hi Friends,
    My DC has been developed on my Local System,sometimes i had updated to DTR and sometimes i did not.
    Now i need to put this DC on to the DTR from my Local Development .
    Is it possible for me to do the same.
    Please let me know,if atall its possible provide me with the necessary steps of approach so that i can implement without much difficulty.
    Thanks and regards,
    Chandrashekar.

    Hi,
    Pl go through
    http://help.sap.com/saphelp_nw70/helpdata/en/9e/1c200ac164cf4a942f2dacdf3359e9/frameset.htm
    Regards
    Ayyapparaj

  • Reg: Open and Closed Activities in DTR

    Hello Guru's,
    I am confused with the Open and Closed Activities in DTR, What are the significance of these activities?
    And when does an Open Activity changes to Closed Activity?
    And why does an Empty Open Activity gets created?
    How does the Open Activities effect the Performance of the system?
    In NWDS what is the significance of the Public Part and the dcdef xml files?
    Please explain and if possible send the links to better understand these? I tried searching for info but with no luck.
    Appreciate the Help.
    Thanks & Regards,
    Pramod

    Dear Pramod,
    Activity in general can be considered as the wrapper of your changes.
    While working in NWDI, any modification that you perform on your source code must be associated with an Activity.
    Some Definitions:
    Client DTR: Represents the Local Track file system present on you local machine, where Checked-out a desired code from Server DTR
    Server DTR: Represents the Central Repository present on the server, where your source code is checked-in.
    Open Activities
    These are the activities that are not yet checked-in to Server-DTR, and they represent the Open Version.
    Exmple:
    1) Suppose you have made some modification in "File A" which is associated in Activity-1
    2) When you open the DTR Perspective in your Developer studio, you will be able to see all the changes that you have associated in the Activity-1, this DTR-perspective of your NWDS is also termed as Client-DTR.
    3) But, when you open the Server-DTR in DTR Web interface, you will not be able to see the same file structure that is present in your client DTR, it will not contain the changes that you have incorporated in Activity-1.
    4) The changes present in Activity-A are not available to any other developers, even if you try to use the same developer ID and load the same track, the activities are still said to be purely Local.
    Closed Activities
    These are the activities that are already Checked-in to Server-DTR and they represent Closed Version.
    Example:
    1) In the same example explained above assume that we now Check-in the Activity-1.
    2) Now, if you open the Server-DTR in DTR Web Interface, you will be able to see the same file structure that is present in your Client-DTR.
    3) Now the changes that were present in Activity-A are also available to other developers too.
    Open Activity and Performance
    1) Open Activities create a temporary entry point reference on the Server DTR you can serach for open activities in Secer DTR web interface, every single activity occupies space on your local machine. So it may affect the performance only if the activity count is very high.
    2) In the local file system, the meta data is stored in the .dcdef file in the _comp
    subfolder.
    3) The meta data is stored in the .dcdef file, every public part has its own meta data file. They are located in the def subfolder of the component and have the fileextension pp.
    Every component (DC) is defined by a set of files, stored and versioned together with the
    component in the repository.
    u2022 A file with the reserved name .dcdef stores the basic attributes such as name,
    description and component type, the parent component (if there is one), a list
    of child components (if there are any), a list of dependencies, links to the component
    sources, and the access control list. The .dcdef file must be stored directly
    in the _comp folder.
    u2022 The folder _comp/def contains one file for each public part of the component,
    which carries the name of the public part with the extension .pp. This file contains a list
    of the development objects belonging to the public part and an access control list for
    this public part.
    Both .dcdef and .pp files are stored in an XML-based format; you can display them in the
    content display of the Repository Browser or with any text editor. However, this is
    not necessary. To create and edit these files, use the component tools of the SAP NetWeaver
    Developer Studio.
    In exceptions, you can manually repair the .dcdef or a .pp file of a component.
    Note that direct manipulations are dangerous and can render a component
    unusable.
    I hope you will get a clear picture now.
    Regards,
    Shreyas Pandya

  • Reg : Master Data services import

    Hi all
    I am using Microsoft Sql server 2012 Master data services.When i load data thru microsoft excel add in, the staging table
    for eg: stg.Category_leaf does not contain any data.Why?
    Is there any option that we can see data in stg.Category_leaf
    Rather if i insert thru sql query i can see the data.
    Please help 
    Thanks
    Thiru

     You can ask over here:
    https://social.msdn.microsoft.com/Forums/sqlserver/en-US/home?forum=sqlmds for its the appropriate forum. good luck!
    Kind regards,
    Margriet Bruggeman
    Lois & Clark IT Services
    web site: http://www.loisandclark.eu
    blog: http://www.sharepointdragons.com

  • Unable to import DTR configuration

    Hello,
      I'm trying to import a DTR configruation and I'm getting an Input Stream failed error.  The strange thing about it is I was able to log in prior, but I removed the configuration and tried to reimport now I get the following stack trace when I try to import a remote configuration:
    com.sap.cms.client.ideAPI.CmsConfigurationIF.getConfiguration(Ljava/net/URL;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/security/KeyStore;)Ljava/io/InputStream;
    java.lang.NoSuchMethodError: com.sap.cms.client.ideAPI.CmsConfigurationIF.getConfiguration(Ljava/net/URL;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/security/KeyStore;)Ljava/io/InputStream;
         at com.sap.ide.eclipse.component.devconf.DevConfManager.getDevConfStream(DevConfManager.java:605)
         at com.sap.ide.eclipse.component.wizard.DevConfWizard.getInputStream(DevConfWizard.java:94)
         at com.sap.ide.eclipse.component.wizard.DevConfWizard.access$200(DevConfWizard.java:46)
         at com.sap.ide.eclipse.component.wizard.DevConfWizard$2.run(DevConfWizard.java:331)
         at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69)
         at com.sap.ide.eclipse.component.wizard.DevConfWizard.initDevConf(DevConfWizard.java:329)
         at com.sap.ide.eclipse.component.wizard.LoadDevConfPage.getNextPage(LoadDevConfPage.java:320)
         at org.eclipse.jface.wizard.WizardDialog.nextPressed(WizardDialog.java:677)
         at org.eclipse.jface.wizard.WizardDialog.buttonPressed(WizardDialog.java:316)
         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:795)
         at com.sap.ide.eclipse.startup.Main.main(Main.java:607)

    Hi Harish.
    I have ran into this problem. It seems to be solved if I browse to my DTR with Internet Explorer ( i.e. http://server:50000/dtr ) and sign on using the username and password.
    If you are doing uninstall/install, make sure you wipe away the .dtr and .dtc directories under your "Documents and Settings" files as they keep information from the syncDB that makes reinstalling netweaver a moot point.

  • Vendor Return of Imported goods

    Hi Sap Gurus,
    Can any body explain me the procedure to return the imported goods.
    is it necessary to generate ARE1/ARE3 reg. for return of imported goods?
    regards,
    abhay
    Edited by: Abhay Patil on Mar 26, 2008 11:04 AM

    Thanks SAP Guru,
    This problem is solve using ABAP coding,
    anyway i am very much thankfull to all of your's valuable input.
    thank you.
    manoj

  • Scripted Import MRU list from Office 2010.

    Hello all, i was wondering if anyone could help with this, we have a script that exports the MRUs as reg keys from office 2010, it exports the following as a .reg file on the source machine, and on the destination machine it imports the reg key so a user
    moving machines has all of their recent documents:
    Windows Registry Editor Version 5.00
    [HKEY_CURRENT_USER\Software\Microsoft\Office\14.0\Word\File MRU]
    "Max Display"=dword:00000019
    "Item 1"="[F00000000][T01CF9ABB0FC89840][O00000000]*C:\\Users\\USERNAME\\Documents\\FILENAME.xlsx"
    This works absolutely fine when coming from 2010 and going to 2010, however since we have put 2013 on the destination machines, the script doesn't work due to the user ID field being unique to each user:
    Windows Registry Editor Version 5.00
    [HKEY_CURRENT_USER\Software\Microsoft\Office\15.0\Excel\User MRU\AD_CC97ADD968A5532BF33D5693E751F2355768058F0819CBCF30AD727C87634047\File MRU]
    "Max Display"=dword:00000019
    "Item 1"="[F00000000][T01CF9ABB0FC89840][O00000000]*C:\\Users\\USERNAME\\Documents\\FILENAME.xlsx"
    would anyone know of a way to export from 2010, obtain the AD_CC9...... ID, and change the .reg file to this as part of a scripted import? 
    as it stands im having to open each application (word, excel, powerpoint) and click on file to generate the AD_CC..... reg key, then copy the key name from registry editor, and edit my 2010 exported .reg files to re-import manually on the destination machine.

    You might want to take a look at below thread:
    http://community.spiceworks.com/topic/461503-office-2013-and-recents-list
    http://social.technet.microsoft.com/Forums/en-US/07267496-cfcd-4cf0-810a-8ee91b213dfc/office-2007-to-2010-migrating-file-mru-not-working?forum=officesetupdeployprevious
    For a specific script, I would suggest you to seek assistance in Microsoft OneScript center, that's the dedicated place for script issues:
    http://social.technet.microsoft.com/Forums/scriptcenter/en-US/home?forum=ITCG
    Thanks,

  • Transport Studio import takes a lot of time...Please help

    Hello All,
    Using the Tranport Studio when I import the 3 .sca files into Development, it takes a lot of time from the 'Import Running' status to change to 'Import Finished' status
    This period varies between 20 mins or 30 mins or 2 hrs as well.....
    Question:
    1. What is the ideal or acepted time for such an execution?
    2. What can I do to make this process a little faster?
    3. At times when I check the details one import process failes....Why is this?
    Awaiting Reply.
    Thanks & Warm Regards,
    Ritu

    Hi Ritu,
    1. That heavily depends on what you do, i.e. what is contained in the SCAs and what already exists in your track.
    As you can see from the details importing an SCA means you import sources into DTR (if the SCA contains sources), then everything is built and finally deployed (if there is a runtime system).
    Import into DTR can involve some heavy database operations. This step alone may take a few hours (e.g. SAP_ESS). Building depends on how much is changed and what was imported. If you import SAP_BUILDT usually everything is rebuild. If you import an SCA from another development track maybe only a few DCs are built. And then some DC builds only take a few seconds while others require several minutes (e.g. those tra/tre/tr* components in ESS.)
    2. Optimize DTR & CBS performance. Check database for performance bottlenecks, put CBS temporary build space on a fast harddisk, make sure the threadPoolSize fits your hardware, etc.
    3. You mean the import fails because you check details? I somehow doubt that, but I've seen in the past that the CMS request "fails" because of a timeout while CBS is still busy building things. I consider that a bug in CMS, but you have to restart the import to get deployment...
    Can you elaborate what you mean?
    Regards,
    Marc

  • How to disable "Open in Immersive Browser" in IE 11

    Hello,<o:p></o:p>
    I am trying to stop our users from using the Immersive Browser in Windows 8.1 and IE11, as our filtering is done by a local application using a plugin. This BHO does not work in immersive view,
    and therefore bypasses all of our black lists and filtering.<o:p></o:p>
    Initially I thought setting Internet Explorer to "Always open links in Internet Explorer in the desktop" in GP would disabled the Immersive Brower, however there is an option
    under File called "Open in Immersive Browser" which overrides this setting and load the App version.<o:p></o:p>
    I used Group Policy to disable the toolbar which worked, however it turns out if you right click on an open Tab you get the same option, thus bypassing our security again.<o:p></o:p>
    I would ideally like a GPO setting to remove the "Open in Immersive Browser" option full stop, but as there doesn't appear to be one the next best thing would be a registry fix.<o:p></o:p>
    After some investigation I found these keys:<o:p></o:p>
    HKCU\Software\Microsoft\Windows\Shell\Associations\UrlAssociations\http\UserChoice<o:p></o:p>
    HKCU\Software\Microsoft\Windows\Shell\Associations\UrlAssociations\https\UserChoice<o:p></o:p>
    If I change the value "ProgID" to anything other "IE.HTTP" it causes the "Open in Immersive Browser” link to open in a new tab, and not the Immersive Browser ..perfect!
    So within GP I set “Don’t check if IE is the default browser”, and “don’t inform user if IE is not the default browser” and changed the registry keys “ProgID” to “DisableImmersive” <o:p></o:p>
    Unfortunately once again there is a quick and easy work around for our would be hackers. The ” it appears nothing happens. The truth is, behind the scenes IE is overwriting the As such if you
    select Open in Immersive Browser a second time, it opens and I am back to square one.
    We have mandatory profiles for some users, and I have edited the ntuser.man files for those profiles by loading the hive offline, and removing all permissions to those particular registry keys.
    To do this I disabled inheritance and deleting all the remaining permissions. This has worked and as such, this is now my goal for our roaming profiles.<o:p></o:p>
    I have looked at RegIni, ICACLS, CACLS, subinacl and SetACL but none seem to allow me to remove inheritance of registry key permissions, or deny access. I am unfamiliar with VB scripts and Power
    Shell, but wondered if these would give me the power
    to remove access to these keys as part of our logon scripts?<o:p></o:p>
    If anyone can help me out with a script to deny access to these keys, or a custom ADM that can remove the link to “Open in Immersive Browser” completely I would be extremely grateful.<o:p></o:p>
    Regards
    Mr..D<o:p></o:p>

    Hello again,
    I am sorry this post has raised so many hackles, and that you believe it was posted in the wrong forum. I still don't believe that is the case, as I don't think IE or GP hold the solution.
    OK to respond to the last few posts:
    I honestly don't believe that Immersive Browser can be fully disabled using group policy, however I will happily try any settings that you think I may have over looked, and report back, as I cannot be the only administrator who would rather it wasn't
    used. It would also be a more eloquent solution. I have however already set:
    Do not check if IE is the Default Browser
    Do not inform user if IE is not the default user.
    Open all link in Desktop Mode
    Disable the Toolbar.
    The issue is the user can still right click on an open tab (on the tab itself) and select open in Immersive Browser.
    As for changing the Registry settings in GP, I agree you can. However it doesn't allow me to prevent them from being changed straight back by IE. 
    In my tests when a user logs on, Immersive Browser is indeed disabled. However if the user tries to open immersive browser IE immediately overwrites the reg keys back to IE.HPPT. If the user then selects "Open in Immersive Browser" a second time the Immersive
    Browser opens.
    This leads to I can change registry permissions in GP. Again yes I can, but not for User Configuration. If I could I would have exactly what I need, however to the best of my knowledge this can only be done for Computer Configuration and therefore HKLM.
    OK the next suggestion is to have the users run a REG file with correct permissions set. I absolutely agree, but do not know how to achieve this, hence asking for help with the script.  I have tried exporting the required reg keys and
    simply importing them into a users profile at logon. This changes the keys but not the permissions. I would be very interested to learn how to export a reg key with the permissions I want set so I can simply import via logon script. I know I can achieve this
    with files and folders using XCOPY etc, but I have no knowledge of how to do this with a registry key.
    Finally, Fred. Thank you for your script, it is good of you to point me in this direction when you don't entirely agree with my methods. What is really frustrating is I had looked into this and could not get the first command to work, which thwarted my progress.
    On comparing my work to yours, I wasn't completely there but was heading in the right direction. The issue was simply my Syntax. I had missed the : after HKCU ...Very frustrating!
    All that said I would still be interested to know if I have in fact overlooked a GP setting to fully disable the Immersive Browser. A way of setting Registry permissions under User Configuration in GP, and or a way of exporting Reg keys with
    permissions intact.
    I'm guessing the reality is I have outstayed my welcome and no further help will be forthcoming. If that is indeed the case thank you all for your advise and thank you Fred for the script which has got me sorted out.
    Regards Mr..D

  • Transport control program tp ended with error code 0247

    Hi,
    Our landscape is such that any transport request once released, gets imported to Q system immediately. However there is another system (another box REG - regression testing) to which I would like to import a request but the transport queue of REG system does not show the request. So I tried to explicitly add it to the queue but I get the following error message, 'Transport control program tp ended with error code 0247.
    There doesn't seem to be a problem with data & CO files as the same request is in Q system and the changes are all transported successfully.
    This request is a transport of copy that contains some ABAP code. (changes to the relevant package can be saved only in local requests therefore transport of copy is recommended to transport the changes).
    The changes appear correctly in Q system but for REG system the request neither appears in the queue nor be added to it.
    Can someone advise where the problem is.
    Cheers,
    KC

    Hi
    When the REG system is not in the system landscape, probably you may not have Data & Co files in that system & you need to have those files separately in the REG system path & then import it.
    Do consult Basis team on this issue.
    Thanks,
    Murali.

  • "Windows Explorer Has Stopped Working" Error Message Loop upon Startup of WIndows 7 Ultimate 64-bit

    Ok I have a HP Touchsmart 6000 running Windows 7 Ultimate 64 bit OS.  It is my 74 year old mothers computer and about 3 months ago it started acting up.  First thing that happened was the internal DVD Burner started working intermitently, recognizing
    her QuickBooks backup DVD files occasionally.  I got her a new  internal DVD burner and it worked for a while.   during that time on Startup Help and Support would all of a sudden popup right away.    Then recently Adobe Acrobat would
    launch a PDF file about Flash and keep opening multiple instances of it.   Now her new DVD doesnt work again and on startup at the windows desktop she gets an error "Windows Explorer has Stopped Working".   No matter what I click the error
    keeps looping.  No program has been opened that causes it to crash because the error happens immediately and keeps repeating.   I have tried to boot to Safe Mode, Safe Mode with Networking and have tried System Restore to no avail.
    I have ran Malwarebytes Antivirus, Malwarebytes AntiExploit, AntiRootkit as well as Combofix.   I have run the AntiMalware software from Microsoft and have updated all the drivers for the HP system.   To no succcess.
    At one point the system did load and an error came up JAN2OSD failed to start due to missing ACPI or something like that.  For that brief moment Explorer stopped crashing.   When I finished updating  driverss though the error  came back.
    Please Help  as she is about to cry and no one wants to make a 74 year old woman cry.:)
    Thanks,
    Jeff

    Hi,
    According to the steps you have performed, we have followed the steps mentioned in this KB article?
    Error: Windows Explorer has stopped working
    Hvae you tried the repair install of Windows 7? Follow the steps here:
    How to Perform an In-Place Upgrade on Windows Vista, Windows 7, Windows Server 2008 & Windows Server 2008 R2
    Besides, if issue insists, please follow the steps below to generate a dump file:
    1. Create a new folder (named New folder)under C: drive.
    2. Please save the below as a .reg file, and then import it to registry, reference here:
    ===
    Windows Registry Editor Version 5.00
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Windows Error Reporting\LocalDumps\explorer.exe]
    "DumpFolder"=hex(2):43,00,3a,00,5c,00,4e,00,65,00,77,00,20,00,66,00,6f,00,6c,\
      00,64,00,65,00,72,00,00,00
    "DumpCount"=dword:00000010
    "DumpType"=dword:00000001
    "CustomDumpFlags"=dword:00000000
    ===
     3.  After that , if Windows Explorer stops working again, please check the
    C:\New folder for dump files and then upload them.
    Meanwhile, please also make a contact with the manufacturer to see if we could get any further help from there.
    Best regards
    Michael Shao
    TechNet Community Support

  • Commit work not working in Routine for Transaction because of LUW

    Hi all,
    i have req to send adobe PDF as attachement by email.
    Basically i am calling adobe from output type of VL02n .
    Inside this i can not use commit work because of LUW.Please suggest what should i do.
    so not able to send email in green status.
    i am using below code
    TRY.
          zlcl_send_request->set_document( zlcl_document ).
        CATCH cx_send_req_bcs INTO zicl_oref_cast.
          CLEAR gv_text_cast .
          gv_text_cast = zicl_oref_cast->get_text( ).
      ENDTRY.
    Email sender
      TRY.
          zlcl_sender =  cl_sapuser_bcs=>create( sy-uname ).
        CATCH cx_address_bcs INTO zicl_oref_cast.
          CLEAR gv_text_cast .
          gv_text_cast = zicl_oref_cast->get_text( ).
      ENDTRY.
      TRY.
          CALL METHOD zlcl_send_request->set_sender
            EXPORTING
              i_sender = zlcl_sender.
        CATCH cx_send_req_bcs INTO zicl_oref_cast.
          CLEAR gv_text_cast .
          gv_text_cast = zicl_oref_cast->get_text( ).
      ENDTRY.
    Create the Reciever address
      TRY.
          zlcl_recipient = cl_cam_address_bcs=>create_internet_address(
                                             gv_email ).
        CATCH cx_address_bcs INTO zicl_oref_cast.
          CLEAR gv_text_cast .
          gv_text_cast = zicl_oref_cast->get_text( ).
      ENDTRY.
      TRY.
          zlcl_send_request->add_recipient( EXPORTING i_recipient =
          zlcl_recipient ).
        CATCH cx_send_req_bcs INTO zicl_oref_cast.
          CLEAR gv_text_cast .
          gv_text_cast = zicl_oref_cast->get_text( ).
      ENDTRY.
      TRY.
          zlcl_send_request->set_send_immediately( gc_x ).
        CATCH cx_send_req_bcs INTO zicl_oref_cast.
          CLEAR gv_text_cast .
          gv_text_cast = zicl_oref_cast->get_text( ).
      ENDTRY.
    Send the mail
      TRY.
          zlcl_send_request->send( ).
        CATCH cx_send_req_bcs INTO zicl_oref_cast.
          CLEAR gv_text_cast .
          gv_text_cast = zicl_oref_cast->get_text( ).
      ENDTRY.

    Hi
    From abap help:
    SY-ONCOM
    On Commit flag. This system field is set to different values depending on the call status of an ABAP program. Of these, only the value of u2018Pu2019 is guaranteed. If at all, SY-ONCOM must only be queried for u2018Pu2019.
    The value 'P' means that the program is already executing a subroutine started using PERFORM u2026 ON COMMIT and therefore a
    further subroutine call using PERFORM ... ON COMMIT would cause a runtime error.
    That means the variable SY-ONCOM has the information if a process "ON COMMIT" is working and so it determines if a dump has to be raised.
    Now it's clear the meaning of that correction: if before calling a new commit the value of SY-ONCOM is changed the dump will be avoided.
    I've done the following texts:
    REPORT  ZCOMMIT.
    WRITE: 'Calling routine on commit'.
    PERFORM DO_SOMETHING ON COMMIT.
    COMMIT WORK.
    FORM DO_SOMETHING.
      DATA: ONCOM TYPE SY-UCOMM.
      MOVE SY-ONCOM TO ONCOM.
      SY-ONCOM = 'S'.
      COMMIT WORK.
      MOVE ONCOM TO SY-ONCOM.
    ENDFORM.
    The code above is very dangerous, because it triggeres a ricorsive loop: no dump, but the form is continuously called, just as help says SY-ONCOM is equal to P
    REPORT  ZCOMMIT.
    WRITE: 'Calling routine on commit'.
    CALL FUNCTION 'Z_MAX_COMMIT' IN UPDATE TASK.
    COMMIT WORK.
    FUNCTION Z_MAX_COMMIT.
      DATA: ONCOM TYPE SY-UCOMM.
      MOVE SY-ONCOM TO ONCOM.
      SY-ONCOM = 'S'.
      COMMIT WORK.
      MOVE ONCOM TO SY-ONCOM.
    ENDFUNCTION.
    I expected the same behavior as above, but here no dump and no infinite loop, SY-ONCOM = V
    Now your process working in update task, but probably many function are called, I mean the system creates a queue of functions to be run in update task, so what happens here?
    I've tried this:
    FUNCTION Z_MAX_COMMIT.
    *"*"Function module di reg.:
    *"*"Interfaccia locale:
    *"  IMPORTING
    *"     VALUE(NO_COMMIT) TYPE  FLAG DEFAULT SPACE
      CHECK NO_COMMIT IS INITIAL.
      DATA: ONCOM TYPE SY-UCOMM.
      MOVE SY-ONCOM TO ONCOM.
      SY-ONCOM = 'S'.
      COMMIT WORK.
      MOVE ONCOM TO SY-ONCOM.
    ENDFUNCTION.
    REPORT  ZCOMMIT.
    WRITE: 'Calling routine on commit'.
    CALL FUNCTION 'Z_MAX_COMMIT' IN UPDATE TASK
      EXPORTING
        NO_COMMIT = 'X'.
    CALL FUNCTION 'Z_MAX_COMMIT' IN UPDATE TASK.
    CALL FUNCTION 'Z_MAX_COMMIT' IN UPDATE TASK
      EXPORTING
        NO_COMMIT = 'X'.
    COMMIT WORK.
    Here no dump and no infinite loop too, but also no impact on the rest of the functions,
    I can suppose the impact will be on the saving of data on database only, because your COMMIT ends the LUW, so it's very important the routine for printing is called at the end, after all saving routines.
    Max

  • Plug ins are up to date but still having touble with not responding & freezing

    my plug ins are up to date. why am i still getting a mozilla not responding message and computer freezing?'''bold text'''

    I have had this problem for a few days, no sound in Firefox, but IE and WMP (offline) have sound, this is a Firefox ONLY problem, so the volumes are all set correctly and the drivers and needed files are there, I've tried every fix that people have suggested on Google like checking the flash player settings, creating the "missing.reg" registry file and importing it, etc...
    nothing works, I may just have to switch to Safari or Chrome, I watch a lot of video online (Youtube, ESPN3, NFL.com, etc.) so this is a huge problem...

  • Migrate tracks from one server to another

    Hello, I've read a few guides how to migrate tracks from one server to another, but it doesn't help me.
    What I've done:
    1) I've exported my SC from SLD at my old server
    2) Then imported it at my new server
    3) Updated CMS from SLD
    4) Created a track at my new server and added imported SC
    Then I have to import my SC from old server with sources and there is some errors happens for me.
    First option: I have exported my SC from CMS, but the SCA file is about 5kB. I unzipped it and there was ARCHIVESOURCE folder but it hasn't anything seems to be my sources. That file is checked-in successfully through the transport studio, but no sources imported into DTR.
    Second option: I have exported the SCA file by using NWDS. It's exported OK, size ~1.3MB, ARCHIVESOURCE folder with mine sources. But when I try to check-in it, it fails with an error "import failed, because the sources are not contained in the archive
    Could anybody helps me to achieve my task? I stuck with source import.

    Hi Kirill,
    important to know that assembly ALWAYS uses the CONS/ACTIVE workspace for SCA generation.
    If you for instance create a change (an activity), and you activate and release it but you don't import this activity into CONS, then it won't be part of the CONS/active and then due to obvious reasons assembly won't produce the sources either (no possibility to do an explicit activation on cons level as here a force activation takes place at import, but of course the import into cons is a necessary step, because as mentioned assembly uses the cons/active).
    Can you please confirm/deny how this scenario looks like on your end?
    Thank you!
    Best Regards,
    Ervin

  • Tutorials on the Apple Website play in Safari and Chrome, but not always in Firefox. Java and Flash plug ins are up to date.

    I was trying to play the Time Machine video tutorial on the Apple Website (I have an imac 10.6.6) and it won't play in Firefox, but it will in Safari and Chrome. This has happened before but then seemed to fix itself. Other videos (Youtube for eg.) play fine. All plugs (Java and Flash) are up to date. Just wondering why this could happen.

    I have had this problem for a few days, no sound in Firefox, but IE and WMP (offline) have sound, this is a Firefox ONLY problem, so the volumes are all set correctly and the drivers and needed files are there, I've tried every fix that people have suggested on Google like checking the flash player settings, creating the "missing.reg" registry file and importing it, etc...
    nothing works, I may just have to switch to Safari or Chrome, I watch a lot of video online (Youtube, ESPN3, NFL.com, etc.) so this is a huge problem...

Maybe you are looking for

  • Using iWeb to make a website that uses a mysql database

    Hi there i am trying to help out my friend. He has built a mysql database on his webserver, however he needs to create a page which allows him to filter and search through what is on the database. at the moment he is trying to code the page himself b

  • Adding new field at leasing contract using EEWB and using it for pricing

    Using the Easy enhancement workbench, I have created a new tab containing a new field at the item level of contract. Then in SPRO, in the field catalog, I added a new entry using the same field name and data element name. Created a new condition tabl

  • Rank function used in Evaluate-aggr in RPD gives error

    Hi, In RPD, in my fact table for a logical column in BMM, I have, EVALUATE_AGGR('RANK() OVER (PARTITION BY %2 ORDER BY %1 DESC)' AS INTEGER,"main"."proj_date","main"."project_id") but in answers when I use this as a filter and say equal to 1, I am ge

  • Date Restriction on Form

    In Adobe Pro X, if I have a date field on a form with mm/dd/yy format and the user must manually enter the date, is there a way to set a date range or restriction for the date? For example - not allow user to type anything past 12/31/14. 

  • Is it possible to have spare 'VM Manager'?

    Is it possible to have spare 'VM Manager'? I want to enable two or more managers to connect the same server pool and same virtual host. If it is possible,when a manager breaks,we can use spare manager,