Can't see newly created WBS Hierarchy

When using info object 0WBS_ELEMT_WBSH_HIER we are not able to see a new wbs group/hierarchy created in our r/3 system. But for cost center hierarchy we see everything the users create. Is there a setting on 0WBS_ELEMT_WBSH_HIER that we missed to allow multiples?
on the cost center hierarchy object it allows "intervals". Thats the only difference I see.
Thanks
Richard

Yes, It works perfect if you just write a quick abap program.
Here are the statements we used.
declare the hierarchy catalog table
tables roohiecat .
write / '*******************' .
Write / 'Before Table Update' .
write / '*******************' .
  clear roohiecat .
  Select single * from roohiecat
   where oltpsource = '4R_PS_POSID_0000_HIER' and
          objvers = 'A'.
  Write: / roohiecat-OLTPSOURCE ,roohiecat-OBJVERS ,
          roohiecat-TYPEHC .
this table holds the Hierarchy class code.
after creating the generic hierarchy with class code 0000
the update statement below will run and change the class code
to 0110 which represents WBS group.
You must then replicate the datasource to use it in BW.
Clear sy-subrc.
Update roohiecat
   set typehc = '0110'
    where oltpsource = '4R_PS_POSID_0000_HIER' and
          objvers = 'A'.
if sy-subrc = 0 .
  write / '*******************' .
  Write / 'After Table Update' .
  write / '*******************' .
  clear roohiecat .
  Select single * from roohiecat
   where oltpsource = '4R_PS_POSID_0000_HIER' and
          objvers = 'A'.
Write: / roohiecat-OLTPSOURCE ,roohiecat-OBJVERS ,
          roohiecat-TYPEHC .
endif .

