Own developements & Customizing starting with Z

Hi,
quick question: it is known that project specific customizing needs to start with Z or with Y in order to avoid being overwritten in the next SAP version.
Is there any other letter I may use in order to start my own customizing or developments?
Thanks,
F

>
Navneeth Bothra wrote:
> Hi,
>
> You can use your own namespace, other than 'Z'r 'Y' for customer developents.
>
> Thanks & Regards,
> Navneeth K.
But you have to apply for it and get it approved first.  Tip - get as short a one as possible... I'm using one with 8 characters...

Similar Messages

  • Own Customizing starting with Z or Y.

    Hi,
    quick question: it is known that project specific customizing needs to start with Z or with Y in order to avoid being overwritten in the next SAP version.
    Is there any other letter I may use in order to start my own customizing?
    Thanks,
    F

    Hi,
    No, for customer specific objects you've to use objects starting with Y or Z.
    But however, customer can apply for specific customer namespace though.
    http://help.sap.com/saphelp_nw70/helpdata/EN/57/38decf4eb711d182bf0000e829fbfe/frameset.htm
    Regards,
    Debasis.
    Edited by: Debasis Sahoo on Oct 16, 2008 4:25 PM

  • Custom action with XML type input and output parameter.

    Hi,
    I want to develop custom action with xml type input and/or output parameter.
    Is there sample code for java side. How is the definition of input and/or output parameter and set/get methods?
    does it need special .jar file to develop custom action like this?
    Thanks.

    Cemil - yes, you can use XML data types.  Use the class
    com.sap.lhcommon.xml.XMLDataType
    for your parameter type.  Here is a snippet from a custom action we use to log XML (instead of just returning the #text node like the default logger does):
    public class XMLLogger extends ActionReflectionBase
        private String source;
        private String eventType;
        private String textMessage;
        private XMLDataType xmlMessage;
        public XMLLogger()
            log = new Logger("UserLog");
            source = DEFAULT_SOURCE;
            eventType = TYPE_INFO;
            textMessage = "";
            xmlMessage = new XMLDataType();
        public XMLDataType getXmlMessage()
            return xmlMessage;
        public void setXmlMessage(XMLDataType xmlMessage)
            this.xmlMessage = xmlMessage;
        public void Invoke(Transaction transaction, ILog ilog)
            StringBuffer sb = new StringBuffer();
            sb.append('[');
            sb.append(source);
            sb.append("] ");
            sb.append(textMessage);
            sb.append(XMLUtils.convertXmlToString(xmlMessage));
    XMLUtils is a helper class we wrote - it's just a bunch of standard Java XML boilerplate code.  The important part you need to know is XMLDataType.getDocument() will return an org.w3c.dom.Document.
    I hope that was enough information to help.
    -tim

  • Help Needed with getting Started With Office 365 Development C# Rest API

    We have a O365 Tenant Setup with a Federated Active Directory Setip we want to be able to right code that will connect to our tenant and perform basic CRUD operations against it (ex. Creating mail boxes)
    The problem is we want this to be contained in a CLR trigger In SQL so say if a new user is added to our user table then we would create a new AD account for that user and also create a mailbox.
    But I cannot find and example on how to connect to Office 365 using the REST API (Not the SDK because you can not add the connected service to a class library) and before the required actions that we need to do. All the example I have found are with the
    SDK API and/or require window 8 and that is also not an option.
    Please help I do not know where to start, and I would love to see some examples done in c# and not using the SDK.
    Thanks,
    Andrew Day

    Hi,
    >> Instead of SharePoint URLs I would use the O365 API URL?
    Yes, in my sample code, I was accessing the File resource by using the O365 File API. In your case, you need to acquire the token to access the Mail resource and use O365 Mail API.
    By the way, I think the article
    Understand Office 365 app authentication concepts will help you to understand the authentication process in Office 365 Development.
    >> Why can I not use the SDK API with a class Library?
    Actually, you are able to reference the Office 365 .NET SDK in the class Library. But the class library project type was not supported by Visual Studio Office 365 Development Tool. As a workaround,
    you can reference the SDK manually in your project.
    Since your original question is about “getting started with Office 365 Development C# Rest API”, if you have more questions about the Office 365 SDK, I will suggest you posting a new thread
    to discuss the Office 365 SDK. It will involve more other community members to share their ideas and experience on a specific a question and for others who had a similar question could also find the valuable information quickly.
    Regards,
    Jeffrey
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Interacting with labview with my own developed scritpting language.

    Hi all,
    I am Divya.
    My aim :
    I need to develop a programing language to interact with Labview such that the script should call labview front panel, execute the given task and front panel shold give back the result to the script.
    I want to achieve this by using my own developed programing language (Valid reasons are there why not to use already exixting scripts which I dont want to discuss here as it is not relevant).
    My idea :
    As developing a new scripting language is a big task I am planning to start with Python scripting. I am trying to interact with labview using python script for now.
    My problem :
    As I am fresher to this field I dont know the possible ways to interact with Labview using python scripting. (Except using Labpython). If there is any way to achieve this please guide me on this.
    Thanks in advance

    Hi Dennis_Knutson
    I am doing the same as the original question I have asked. As I have mentioned in my question I am starting off with a small addition (or any basic mathematical operation) function using Python script. 
    And yes the basic idea is to call Labview from script not the vice versa. To achieve this I need to pass the parameters from the python script to Labview and output from Labview to Python. For this purpose I am developing a small VI which vil take Python commands and carry on furthur operations.
    I can explain with an example.
    I have a command in python as sum=x+y. I want to take this command and send 'x' to a numeric control, 'y' to another numeric control and 'sum' to a numeric indicator and at the same time back to script. In between numeric controls 'x' and 'y' I need to carry out '+' operation. Say if the command is sum=x-y I need to carry out '-' operation(Where identifying '+' or '-' or any other operation is the job of labview). 
    I have developed a VI which can take the command from python and give it to Labview as a string. I need to know how to bifurcate that string to numeric controls, operands etc.

  • Download a Project file for Visual Studio regarding the Kinect for Windows v2? Getting Started with Kinect Development in Visual Studio

    I am currently trying to make an application for Kinect for Windows v2 but I am entirely new to Visual Studio and Kinect development and could use some help getting started. I honestly have no idea where or how to start and I figured the easiest thing would
    be to obtain a simple project file and examine how it works myself, but I have been unable to find one. The easiest thing would be if I could obtain a project file for Visual Studio that is an application which overlays the Skeletal model over people in real
    time, though similar project files would also be appreciated. The app I am making largely involves things similar to overlaying the skeletal model on bodies so this would get me off to a great start and show me how the code is laid out within visual studio
    simultaneously. (I would prefer the code to be in C# if that is possible but other languages also work).
    I have checked out some of the guides for kinect development but they all assume you know how visual studio works so I cannot get very far in them. Thus if you know of a good guide to get me started with visual stuido AND the Kinect then I would be glad
    to here that as well.
    Alternatively, and I know this is not the right place for this, I have Matlab, which I know works for the Kinect v1 but can't find support for it regarding the v2, so if you could point me in the right direction on how to get it to work with the Kinect v2
    THAT would also work incredibly well as I am much more familiar with Matlab.
    I already have Visual Studio Ultimate 2013 installed, as well as the Kinect SDKv2.0, the physical Kinect for Windows v2, and my laptop meets all of the requirements for development so those are not issues.
    Thanks in advance for any advice you can give me!

    Hi Jicnon,
    Thank you for posting in MSND forum.
    Since this forum is discuss: Visual Studio WPF/SL Designer, Visual Studio Guidance Automation Toolkit, Developer Documentation and Help System, and Visual Studio Editor. About your issue, I think that it is
    more related to the Kinect for Windows v2, so I suggest you can post this issue directly to Kinect for Windows v2 SDK forum:https://social.msdn.microsoft.com/Forums/en-US/home?forum=kinectv2sdk
    ,maybe you will get better support.
    In addition, I find a similar thread about your issue, maybe you will get some useful message.
    https://social.msdn.microsoft.com/Forums/en-US/92b23946-53d2-419c-8624-66e6c390617f/information-to-start-project-with-kinect-for-windows-v2?forum=kinectv2sdk
    Thanks for your understanding.
    Best Regards,
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • I am automating the process of sending appointment reminders to my clients. I started with an alert with an email in calendar using the clients email address as a custom entry in my me card in my contacts. this was resulting in three emails being sent wit

    I am automating the process of sending appointment reminders to my clients. I started with an alert with an email in calendar using the clients email address as a custom entry in my me card in my contacts. this was resulting in three emails being sent with slightly different versions of the same address (see my previous post). Heating someone else's suggestion I created a workflow file to send an email and calling that file from an alert on my calendar. This is working and sends only one email to the client.
    My calendar is on I cloud and I access it from three different computers so I can keep my appointment calendar current. The files that send the email only exist on one computer. My other computers show error messages when those emails get sent. It seems that each computer wants to send the email. It's a small problem but is there a way that I could not get those alerts.
    But appreciate any thoughts about this. It seems like both problems might be related to the iCloud system.
    Thank you in advance,
    Michael

    Good work, catch so far Michael, does seem to be a "feature" of iCloud syncing, not sure what you could do to disable it.

  • Developerday  VM Ora-12505 Getting Started with Oracle SQL Developer 3.0

    Just downloaded the VM , Started the tutorial Getting Started with Oracle SQL Developer 3.0
    As mentioned in tutorial , I was trying to make a new connection and I am getting following error
    Ora - 12505 : TNS Listener doesn't currently know of SID
    I gave SID as orcl, and seems to be working OK, can I use orcl for this tutorial
    Edited by: OrcArgusDev on Apr 13, 2012 9:01 AM
    Edited by: OrcArgusDev on Apr 13, 2012 9:11 AM

    Thanks, I'll survive. Just my luck, the first item I try to anon. debug didn't work! :)
    thanks, hopefully this problem will be few and far between

  • What software do I need to get started with GIS development

    Hello, I'm a Oracle RDBMS specialist but interested in getting into GIS development. I want to set up a local environment and play around with it. Could someone advise me as to what software I need to install/download? Is all of it free?
    1.) I'm assumming I need ORACLE with SPATIAL (was looking into 10g) Is this download free?
    2.) I also looked into MAP VIEWER as an extension of the Oracle Application Server.
    Are these 2 products all I need to get started?
    I also read alot about arcGIS? Can this product be downloaded for free or is it a licensed product?
    Does anyone have any other suggestions about some software/documentation that may help me get started in this technology.
    Thanks,

    Hello!!
    Actually, you need Oracle Spatial or Oracle Locator. Oracle Locator is free on Oracle Express, and you could start with it. Otherwise, if you want to know more, Oracle Spatial comes with Oracle Enterprise, and Oracle 10g gives you a schema that allow you to store, manage and query spatial data through Oracle functions, etc.
    To start using MapViewer, considering that you already have some spatial data stored on the database, you could download the MapViewer kit at http://www.oracle.com/technology/products/spatial/index.html.
    You could buy the Pro Oracle Spatial book. It´s very good.
    Good Luck!
    Regards
    Carlos Eduardo

  • Developping custom trusted recon connector with ICF - 11g Release 2

    Hi all,
    We need to develop a custom connector for trusted source reconciliation (trusted source is HR system). We need to implement custom logging mechanizm (catch the comming data from HR and log it to db). Also in our HR system user deletion is not flaged but directly the record is deleted from the db, can we handle this with ICF? I mean can we search both HR and IDM for all records on the connector side? Any guide is strongly appreciated...
    Thanks in advance..
    Aliye

    Thank you for your response Gyanprakash...
    From what I understand at all, when I develop custom connector bundle using ICF (implementig the interfaces for Connector and ConnectorConfiguration) :
    The implemented methods
    SchemaOp, CreateOp, DeleteOp, UpdateOp, SearchOp<Map<String, String>>, GetApiOp, is all for the target system, I mean our searches are always on the target system(in my case HR system), if I want to make search for users on IDM(to get all users on IDM) we must use OIM API, am I right?
    Thank you for your help
    BR

  • In Linux, my firefox uses the /etc/firefox profile for all users, now I need ONE user only to start with their own profile, I'm struggling to achieve this, please help!

    In Linux, my firefox uses the /etc/firefox profile for all users, now I need ONE user only to start with their own profile, I'm struggling to achieve this, please help!

    .Jake. wrote:
    I forgot to say that the hard drive has not been used yet...
    So you have no backup of your data at all?
    Pete

  • Create custom transation with start variant

    Hi All,
    I'm trying to create one custom transaction for a Report and it should start with  Variant .
    For this in SE93 we will give transaction code, program name and there is option called 'start with variant' but in this screen I could not able to see the variant I have created for this program . If I check any sap standard program I can able to see all the variants in this screen. Can any one help me out in this regard.
    Thanks
    Swapna!

    Following are the setps for creating variant, attaching it to the target transaction & making available for all the users -
    1. Transaction SHD0 - Create a variant for the required transaction by changing the layout through hiding fields and screens.
    2. Transaction SE93 - Create a variant transaction (e.g. for VA02 = ZVA02). Next allocate the transaction variant to this variant transaction.
    In 4.6c, you can default your transaction variant as the standard variant. (SHD0 - Edit -> Activate/Deactivate as standard variant)
    For more details, find the following link -
    http://help.sap.com/saphelp_nw04/helpdata/en/67/232037ebf1cc09e10000009b38f889/content.htm
    Hope this helps.
    Regards,
    Amey

  • I have an ipod nano 5th generation. the problem with it's that it doesn't show in itunes when connected to the laptop and it switches on on its own and songs start playing the battery gets consumed too fast after full charge. what is the actual problem?

    i have an ipod nano 5th generation. the problem with it's that it doesn't show in itunes when connected to the laptop and it switches on on its own and songs start playing the battery gets consumed too fast after full charge. what is the actual problem?

    What have you tried so far in terms of troubleshooting this issue?  Are you plugging the iPod into a high powered USB 2.0 port on the back of your PC? Have you tried a different USB cable?
    What happens if you try to reset the device with it still connected to the PC?
    How to reset iPod
    Has this iPod ever worked on this PC or is this the first time you have time you have tried connecting it?
    Have you carefully worked through each and every single suggestion in this Apple support document?
    iPod not recognized in 'My Computer' and in iTunes for Windows
    B-rock

  • I own CS6 from DVD and have just upgraded (by paying) for Creative Cloud. Is there an upgrade price or do I just start with monthly/yearly subscriptions to CC2014?

    I own CS6 from DVD and have just upgraded (by paying) for Creative Cloud. Is there an upgrade price or do I just start with monthly/yearly subscriptions to CC2014?

    You get a discounted first year on your subscription if you own a previous product, which you should have been asked for when signing up.
    Mylenium

  • I am walking through Apples tutorial getting started with iOS development. I am at the storyboard area and can't seem to drag the cancel button to the green exit. I am not sure why the exit button doesn't except it. Is anyone else having this issue?

    I am walking through Apples tutorial getting started with iOS development. I am at the storyboard area and can't seem to drag the cancel button to the green exit. I am not sure why the exit button doesn't except it. Is anyone else having this issue? Is there a work around? I have done this app twice and still cant get the exit to except the Cancel or Done  bar buttons

    Yes I checked it.  As far as I can see I did everything Apple said to do.  I took some screen shot so you can see how the screens are connected and what and where the code is, and what it does when I drag the cancel and done bar buttons to the exit

