Sub-administration seems to be not fully implemented

Post Author: mrivney
CA Forum: Administration
Hi,
  I administrate a BOE XI rel 2 server (and a test/development one too). I see a flaw or limitation with 'sub-administration'. I can set up a folder for an application and then grant rights to the application's administrator. This application administrator or 'sub-administrator' can then create sub-folders, publish reports to the sub-folders, schedule reports, etc. However, I as the top administrator have to create the sub-administrator's groups and then give rights to the application administrator to update the group. 
  I can't truly give a 'slice-of-the-pie' administrative rights to an application administrator. The limitiation is that I still have to create the groups. If I allow rights to user groups for the sub-administrator, then the sub-administrator has rights to all the groups, which I don't want. Am I right? Any ideas to get around this?
Regards, mrivney

See the sample implementation code present in the class.
CL_EXM_IM_ME_GUI_PO_CUST
You need to implement the following methods
need to create the function group, and 2 functions for setting and getting the values. and a sub screen.
the same will be used in the below methods.
SUBSCRIBE  " <---- Subscribe you need map the function group program , screen number etc
MAP_DYNPRO_FIELDS " <--Mapping
TRANSPORT_TO_DYNP "<--- Call the Function module to Set the value to screen
TRANSPORT_FROM_DYNP "<--Call the function module to Get the value from screen