Similar Messages

  • How can i add newly create infotype in t.code po13

    Can any one pl tel me how can i view newly created infotype in t.code PO13
    Edited by: Utkarsh M parikh on Mar 10, 2010 5:29 PM

    See:
    Mac OS X Automation,
    Automated Workflow Tips,
    Introduction to Automator tutorial, and
    a four-parter on Automation in Snow Leopard by Sal Saghoian:
    Snow Leopard Services,
    Services for iPhoto,
    Safari and WebKit integration, and
    Installing and using services.
    Finally, 
    Developing AppleScript Applications and
    Apple's Automator Developer Documentation

  • Can't see newly uploaded pictures in iPhoto

    Hi everybody, I'm facing a problem with iPhoto I don't know how to solve.
    I recently upgrade to iPhoto 9.3.2 on an iMac running Mac OS X 10.7.4
    Since a few days, after uploading the picture from my camera into iPhoto, I can't see them in the thumbnail list.
    None of the different list options (last 18 months, all the pictures, etc) show the pictures.
    But they are actually within the iPhoto library (I inspected it and saw the pictures); more, if I connect the camera (which still has the pictures in the memory card) and run iPhoto, the program recognizes that the pictures were already uploaded.
    The camera is a (newly purchased) Fuji X10.
    I tried to run the "thumbails reconstruction function", with no success.
    Any hints? The (apparent) lack of the pictures is driving me crazy!
    Thanks in advance to everybody!
    Giovanni

    Option 1
    Back Up and try rebuild the library: hold down the command and option (or alt) keys while launching iPhoto. Use the resulting dialogue to rebuild. Choose to Repair Database. If that doesn't help, then try again, this time using Rebuild Database.
    If that fails:
    Option 2
    Download iPhoto Library Manager and use its rebuild function. (In Library Manager it's the FIle -> Rebuild command)
    This will create an entirely new library. It will then copy (or try to) your photos and all the associated metadata and versions to this new Library, and arrange it as close as it can to what you had in the damaged Library. It does this based on information it finds in the iPhoto sharing mechanism - but that means that things not shared won't be there, so no slideshows, books or calendars, for instance - but it should get all your events, albums and keywords, faces and places back.
    Because this process creates an entirely new library and leaves your old one untouched, it is non-destructive, and if you're not happy with the results you can simply return to your old one. 
    Regards
    TD

  • Lightswitch-I can't see tables created bya different restricted Oracle user

    I am new to Lightrswitch and connecting to Oracle through VS - we usually have a middle tier to do this. We are looking at some rapid CRUD application development so I am looking into lightswitch.
    However I have an issue:
    I have two oracle users. One has full access to the tables and the other has restricted access. When attaching my Lightswitch application to the database if I use the one with full access it works a treat. However if I use the DB user that has restricted access I can not see any of the tables (even though I can see them fine logged in under the same restricted user in toad ?). Upon connection I have gone into the filters tab and selected the unrestricted schema under the "Displayed Schemas" option to no avail.
    My version of Oracle is 9.2.0.7
    I also have Oralce OLEDB provider - ODAC92070.exe
    I have oracle developer tools ODTwithODAC1020221
    Any help would be much appreciated...

    951672 wrote:
    I have a similar problem with using ODAC 11.2 R4 (11.2.0.3).
    As a matter of policy, objects are never owned by general users. So when I connect as my user in Lightswitch, no objects are displayed.
    However, if I add a connection to the server explorer, alter the filter to include the owner of the objects, they display in the server explorer.
    If I follow the EXACT same sequence to add the external connection in the Lightswitch dialog, the filter is seemingly ignored and as I don't own any objects, none are shown. Additionally, if I "< Back" to the connection dialog, the filter has been reset to just my objects.
    Seems like the filter mechanism in the Lightswitch dialog is being ignored.
    Any other reports of this behavior, any workarounds or any idea when this problem will be fixed? It is a showstopper for me.We are aware of the problem and discussed it at length with Microsoft. They have said that they are looking into fixing it in some future release. Unfortunately, the fix did not make it into the Visual Studio 2012 RTM.
    If you have a support contract with MS, you could make it known to them that you urgently require a fix and perhaps that could speed things along.
    I don't know of a workaround, other than to log in as the schema owner (which is probably a non-starter for you).

  • Netstorage WebDav - Can only see and create folders

    Hello,
    I am attempting to map a Netstorage drive using WebDav from Windows 7 32bit or 64bit or Windows 8.1 64 bit. I have read other posts where people have had problems, but I think my problem is a bit different. After mapping the drive, I am only able to see folders and create folders. Creating other files results in error 65535. Copying files to a folder, from by harddrive, results in "Can't read file from the source file or disk".
    I have another customer, with almost the same setup. Both Netstorage v. 2.0, same Apache version aswell. And it works in their environment.
    If I log in via the webinterface, everything works file. It is only when I map it in Windows. Some say this is a bug in Windows and I have installed all the updates Microsoft has released regarding WebDav. Again, it works in one environment, but no the other.
    It looks like rights of the user, but since it does work over the webinterface, it can't be.
    Any ideas?
    Thanks in advance,
    Jacob.

    You should submit your suggestion here:
    http://discussions.apple.com/ann.jspa?annID=384

  • Can't see newly loaded 10.3 or 10.4 machines with scanner

    I recently upgraded 9 emacs to 10.4 from 10.2.8. I also reloaded one 10.3 machine that was having preference problems. After loading ARD 2.2 on them, running all the updates, and turning Sharing on, I get 5 of the 10.4 upgrade machines that show up in Scanner, but are red. On the 10.3 machine, I cannot even see the machine. The machine is running fine, has acquired an IP address from the DHCP server and can connect to my server. Why can't I see the machine?

    Option 1
    Back Up and try rebuild the library: hold down the command and option (or alt) keys while launching iPhoto. Use the resulting dialogue to rebuild. Choose to Repair Database. If that doesn't help, then try again, this time using Rebuild Database.
    If that fails:
    Option 2
    Download iPhoto Library Manager and use its rebuild function. (In Library Manager it's the FIle -> Rebuild command)
    This will create an entirely new library. It will then copy (or try to) your photos and all the associated metadata and versions to this new Library, and arrange it as close as it can to what you had in the damaged Library. It does this based on information it finds in the iPhoto sharing mechanism - but that means that things not shared won't be there, so no slideshows, books or calendars, for instance - but it should get all your events, albums and keywords, faces and places back.
    Because this process creates an entirely new library and leaves your old one untouched, it is non-destructive, and if you're not happy with the results you can simply return to your old one. 
    Regards
    TD

  • Can't view newly created folders in Mail

    So here's my interesting problem, when I create new mailboxes in mail, I can no longer see them. They appear in the ~/Library/Mail/Mailboxes folder, but are inaccessible in mail. The entire "On My Mac" portion in the side bar is grayed out.

    ahh so easy when you know how! thanks for your help appreciate it.
    Regards
    forhad

  • Can only see iWeb created site on iPhone

    I made some major changes today on my site and once I uploaded those changes Safari "couldn't find host" when I went to my site? What's weird is I can see my site on my iPhone. If I try to go to my site on any computer in the house it says "can't find host". This one has me baffled. I've tried deactivating my domain from mobileme and then reactivating it. I've cleaned out my iweb site from mobileme and re-uploaded it. I've changed it's name. I've reset Safari, emptied the cache and reset the history. The only thing I haven't done is reset the router to factory state.
    Again, I can see my site perfectly on my iPhone but not from my mac's at home.
    www.trevorweimer.com

    Yes, there are a great many lookers-on in this forum.
    From experience I know how it feels to be ignored.
    Anyway, your site loads fine. Both on the Desktop as in the iPhone/iPad simulator :
    http://www.trevorweimer.com/trevorweimer/fbomb/fbomb.html
    Perhaps you're Fireballed by Gruber.

  • Can't select newly created css styles

    Help!
    After I have created a new css style, there is no way that I
    can apply it.
    The new style appears on the right-hand-side under Design -
    CSS Styles, but I can't select it in the Properties - Styles drop
    box neither if I select the text - right click - CSS Styles. It's
    not there......
    What am I doing wrong?

    What is your new style's selector, e.g,
    #foo, or .this, or what?
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "Slumpsum" <[email protected]> wrote in
    message
    news:ee6cfg$sg5$[email protected]..
    > Help!
    >
    > After I have created a new css style, there is no way
    that I can apply it.
    > The new style appears on the right-hand-side under
    Design - CSS Styles,
    > but I
    > can't select it in the Properties - Styles drop box
    neither if I select
    > the
    > text - right click - CSS Styles. It's not there......
    >
    > What am I doing wrong?
    >
    >
    >

  • Not able to see newly created dummy resource object in OIM admin console.

    Hi,
    Created a new IT resource type and IT resource.Next created a new resource object "ResourceABC" and provided Allow all and Self Request Allowed option. However, still am able to see the resource object "ResourceABC" in the list of resources(when user selects Provision resource template) during self service or request for others.
    Please let me anything I have missed during resource object creation. I guess issue is at the resource object level.
    Note: It is a dummy resource object.
    Thanks.

    I have selected the check box for Allow All and Self Request. With regard to assign the resource by going to each organization, I believe is to provision the resource to all users in under that organization. But I want end user to request for this resource with self service console for self/others. But resource is not showing up in the list of resources.
    Kindly help.
    Thanks.

  • Can't save newly created PD infotype

    Hi experts,
    I created a new PD infotype and (Using transaction PPCI ) It seems, everythign is ok, but, when I click on Save, the entered data  isn't saved by the infotype screen.
    I debugged it, and it calls the 'RH_INSERT_INFTY' funtion module, which returns with sy-subrc = 0. But there is no data in table.
    Can you please help to solve this problem
    Thanks
    N.

    The problem was the table mainenance type

  • CAN'T ACCESS NEWLY CREATED IRM 2007 DOCUMENT

    I created 2 documents in 2007 and used IRM - what a mistake - now I can't access it because it says i don't have credentials.  I am the only one who created it and used my hotmail.com email.  HELP ME PLEASE :(((((

    ahh so easy when you know how! thanks for your help appreciate it.
    Regards
    forhad

  • Can not open newly created internet sales shop

    Hello,
    Technical Landscape and Software components:
    EP   640 SP 9
    J2ee 640 SP 9
    ISA  40  SP 10
    CRM  40  SP 10
    TREX 6.1.09
    We use the b2b szenario in combination with CRM(not R/3)
    we have the following problems:
    1.
      - We have created a new Product catalog with the webcatadmin tool
      - afterward we have replicated the complete product catalog(no errors)
      - we do not use any ipc at the moment
      - we have created a new b2b internet shop and added the product catalog and the corresponding variant to the shop(szenario b2b)
      - if we now go to the login page of the b2b loginpage(http://ntsrv854.merz.de:50000/b2b/b2b/init.do) and enter the user and password the following message appears:
        "A serious system error has occurred Contact the administrator:
         The shoplist read from buffer is empty Log on"
      - so we decided to enter the created shop directly(http://ntsrv854.merz.de:50000/b2b/b2b/init.do?shop=MDB2R) and now the
        following errors appear:
        "An error occured while shop MDB2R was loaded.
         An error occured while shop MDB2R was loaded."
        The trace file default.trace of the portal displays the following  
        message:
    #1.5#0015600C761000610000036A000033D4000413FEE7BC5467#1147885437344#bbcom.sapmarkets.isa.isacore.action.ShopShowListAction#sap.com/crm.b2b#bbcom.sapmarkets.isa.isacore.action.ShopShowListAction#Guest#18##NTSRV854_E6S_8383950#Guest#20ce6220e5c711daafa80015600c7610#SAPEngine_Application_Thread[impl:3]_31##0#0#Error#1#/#Plain###[(J2EE8383900)ID8383950DB11285026301441142212End|exception.panic] Panic
    com.sapmarkets.isa.core.PanicException: panic.shoplist.zeroelements
         at com.sapmarkets.isa.isacore.action.ShopShowListAction.isaPerform(ShopShowListAction.java:277)
         at com.sapmarkets.isa.isacore.action.IsaCoreBaseAction.isaPerform(IsaCoreBaseAction.java:568)
         at com.sapmarkets.isa.isacore.action.IsaCoreBaseAction.isaPerform(IsaCoreBaseAction.java:608)
         at com.sapmarkets.isa.isacore.action.IsaCoreBaseAction.doPerform(IsaCoreBaseAction.java:489)
         at com.sapmarkets.isa.core.BaseAction.perform(BaseAction.java:197)
         at org.apache.struts.action.ActionServlet.processActionPerform(ActionServlet.java:1786)
         at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1585)
         at com.sapmarkets.isa.core.ActionServlet.process(ActionServlet.java:430)
         at org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:509)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.runtime.RequestDispatcherImpl.doWork(RequestDispatcherImpl.java:290)
         at com.sap.engine.services.servlets_jsp.server.runtime.RequestDispatcherImpl.forward(RequestDispatcherImpl.java:346)
         at org.apache.struts.action.ActionServlet.processActionForward(ActionServlet.java:1758)
         at com.sapmarkets.isa.core.ActionServlet.processActionForward(ActionServlet.java:267)
         at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1595)
         at com.sapmarkets.isa.core.ActionServlet.process(ActionServlet.java:430)
         at org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:509)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.runtime.RequestDispatcherImpl.doWork(RequestDispatcherImpl.java:290)
         at com.sap.engine.services.servlets_jsp.server.runtime.RequestDispatcherImpl.forward(RequestDispatcherImpl.java:346)
         at org.apache.struts.action.ActionServlet.processActionForward(ActionServlet.java:1758)
         at com.sapmarkets.isa.core.ActionServlet.processActionForward(ActionServlet.java:267)
         at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1595)
         at com.sapmarkets.isa.core.ActionServlet.process(ActionServlet.java:430)
         at org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:509)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.runtime.FilterChainImpl.runServlet(FilterChainImpl.java:117)
         at com.sap.engine.services.servlets_jsp.server.runtime.FilterChainImpl.doFilter(FilterChainImpl.java:62)
         at com.sapmarkets.isa.isacore.TealeafFilter.doFilter(TealeafFilter.java:71)
         at com.sap.engine.services.servlets_jsp.server.runtime.FilterChainImpl.doFilter(FilterChainImpl.java:58)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:368)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:263)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:340)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:318)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:821)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:239)
         at com.sap.engine.services.httpserver.server.Client.handle(Client.java:92)
         at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:147)
         at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:37)
         at com.sap.engine.core.cluster.impl6.session.UnorderedChannel$MessageRunner.run(UnorderedChannel.java:71)
         at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:94)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:162)
    Info: The User is maintained as an internet user and has the following roles:
    SAP_CRM_INTERNET_CUSTOMER
    SAP_CRM_INTERNET_SELF_SERVICE
    SAP_CRM_ISA_UA_SUPERUSER
    SAP_CRM_ISA_WEBSHOP_MANAGER
    The user is assigned to the organizational unit which is assigned in the variant of the product catalog! The Relationship to an sold to and contact person also exists.
    What should be the problem?
    Best regards
    Carmen Kosack

    Did you ever figure this out?  I just got a new iPhone and am having the same problem.

  • Can't rename newly created Folders

    I updated to Tiger 10.4.9. Now I cannot rename any folders, new or existing. If I do "Get Info," the screen goes blank then returns to regular without changes to the folder.
    regards, Gordon

    Gordon,
    Welcome to Apple Discussions.
    It sounds like your problem may be either a Finder or Contextual Menu issue.
    Before you try anything else, Repair Disk Permissions.
    If it is a Finder issue, it may be helpful to find the com.apple.finder.plist file in your Macintosh HD/Users/yourusername/Library/Preferences Folder. Drag it to your Desktop, log out/in or restart and check for normal finder behavior.
    If it is a Contextual Menu problem, can you identify any corrupted or incompatible third party files in the following folders:?
    Macintosh HD/System/Library/Contextual Menu Items
    Macintosh HD/Library/Contextual Menu Items
    Macintosh HD/Users/yourusername/Library/Contextual Menu Items
    If so, you may be able to uninstall/reinstall the associated application.
    Consider temporary sequential manual removal/isolation of the suspect file to verify CM functionality and finder stability
    ;~)

  • Mail doesn't see newly created document when attaching files

    If I save a file, and attempt to use Mail to attach it, Mail does not see in in the browse window. If I quit Mail and then re-open it, it then does see the files to attach.
    Has anyone seen this before? Thank you very much for any help regarding this.

    IMAP issue... fixed now.