Maybe you are looking for

  • Check box in a Grid

    Hi Experts, I am binding my data to a grid and after that i have added a check box column as last column and i kept the Grid Collapse level as  2.My data is binded as following _COL1        COL2      COL3                      COL4_ A                 

  • Windows 7 won't boot, during or after installation, only through the Windows DVD

    Hi, I've been trying to install Windows 7 on a Macbook Pro 15'' (Mid 2010) through Boot Camp. The OS X version is Mountain Lion (the notebook was bought with Snow Leopard, and I got Lion and Mountain Lion through the Mac App Store). I don't have a ph

  • Mutiple "error in parsing..... " declaration dropped messages

    there are multiple error entries in my error console some are listed below: Warning: The 'charCode' property of a keydown event should not be used. The value is meaningless. Source File: http://support.mozilla.com/en-US/forum/1?openpost=1 Line: 0 War

  • Incorporating html site into iWeb

    As a newcomer to iWeb I'd be very grateful for some advice on incorporating html pages. I realise I can add html snippets, but even a fairly simple addition introduces complications. When iWeb creates a completely plain page, call it xxx.html, it gen

  • ALE - Inbound--Shipping address capturing

    HI all, I am trying to deploy ALE scenario between two SAP systems. Application is PO to SO conversion . Hope some one can help , At receiver end; i am having problem to capture the Ship-to party address in the SO ,even though i have added it as inte