Similar Messages

  • How much effort to do workflow if OM not fully implemented

    My client has only implemented a mini master HR to support their SAP Travel management. SAP is interfaced to Peoplesoft to populate the necessary HR infotypes.  OM has not been implemented.
    Ideally the client would like to provide workflow to improve on the existing Travel processes.
    Am I correct that OM must be populated with the necessary Org. structure & positions and associated Workflow necessary relationships.  Also employees would need to be linked, via integration to the positions.
    Finally they would like to implement Structural authorizations.
    My guess is that this would be a significant amount of work, not to mention ongoing maintenance, given that Peoplesoft is actually the HR system of record.
    Am I correct or is there a minimal way of doing this? 
    TIA,
    Ed

    Hello Ed,
    I am working with a client who is interested in creating an HR mini master to support the use of CATS integration with Timelink for tracking indirect labor among other things.  Peoplesoft is there system of record for HR data.  They are interested in finding out what options are available to interface SAP to Peoplesoft to keep the HR mini master synchronized between systems.  I see from your posting you have a client who has such an interface.  I owe my customer an estimate on what it will take to build this interface.  Can you give me an idea of what was involved?
    Thanks,
    Gary

  • JTA not fully implemented in J2EE (Sun Ref.) V1.4?

    I have researched high & low on the internet, but have yet to find a success story where someone
    has successfully acquired a reference to a "UserTransaction" object from within an EJB client.
    (I am refering to Sun's J2EE Reference Implementation V1.4 only)
    I have a simple client that attempts to lookup a UserTransaction, using "java:comp/UserTransaction",
    so that I can drive a Transaction from the client. However, I get back the NameNotFoundException
    exception from the JNDI lookup. (Note that I tried every other JNDI name suggested on the
    internet as well with no luck. After reading the J2EE sources*, I have figured out that the above is
    the 'official' JNDI name used to get the UserTransaction...if it exists at all.)
    *In trying to figure out why this was happening, I downloaded the J2EE sources.   In them, I found
    the classes that look like they implement this functionality. The package is:
    com.sun.enterprise.distributedtx.
    Unfortunately, none of the classes in this package seem to be in the binaries that ship as part of
    Sun's J2EE ref Implementation V1.4. Did they get left out on purpose? Was it an oversight?
    Am I missing something here?
    I going to stop banging my head against the wall for a little while and just wait for a response.
    Thanks,
    Phil

    Hi Phil,
    As Alex mentioned, you will be able to access UserTransaction only from the web components and EJB components. J2EE spec does not require the transactions to be avaiable for appclients and other java clients.
    From the web components, you should be able to lookup the UserTransaction by
    InitialContext ctx = new InitialContext();
    UserTransaction utx = (UserTransaction) ctx.lookup("java:comp/UserTransaction");
    Same can be done from a BMT EJB. You could get UserTransaction from EJBContext also.
    regards
    sankar

  • I am using final cut express. It seems that any clip over a certain length, say 5 min, does not fully transfer! All shorter clips are perfectly fine. Is there some reason why longer clips are not fully transferred? (a half blue circle shows up on the tran

    I am using final cut express 4. It seems that any clip over a certain length, say 5 min, does not fully transfer! All shorter clips are perfectly fine. Is there some reason why longer clips are not fully transferred? (a half blue circle shows up on the transfer list, indicating that the clip was not fully transferred. When I check in the capture scratch folder, sure enough the whole clip is not there!
    Is there some glitch in final cut express that only allows short clips to be transferred in full?

    Thanks for the reply. I'll try to answer all the questions (I am a relative novice). Your help is appreciated.
    By the way, the other reply I received suggested the following:
    In Final Cut Express>System Settings>Scratch Discs make sure the Limit Capture/Export File Segement Size To: is not checked.
    I did this and it was already unchecked. So this is not the answer...
    The strange thing is, I have been logging and transferring with FCE for 2 yrs without any problems at all with shorter clips, but have come up against the problem with long clips (over 5 or so min)  the whole time. I got around it by simply making sure I stopped recording after less than 5 min while shooting footage. OR if I accidentally got a long clip, I import into imovie and then import into FCE. Not very streamline and I worry about compressions altering quality!
    I am now trying to import a 20 min and a 17 min clip and it only transfers around 3 minutes of each, I have re-tried several times and it happens repeatedly. The blue circle in the transfer list shows up as a half blue circle instead of full. Clip cuts off after 3 or so minutes.
    ANSWERS
    how you are ingesting the files
    From external flash drive connected directly to mac using FCE.
    the format of the source footage
    digital via ext flash memory. Frame size :1929X1080 / 25fps
    what camera shot the footage
    SONY HXR NX5
    how you are connecting to the computer
    from flash memory directly via usb
    what version of FCE you are using
    4
    what OS your computer is running
    10.6.8
    what model Mac
    macbook Pro intel Core i7
    what drive you are using for Capture Scratch
    3TB external drive (plenty of room left)

  • Xsl:output function fully implemented in XSL-processor?

    I'm using XSL-processor as contained in the XML-parser version 2.0.2 in C.
    When changing the referring DTD of an incoming XML-message with following XSL-stylesheet
    <xsl:output method="xml"/>
    <xsl:output ommit-xml-declaration="no"/>
    <xsl:output standalone="no"/>
    <xsl:output doctype-system="someOther.dtd"/>
    nothing seems to happen.
    Is <xsl:output> already fully implemented in this C-version of the XSL-processor?
    Erwin

    Hi,
    The xsl:output is not yet implemented. This was specified in the README file.
    Thanks,
    Oracle XML Team
    null

  • Creating an application server stub until the JCA is fully implemented

    Greetings,
              We have pretty much decided that the Java Connector Architecture is the
              way to go, when it comes down to integrating with EIS systems.
              However, the problem still remains that the JCA spec is not fully
              supported in the current beta release of the Connector implementation
              within WLS 6.0. In particular,
              I see that only non-transaction Resource Adapters can be deployed in
              this release (local transaction and XA transaction ones will have to
              wait until the full release in the summer).
              However, what our group wants to do is write XA-compliant Resource
              Adapters, even ahead of the actual support for them in the product. The
              issue for us is how to structyure our implementation so that we end up
              with a minimal re-write when the full implementation of the spec
              arrives.
              It seems to me that if I wanted to have support for XA-compliant
              Resource Adapters NOW, I would have to actually write some of the code,
              that would otherwise be part of the application server/container,
              myself. In particular, it is the code that "enlists" the XAResource
              object, which is associated with the ManagedConnection that an
              application bean asks for, with the Transaction Manager that is later
              going to coordinate things in the global XA transaction.
              Let me describe how I see things:
              when the application component calls into the Resource Adapter for a
              connection handle, the ConnectionFactory class according to the spec)
              delegates the call to the application server ConnectionManager (that it
              has been initialised with, typically at creation time), which in turn
              calls the createManagedConnection method of the ManagedConnectionFactory
              class inside the Resource Adapter.
              Now, I want to emulate the application server so that the
              ConnectionManager class is in fact implemented in my Resource Adapter.
              That I guess will not be a problem. However, the next thing IS (in the
              current BETA release): the application server code would normally
              retrieve the XAResource instance that is "hanging" off the
              ManagedConnection that has just been created and would "enlist" this
              with the Transaction Manager. Thereafter, everything would follow the
              normal XA transaction route, as the Transaction Manager would start
              calling back into the XAResource, notifying it on the status of the
              global XA transaction (start, end, prepare, commit, abort).
              Looking at the JTA specification, an in particular at what the
              application server code has to do, I see the following set of
              interactions:
              TransactionalResource res = ResourceFactory.getTransactionalResource();
              XAResource xaRes = res.getXAResource();
              (TransactionManager.getTransaction()).enlistResource(xaRes);
              <<<<<<<<<------------ how do/can I, in
              application code, within the Resource Adapter in fact, get hold of the
              TransactionManager instance? This is trivial when it is implemented
              within the app server code, but could I also do this?
              This will obviously be an interim solution for us: we will implement a
              very small part of the appliction server logic (you could call it a
              stub) around the registration of the XA resource with the global
              transaction manager. The aim is really to write something that will
              appear to our application beans as well as to the rest of the Resource
              Adapter as something that is behaving in the same way as the application
              server would (in the full implementation of the JCA spec), and would
              also ensure that neither our application component code nor our Adapter
              code would not have to be dramatically changed when that app server
              piece of the JCA-specified system contract implementation is in place.
              I realise that the APIs to the Transaction Manager implementation within
              WLS are "private" and that people may not want us to be using them. But
              it is the only way that I see for us to create something (Resource
              Adapters) which are a)XA compliant and b) will only have to change
              minimally, if at all, when the actual implementation is in place.
              I would appreciate any thoughts from BEA folks out there. Also, if you
              see another way of solving my problem (support global XA transaction
              within my Resource Adapters, AND minimal re-write) that I may be
              missing, I would appreciate your feeback around that.
              Many thanks in advance
              Kostas
              Kostas Karagianidis
              Technical Consultant
              PricewaterhouseCoopers
              Delta 602, Delta Business Park
              Swindon SN5 7XJ, Wiltshire
              United Kingdom
              Tel: +44 1793 536291
              Fax: +44 1793 529641
              Mobile: +44 7768 083452
              e-mail: [email protected]
              The information transmitted is intended only for the person or
              entity to which it is addressed and may contain confidential and/or
              privileged material. Any review, retransmission, dissemination or other
              use of, or taking of any action in reliance upon, this information by
              persons or entities other than the intended recipient is prohibited.
              If you received this in error, please contact the sender and delete the
              material from any computer.
              

    Did you sign your jar file for JWS? I don't think the security manager will allow a filebrowser if the jar is not signed.
    Edited by: Plee on Dec 29, 2008 6:54 AM

  • User Mapping not fully available

    Hi, each time i want to do a user mapping i have the following error:
      Portal Runtime Error
    An exception occurred while processing a request for :
    iView : pcd:portal_content/administrator/super_admin/super_admin_role/com.sap.portal.user_administration/com.sap.portal.user_mapping/com.sap.portal.userMappingAdmin/com.sap.portal.userMappingAdmin
    Component Name : com.sap.portal.usermanagement.admin.UserMappingAdmin
    User Mapping not fully available..
    Exception id: 09:43_09/11/04_0002_1358150
    See the details for the exception ID in the log file
    This is the message i have found at the server log:
    #1.5#0008541F9918004D0000006E00000CF80003E872B1EAA51E#1100004239000#/System/Server#sap.com/irj#com.sap.portal.portal#Administrator#281####f126dea0324c11d98bd10008541f9918#PRT-Async 0##0#0#Error#1#com.sap.portal.portal#Java###Exception ID:09:43_09/11/04_0002_1358150
    [EXCEPTION]
    #1#com.sapportals.portal.prt.component.PortalComponentException: Error in service call of Portal Component
    Component : pcd:portal_content/administrator/super_admin/super_admin_role/com.sap.portal.user_administration/com.sap.portal.user_mapping/com.sap.portal.userMappingAdmin/com.sap.portal.userMappingAdmin
    Component class : com.sapportals.portal.prt.component.usermanagement.UserMappingAdminComponent
    User : Administrator
         at com.sapportals.portal.prt.core.PortalRequestManager.handlePortalComponentException(PortalRequestManager.java:969)
         at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:343)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:136)
         at com.sapportals.portal.prt.core.async.AsyncIncludeRunnable$1$DoDispatchRequest.run(AsyncIncludeRunnable.java:376)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sapportals.portal.prt.core.async.AsyncIncludeRunnable.run(AsyncIncludeRunnable.java:389)
         at com.sapportals.portal.prt.core.async.ThreadContextRunnable.run(ThreadContextRunnable.java:164)
         at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:729)
         at java.lang.Thread.run(Thread.java:534)
    Caused by: com.sapportals.portal.prt.component.PortalComponentException: PortalComponentException
         at com.sapportals.portal.prt.component.usermanagement.UserMappingAdminComponent.doHandleHTMLBEvent(UserMappingAdminComponent.java:408)
         at com.sapportals.portal.prt.component.usermanagement.UserMappingAdminComponent.doContent(UserMappingAdminComponent.java:137)
         at com.sapportals.portal.prt.component.AbstractPortalComponent.serviceDeprecated(AbstractPortalComponent.java:209)
         at com.sapportals.portal.prt.component.AbstractPortalComponent.service(AbstractPortalComponent.java:114)
         at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:328)
         ... 7 more
    Caused by: com.sap.security.api.umap.UserMappingNotAvailableException: User Mapping not fully available.
         at com.sap.security.core.umap.imp.UserMappingDataImp.storeLogonData(UserMappingDataImp.java:545)
         at com.sapportals.portal.prt.component.usermanagement.UserMappingDataModel.saveLogonData(UserMappingDataModel.java:508)
         at com.sapportals.portal.prt.component.usermanagement.UserMappingAdminDataModel.saveLogonData(UserMappingAdminDataModel.java:179)
         at com.sapportals.portal.prt.component.usermanagement.UserMappingComponent.doHandleHTMLBEventSave(UserMappingComponent.java:157)
         at com.sapportals.portal.prt.component.usermanagement.UserMappingAdminComponent.doHandleHTMLBEvent(UserMappingAdminComponent.java:231)
         ... 11 more
    I have redeployed com.sap.security.usermapping.par.sda but nothing happens.
    Someone knows how to solve this problem?
    Thanks

    Hello Pablo,
    Do you know where I can download the "SAP JAVA Cryptographic Toolkit"?
    I've tried to download it from service.sap.com/download under-> "Download  SAP Cryptographic Software"  but it seems that it's not in there.
    Thanks in advanced,
    Kobi.

  • "User Mapping not fully available" error in EP6 SP9

    Hi,
    I am trying to set up a user mapping in EP6 SP9
    I have created a system (usig the "Dedicated Application Server for R/3 System" template, not sure if that is correct but I didn't think it would matter),
    and an alias and everything seems fine until I try and create the mapping itself
    In the "User mapping" window I click edit of the user I want to map, that works
    I then type in a username and password (and domain since I have added that property)
    When I press "Save" I get the error below
    Anyone know what might be wrong?
    Vin
    Portal Runtime Error
    An exception occurred while processing a request for :
    iView : pcd:portal_content/administrator/super_admin/super_admin_role/com.sap.portal.user_administration/com.sap.portal.user_mapping/com.sap.portal.userMappingAdmin/com.sap.portal.userMappingAdmin
    Component Name : com.sap.portal.usermanagement.admin.UserMappingAdmin
    User Mapping not fully available..
    Exception id: 02:20_07/01/05_0006_31293550
    See the details for the exception ID in the log file

    Hi Vincent,
    I installed the SP9 preview yesterday and had exactly the same problem. However I think I found a solution. Try the following:
    In your portal go to 'System Administration' -> 'System Configuration' -> 'UM Configuration' -> 'Direct Editing'.
    There locate the parameter 'ume.usermapping.unsecure', set it to 'TRUE' and restart your server.
    Hope this works for you as well!!
    Best regards,
    Markus

  • Operation not yet implemented when exporting crystal report to pdf

    Thank you in advance,
    When running the line **** export within the following code, I am getting the following error message:
    "Error in File C:\DOCUME1\rborda\LOCALS1\Temp\TimeDetailTest {00DC8730-45CD-4A29-8854-C44BBD5B5230}.rpt: Operation not yet implemented."
    I tried the following solution registering dlls, but still did not solve the problem above:
    regsvr32 "C:\Program Files\Common Files\Crystal Decisions\2.0\bin\crtslv.dll"
    regsvr32 "C:\Program Files\Common Files\Crystal Decisions\2.0\bin\ExportModeller.dll"
    regsvr32 "C:\Program Files\Common Files\Crystal Decisions\2.0\bin\tslv.dll"
    CODE:
    Imports CrystalDecisions.CrystalReports.Engine
    Imports CrystalDecisions.Shared
    Imports CrystalDecisions.ReportAppServer
    Imports CrystalDecisions.Web
    Imports CrystalDecisions.ReportSource
    Partial Public Class _Default
        Inherits System.Web.UI.Page
        Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load
        End Sub
        Private Sub btnRunReport_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles btnRunReport.Click
            'Try
            Dim ConInfo As New CrystalDecisions.Shared.TableLogOnInfo
            Dim oRptDoc As New ReportDocument
            Dim expo As New ExportOptions
            Dim oDiskFileDestinOption As New DiskFileDestinationOptions()
            Dim strCrystalReportFilePath As String
            Dim strPdfFileDestinationPath As String
            Dim crParameterDiscreteValue As ParameterDiscreteValue
            Dim crParameterFieldDefinitions As ParameterFieldDefinitions
            Dim crParameterFieldLocation As ParameterFieldDefinition
            Dim crParameterValues As ParameterValues
            strCrystalReportFilePath = "C:\TimeDetailTest.rpt"
            strPdfFileDestinationPath = "C:\TimeDetailTest0814.pdf"
            oRptDoc.Load(strCrystalReportFilePath) 'loads the crystalreports in to the memory
            'Create parameter objects
            'Provide Parameter values
            crParameterFieldDefinitions = oRptDoc.DataDefinition.ParameterFields
            crParameterFieldLocation = crParameterFieldDefinitions.Item("StartPeriod")
            crParameterValues = crParameterFieldLocation.CurrentValues
            crParameterDiscreteValue = New CrystalDecisions.Shared.ParameterDiscreteValue
            crParameterDiscreteValue.Value = #7/6/2008#
            crParameterValues.Add(crParameterDiscreteValue)
            crParameterFieldLocation.ApplyCurrentValues(crParameterValues)
            crParameterFieldLocation = crParameterFieldDefinitions.Item("EndPeriod")
            crParameterValues = crParameterFieldLocation.CurrentValues
            crParameterDiscreteValue = New CrystalDecisions.Shared.ParameterDiscreteValue
            crParameterDiscreteValue.Value = #8/2/2008#
            crParameterValues.Add(crParameterDiscreteValue)
            crParameterFieldLocation.ApplyCurrentValues(crParameterValues)
            'Export Information
            oDiskFileDestinOption.DiskFileName = strPdfFileDestinationPath    'path of file where u want to locate ur PDF
            oRptDoc.ExportOptions.DestinationOptions = oDiskFileDestinOption
            oRptDoc.ExportOptions.ExportDestinationType = ExportDestinationType.DiskFile
            oRptDoc.ExportOptions.ExportFormatType = ExportFormatType.PortableDocFormat
           oRptDoc.Export()
        End Sub
    End Class

    I got the same error message when trying to export a report to Excel format.  This happened with an existing report that had always exported with no problem, until I added a couple of new formulas. After investigating, I discovered that one of my formulas was returning a divide by zero error if a date range was too small.  Once I fixed that formula, it began exporting again with no problem.  I discovered this by trying to export to PDF (since all of the situations discussed here involved PDF) and that was when it returned the divide by zero error.

  • Creative Zen Vision M not fully charging

    (Creative Zen Vision M not fully charging( Hi, I recently bought a refurbished ZVM that doesnt seem to charging properly. When I first got it, it hadnt been charged in quite some time so the battery was overdead. My PC couldnt detect it when I connected it via usb and it didnt even start charging at all. I then connected it to a wall charger and it finally started charging. The strange thing is it never fully charges. I've charged it twice now, both times for at least about 2 hours, and the battery doesnt go more than 50%. And when I connect it to my PC to transfer songs, instead of resuming its charge, my battery runs out. Is this a case of a faulty battery? I li've in Australia and I bought it from the USA. I would prefer not to go through the trouble of returning it if I could. Anything I should do like leaving it to charge for an even longer time? Also one more thing I should mention. When I remove the wall charger and plug it back in, it takes the ZVM sometime to detect it, about 30 minutes or so, and start charging again. Any help or suggestions would be greatly appreciated.

    I have the exact same problem. I just mailed mine in for repair today.

  • Error while exporting to PDF - Operation not yet implemented

    Hi,
        We using C# Dot Net 2005 and Crystal Report for Dot Net 2005 and we are trying to export to PDF file.  In one of the reports, we are using a Font "Shree-Kan-0850' from Shree Samhita, a SDK to build application in Indian regional languages. But we are getting an error as follows:-
    "Error in File C:\Document~1....\{....}-.rpt: Operation not yet implemented.". When we tried in various sites and forums found that it was due to some non-standard fonts. We have checked that if we remove Shree-Kan-0850 font from report, it works fine and once included the error comes. So problem might by from this font. Whether Crystal report is not supporting other than Windows standard fonts or the problem with PDF? Because with same font we can export to DOC, XLS etc. Please guide us how to solve this?
    Thanks and regards,
       Rajeev Vandakar, Bangalore.

    Unfortunately, it looks like that font has many issues. Googling 'Univers Condensed Fonts .net' gets a number of interesting posts. E.g.;
    Univers 67 Bold Condensed Font does not show in my Flash Fonts List
    See if you can select the font in the properties window of the VS.NET IDE.
    It would also be interesting to see if the following will work in a new test app:
    Private Sub Form1_Load(ByVal sender As System.Object,
    ByVal e As System.EventArgs) Handles MyBase.Load
         Label1.Font = New Font("Univers 57 Condensed Font – Univers 57 Condensed", 12, FontStyle.Regular)
    End Sub
    - Ludek

  • HTML5 Courses still not fully compatible on iPad or iPhone

    Hi,
    I've created several courses in Captivate 7, and using the HTML5 tracker, I've made sure all the elements in the courses are HTML5 supported. After publishing the courses and putting them in the LMS, I've tried using them on my iPhone and iPad, and I keep getting a warning message (all the courses work fine on my Mac). The message says:
    "This course is not fully compatible with your current device. You may encounter problems with some lessons."
    I can open the courses fine, and can navigate through them, but I'm not sure what parts are not compatible. I found one video that's not working, and it seems that the quiz questions aren't working. Otherwise, they seem to be functioning fine.
    Any ideas or insight would be appreciated!

    Can you tell me what the "ini" file is? The warning seems legitimate because the quiz questions aren't working on the iPad or the iPhone. So it seems like more than an automatic error message.

  • My MacBook Pro speakers are not fully working.

    The speakers work, but not fully. The sound seems very far away, like they are only partially working. They go in and out of fully working and then suddenly they will switch to sounding far off. The headphone jack works just fine.
    Help! The computer was bought in 2011 and the internal systems were replaced in 2012 from water damage and the hard drive was replaced last spring.

    Try zapping the PRAM.
    Check out Boom

  • The onhand quantity at sub inventory level it is not showing correctly

    For an item the org level quantityt is showing correctly but at sub inventory level it is not showing correctly.
    1)For an item org level the avilablty as below :
                   On Hand / Avail to Reserve / Avail to Transact are
         oRG level          7     7          7
    STAGING           7     7          7
         STORES          0     0          0     
    2) Created an Sales order with quantity 5 ,then STAGING decreased by 5 which is correct.
              the avilablty as below :
                   On Hand / Avail to Reserve / Avail to Transact are
         oRG level          7     7          7
    STAGING           2     2          2
         STORES          0     0          0     
    3) Shipping Transaction not completed,Received 4 into Stores – Staging avail increased by 6 and even STORES also increased by 4 . Here we do not understand why STAGING increased to 6.
         the avilablty as below :
                   On Hand / Avail to Reserve / Avail to Transact are
         oRG level          7     7          7
    STAGING           6     6          6
         STORES          4     4          4     
    4)Ship Transaction Completed sucessfully now the values are showing correctly.
         The avilablty as below :
                   On Hand / Avail to Reserve / Avail to Transact are
         oRG level          7     7          7
    STAGING           2     2          2
         STORES          4     4          4

    Hi Patel,
    You can create a confirmations using CO11N for sub-operations, but you can only confirm hours, not yield quantity. The yield quantity requried to be confirmed in the operation. You can partially or fully confirm sub-operations.
    Enter the order number, sub -operation number all the related data will be displayed execpt greyed quantity fields.
    Can you see the "sub-operation" entry field below "oper./activity" in CO11N ?
    Thanks & Regards,
    Ramagiri

  • SQL Developer 3.2/4EA1 not fully reading TNSNAMES

    Hi,
    We are using both 3.2 and the 4EA1 versions, and have found that both are not fully reading the TNSNAMES file.
    In the TNSNAMES file, we have databases that are configured with either SID or SERVICENAME.
    It isn't excluding databases setup with either.
    Can anyone suggest what the issue might be?
    Cheers,
    Russell H.

    This is just a shot in the dark, but have you checked your tnsnames file to see if anything besides the entry name (and commented lines) begins in column one?  Although sqlplus will usually parse such entries successfully, some of the other tools have had issues with them in the past... they seem to misparse the entry, which often messes up the processing of subsequent items.
    Here's a quick example, with spaces replaced by periods for readability:
    # good entry
    mydb=
    ..(DESCRIPTION=
    ....(ADDRESS=(PROTOCOL=TCP)(HOST=myhost)(PORT=1521))
    ....(CONNECT_DATA=(SERVICE_NAME=myservice))
    # bad entry
    mydb=
    (DESCRIPTION=
    ..(ADDRESS=(PROTOCOL=TCP)(HOST=myhost)(PORT=1521))
    ..(CONNECT_DATA=(SERVICE_NAME=myservice))
    If memory serves, only the entry name is actually supposed to begin in column 1... pretty sure I found that documented somewhere, back when I first encountered the issue.  So if this is indeed your problem, I suspect that the official verdict would be that your tnsnames file is bad and needs to be corrected.
    Again, this is just a wild guess.

Maybe you are looking for

  • IPOD 120 Classic:  What is the latest download Version?

    I want to make sure I'm kept up to date on my Ipod 120 Classic. What is the latest version download? I'm not sure what current version I have. Do I get the latest version on Itunes?

  • Payments Query

    Hi, I have just joined Creative Cloud a month ago.  And a payment is due for today, for some reason the payment did not go of to "insufficient funds" just after I recieved it I transferred money form my other account so that there is enough for the p

  • Incorrect slope calculations in numbers

    Hi all, I posted this question before last fall and ended up walking away to just use Excel for the task instead. Now, I HATE excel. And I still haven't fixed this - so I am going to ask again to see if I can prompt a fix for this or see if Im doing

  • Reporting a problem with purchased apps.

    I cannot report an issue with my purchased apps as instructed on apple website.  When I clicked 'Report a problem', apple support webpage opens instead of message box I can send to support agents. What should I do?

  • Ipad mini screen is blank

    Any suggestions for ipad mini whose screen is blank and will not come on?  Power is getting to the ipad, but no screen is visible.