Maybe you are looking for

  • Ipod 80GB Video will no longer work on sonic impact V55 player

    Sonic Impact has a message that due to an Apple software change I must purchase a Composite Video Cable for the video to work on the V55 player. The apple rep at the Genius Bar said this cable will not work since it has three cable to connect and the

  • ISOExceptions

    Hi all, can anyone please help me with a problem I've encountered with my applet. I've been attempting to write some exception handling, simple enough you'd think? Anyway within my method(for retrieving a byte array from my card), I check to ensure t

  • Question about Java's HttpServer: Threading? Backlog?

    Hello, I have two questions about Java's HttpServer (com.sun.net.httpserver). From the JavaDoc: > Management of threads can be done external to this object by providing a Executor object. If none is provided a default implementation is used. > How ca

  • Firefox on't open; error message = Platform '5.0' not compatible with minversion =2.01 maxversion =2.01

    Just installed Firefox 5.0 yesterday. No problems till now. Came in for the day. Had last used Firefox about 3 hours earlier without incident. Tried to open, but message said it was already open so I should restart it, or failing at that, restart my

  • How to set volume with AudioServicesPlaySystemSound?

    I got playing sound with AudioServicesPlaySystemSound working, its quite simple but theres no documentation on how to set volume at all. Is it possible and how?