Documentation on Class CL_RSRD_SETTING_DT

Hello Experts,
We are planning to build an enhancement that will create Broadcast Settings automatically. We are thinking of using the class CL_RSRD_SETTING_DT to create/update the settings. I would like to know if anyone knows where to get some documentation on this class.
Thanks,
Eric D

Oops. I wonder why this class has been documented (probably due to the CL_WD_* name). Actually, despite of what the prefix suggests this class is not released for public usage. Major (necessary) enhancements have been made to this class starting from SP10 to SP12. Due to its internal nature it's not part of any public package interface as well. So please don't use it.
Best regards,
Thomas
P.S.: Although the naming of this class is an error it cannot be changed anymore without causing collateral damage. Alas....

Similar Messages

  • Template for documenting Java classes

    Could anyone suggest a website that provides a template for the correct format for documenting Java classes, and programs?
    I have been told there is one on the Java website, but after hours of searching it I could not find the specific page for the template.
    Thanks for the help!!!!!

    I assume u want to use the javadoc tool:
    http://java.sun.com/j2se/javadoc/
    http://java.sun.com/j2se/javadoc/writingdoccomments/index.html

  • Making the doc.bat to create the documentation for classes & Tests

    Hello
    I have created a file called "documentation.bat" to created the documentation in html for my src and test classes.
    I havent got any problem to do it for my classes, but i also want to do it for my Tests and i dont know how to put it in the same .bat file
    To create documentation for the classes i use this:
    set CLASSPATH=.\sources;.\lib\cacheLRU-lib-1.1.jar;.\tests
    javadoc -d .\doc -linkoffline http://java.sun.com/j2se/1.5.0/doc/api .\doc -sourcepath sources -author -subpackages es.ubu.lsi.cacheLRU.controladorTo create documentation for the Tests classes i was using this, that show my decents for warnings :S :
    set CLASSPATH=.\sources;.\lib\cacheLRU-lib-1.1.jar;.\tests
    javadoc -d .\doc -linkoffline http://java.sun.com/j2se/1.5.0/doc/api .\doc -sourcepath sources;tests -author -subpackages es.ubu.lsi.cacheLRU.controlador es.ubu.lsi.cacheLRU.testsWhats the problem in the second code?
    How to put two folders and two packages to do it?
    Lots of thanks, sry for my language :S

    Try generating just to Word and then creating the PDF from
    there. There is a known problem which affects some users but not
    others. Cause not known.

  • Documentation for Class libraries

    Can someone tell me where I can get documentation of all the Java classes including constructors methods etc etc. Right now my only source of information is the Java Black Book and I got a feeling it does not list every method in all the Java classes.
    Thanks
    Peter Loo

    On the left column of this page, there's a link marked "j2se". Click it.
    At the top of the resulting page, there's a link marked "j2se documentation. Click that.
    You end up here:
    http://java.sun.com/docs/
    Scroll down and there are links to download the API (and other) docs.
    The same approach leads you to j2ee and j2me docs.

  • Where can I find documentation for  class HttpJspBase?

    Is it part of package javax.servlet.jsp?

    Is it part of package javax.servlet.jsp?No. HttpJspBase is Tomcat specific, not part of the standard servlet or JSP packages. See http://jakarta.apache.org/tomcat/tomcat-5.0-doc/jasper/docs/api/org/apache/jasper/runtime/HttpJspBase.html for documentation.

  • Searching for extended ABAP Classes documentation

    Hi,
    I'm a newbie to this forum (perhaps I'm a newbie in an abap too - with my 1.5 yrs abaping) but I'm interested in a few topics related to classes available in the repository:
    1. Where can I find full and detailed info (means description of interfaces both public and private/static) on classes included in a dev.class SLIS, SCET, especially specific ones - currently I'm looking for a documentation on class <cl_alv_changed_data_protocol>, because the info supplied in the repository is not so obviously clear for me.
    2. Can someone point me to a SAP cource/academy -name(s) related to the public classes related to a gui programming and!!!! their support-classes (such as mentioned one above) - which is most important.
    3. (specific question) In the OO framework(s) I worked with in my background there was a possibility to 'extend' some class' behaviour (usualy adding interface). Is there any possibility in a SAP environment to do this and if yes where can I find a docu/info on how to achieve this? Is this achieved only with a related access key?
    4. Please could someone provide me a dev.class names with demo-programs (such as SLIS, SCET) related (mostly) to a GUI-programming?
    Perhaps checking the source of the demo-reports supplied in these dev.classes would help me, but occasionaly it's a bit more complicated and time-consuming than to check a related docu, isn't it?
    The info-sources I have (and used widely) are:
    a) html-documentation with my (ok, our) installation > 4.6C (both integrated into an environment and CHM-help).
    b) 'Controls Technology - Workbench edition' - which I would recommend to all the programmers interested in this area.
    c) 'An Easy Reference for ALV Grid Control'  by Serdar SIMSEKLER (BTW, thank you very, very much Serdar! for providing this reference to the public, I found it very usefull)
    d) of cource, the Class Builder via Repository Browser (se80) which usually and unfortunately doesn't report me any class information when asked.
    e) occasionaly google-ing the world with a specific question and checking this fourm or some related one(s) in the sap community and in de.alt.comp.sap-r3 newsgroup (unfortunately for me the last one is basicaly with postings in German, which makes it unusable to me).
    Perhaps most of you would agree there is a lack of information on these topics. Or, of course, I'm still a newbie and don't know how/where to find it
    Please note, answers in sort of 'Feel free to ask with a specific question here...' are not the answer(s) I'm looking for I know this possiblilty and am using it :-).
    Finaly, one question off topic and related mostly to the moderators:
    Is there an intention or even better a possibility to achieve this forum via NNTP-protocol (means using a standard news-client)? It would be great for me if it's possible or is intended to become possible - I'm using a news-client to track few newsgroups (forums) and it would be great not to switch to a different browser to track this one, which is IMHO the best english-speaking abap-related forum.
    Many thanks in advance.
    Best Regards,
    Ivaylo Mutafchiev
    BC Consultant - Abap developer
    VBS Ltd.
    Varna. Bulgaria
    Message was edited by: Ivaylo Mutafchiev

    From within SE80 choose menu Environment->Controls Examples.  This will lead you to many fine Enjoy Control Example programs.
    Also SAP had a class several years ago called BC412 ABAP Dialog Programming Using EnjoySAP Controls.  It might still be around in some format.

  • Class Syntax Documentation

    I'm trying to find the online documentation for class modules but can't track it down. Can anyone assist with a link to this area of the VBA documentation? ie definition of class modules, constructors, properties access procedures,...
    Thanks
    Gordon

    Not sure if MSDN contains more than the following:
    Here Class Module is defined as:
    "A module that contains the definition of a class, including its property and method definitions.".
    Here you have a description of Class Module vs. Module.
    Here you can download full .CHM documentation of VBA for Office 2013.

  • How to use Class "CL_GUI_CHART_ENGINE" in a abap program ?

    Hi Guys,
    I want to display data in my internal table in the form of a Graph using class "cl_gui_chart_engine".
    I had a look at sample program given by SAP - GRAPHICS_GUI_CE_DEMO but need some help to understand how can we use our own data to be displayed in the graph ? Basically what I am looking for is that where we need to do the changes in creation of XML file so that we can pass our own data ?
    ( perform create_data_demo using l_ixml_data_doc)
    Could you please help me with some sample code or pseudocode ?
    Thanks
    Ashwa

    Thanks Kai,
    I had already done the same thing and got the required output.
    Populate X-Axis ( Categories )
      LOOP AT ITAB.
    Populate Categories
        l_element = p_ixml_doc->create_simple_element(
                  name = 'C' parent = l_categories ).
        l_element->if_ixml_node~set_value( itab-value).
      ENDLOOP.
    Populate Y-Axis ( Values )
      LOOP AT VALUE_TAB.
       l_element = p_ixml_doc->create_simple_element(
                 name = 'S' parent = l_series ).
        l_element->if_ixml_node~set_value( value_tab-value).
      ENDLOOP.
    I am now trying to find the ways to change the default layout of the graph. I guess it should be done in "perform create_custom_demo using l_ixml_custom_doc." . I want that my graph should be displayed as lines instead of bar's.
    Once I achieve this I will share my findings along with sample code with the community.
    I wish I could get some documentation on class "cl_gui_chart_engine" and interfaces like "if_ixml_document".
    Thanks
    Ashwani

  • Java .class files low-level (hex) editing?

    Hello, all!
    I have a problem:
    There is an application (namely a J2ME instant messanger for Nokia mobiles). It is a non-commercial application. But unfortunately, there is a bad bug in the application. It is not even a bug, it is more a feature - but it does not support Russian (cyrillic) characters encoding. Russian characters in all incoming messages are displayed with a kind of hierogliphs.
    I wrote to developers (and not only I did - I know at least 3 russian people who also wrote a developer about this) - but unsuccessful. Developer keeps silent.
    So what I decided is to fix the bug by myself :) By decompilation, e t.c.
    Unfortunally, the midlet is hard obfuscated :( So it took me some hours of reading obfuscated code, and now I see some ways which I must try to solve the problem. I think I must write a code which processes the desired String variables (Despite obfuscation, I can see which Strings to process to obtain effect), and inject this code somewhere to be executed, and from where it could reach the desired Strings.
    But the great problem is that obfuscated classes produce a lot of erroneus code, which can not be compiled back. So I decide to reject the decompilation at all, or at least of the big classes (where it is a lot of errors, which I can not correct manually).
    In some moments, the application stores the desired Strings in the java.lang.Hashmap. So if I could place my processing code into the Hashmap methods, then I could easily process what I need.
    Evidently, I can not edit the real basic java classes. But why not to make the applicaton using my class with identical functionality, instead of java.jang.Hashmap?
    My idea now is to edit the .class file of the midlet (yeah, edit with notepad), replacing all the references to "java/lang/Hashmap" or "java.lang.Hasmap" with "java/lang/Fuckmap" and "java.lang.Fuckmap".
    So did I (replaced it in norepad).
    I read the Sun's documentation about .class file structure, and it seems that nothing is against it. There is no encryption, no checksums, e t.c.
    Then I produced "Fuckmap" class this way:
    import java.lang.Hashmap;
    class Fuckmap extends Hashmap {}
    (compiled and preverified it of course)
    And placed it into java/lang folder inside the application jar.
    I instead of working properly, I get the "Application error - invalid constant pool entry"). What do I do wrong?

    2 lexzeus, mlk:
    I understood you.
    I jave just tried it, and used "jaga/util/Fuckmap" (jaga, not java). But still the same ("Invalid constant pool entry). I tried two times (maybe I could make something wrong?), both times took "clean" jar package, e t.c.
    Do you really think jav.alang.Hashmap should help now? I have ony little hope :(

  • .class and .length - where do they come from?

    hi,
    I was wondering about the field .length, which you can invoke on an array
    int anIntArray[] = new int[10];
    System.out.println("length="+anIntArray.length);
    this would produce the output
    length=10
    But where does this field come from? I can not find it in the Object-class.
    The same thing applies to the .class:
    System.out.println("String's class="+String.class);
    would produce the output
    String's class=class java.lang.String
    Where does the .class in String.class come from? And is it a field, an operator or something else?
    Are there any other "hidden" fields or operators, which are not keywords or come from Object?

    Arrays are objects so they can have fields. The length field defined in the classes for the arrays. These classes are created on the fly by the JVM so you won't be able to see the fields in any source code or JavaDoc documentation.
    '.class' isn't a field at all. When you put '.class' on the end of a class name what you get is a class literal. Class literals evaluate to an instance of the Class class. Try compiling a small example using '.class' and then take a look at the produced java bytecode using 'javap -c'.

  • Re: Documentation Display in Container.

    Dear Experts,
    I have requirement which is, My program was displayed the List of Class names in the output based on some selection conditions.
    After from the displayed list when I double click on any Class name in the next screen I want to display Attributes and Documentation in split screen. (Half screen with Attributes of that class and half screen with Documentation of class).
    For this I used Split screen concept and created two containers , In one container I am displaying Attributes.
    Now I want to display Documentation in another container of same screen ( Like documentation display when we press documentation button in SE24).
    Can anybody give me the suggestions to solve this problem.

    Hi Ankur,
    Thanks for prompt replay,
    Could you please tell me which method I have to use from that class. To display the attribute I am using Set_table_for_first_display method.

  • What kind of classes are these?

    Hello,
    The code
    Map availcs = Charset.availableCharsets();
    System.out.println(availcs.getClass().getName());
    Set keys = availcs.keySet();
    System.out.println(keys.getClass().getName());prints:
    java.util.Collections$UnmodifiableSortedMap
    java.util.Collections$UnmodifiableSet
    API docs do not describe such classes. Neither I can find out what this form of class name means (ie: '$' in the middle).
    Thanks in advance.

    Is there any convention as to documenting nested
    classes?
    I would imagine that you can use the same conventions that apply to normal classes. Documentation of local and anonymous nested classes might not be as important. The reason why the classes mentioned are not in the official API documentation is that as a user of the API you don't need to know the internal workings of classes and it is sufficient to know that the object returned from some method implements a certain interface.
    May they possess some important
    functionality??
    Yes, have a look at [url http://java.sun.com/j2se/1.4.1/docs/api/java/awt/geom/Point2D.html]the class Point2D for instance. Point2D is an abstract class and provides two non-abstract subclasses (one implements Point2D with floats and the other with doubles) as nested classes; to create an actual instance of Point2D you must use either of them.

  • JDev 10.1.3 / Ant / element classes not defined in parent war

    I tried to build a WAR file with Ant in JDeveloper 10.1.3 (Preview). The source of the build.xml:
    <?xml version="1.0" encoding="windows-1252" ?>
    <project name="MyApp" default="war" basedir=".">
    <target name="init">
    <tstamp/>
    </target>
    <!-- ... -->
    <target name="war" depends="init">
    <war destfile="../deploy/myApp.war" encoding="Cp1252" webxml="../public_html/WEB-INF/web.xml">
    <classes dir="../classes"/>
    <lib dir="../public_html/WEB-INF/lib"/>
    <webinf dir="../public_html/WEB-INF"/>
    <metainf dir="public_html/META-INF"/>
    </war>
    </target>
    </project>
    I got 3 error messages, which do not correspond to the Ant documentation:
    - element classes not defined in parent war
    - element lib not defined in parent war
    - element webinf not defined in parent war
    That's why I'm not able to build a war file for deployment.
    Is there any chance to bypass/correct the errors?

    This bug has been fixed for the Production Release. There is no workaround in the Preview Release. However, these errors should only appear while editing the Ant buildfile. They should not prevent you from running the buildfile.
    -Matt Hawkins
    Oracle JDeveloper

  • Abstract Graphics class ???ques???

    Referring to the abstract methods within this class such as drawPolyline and drawPolygon, etc . . . it says in the documentation for Class Graphics:
    "The Graphics class is the abstract base class for all graphics contexts that allow an application to draw onto components that are realized on various devices, as well as onto off-screen images."
    There are no sub-class method overrides for drawPolyline and drawPolygon, for example, except for those in subclass Class DebugGraphics, which in turn call Graphics.drawPolyline and Graphics.drawPolygon - for example - at the end of the method implimentation anyway.
    And besides, DebugGraphics is a swing class, and I would not be importing it in a strictly AWT application anyway.
    So where is the actual code for these methods is what I am wondering?
    Thanks;
    ~Bill

    The Graphics class is subclassed in JVM specific classes since rendering
    graphics on different machines is going to be done differently (this
    was discussed recently). So to use these methods find a suitable object
    (like an image already loaded) and call getGraphics on it. This will
    return a Graphics object cast from the JVM specific graphics subclass...
    Steve

  • Apple documentation

    In the apple documentation for class references, what is the difference between tasks and instance/class methods?

    A task is something you want to accomplish. Call the instance/class methods to accomplish the task. When you click the Tasks link in the documentation for a particular class, the tasks are the headings and the instance/class methods are the links under the headings.
    Take a look at the Tasks section of the NSString class as an example. Some tasks for NSString include creating and initializing strings, getting a string's length, and getting numeric values out of strings. These tasks are high-level goals you want to accomplish. Suppose you want to get the numeric value out of a string. You would call one of the methods under the Getting Numeric Values heading, such as -floatValue or -integerValue, to get the numeric value.

Maybe you are looking for

  • How to fix error message 0xC00D2728 when downloading WMA audiobook on OverDrive?

    I use Mozilla Firefox and when I try to download a WMA audiobook from my public library, using OverDrive, I get the error message 0xC00D2728. How can I fix this? Are there any safe error fixing programs or sites if I can't do this myself?

  • HT1532 can i play videos & tv shows from an iPhone & iPad on apple tv?

    Am I able to airplay any and all videos and streamed from apps TV shows

  • IE 6 problem-main content pushed down

    Hi, I have viewed other folks' threads with similar problems, but of course I can't find it in mine. :-( I am using Dreamweaver CS3. I have two columns, and the main column's content gets pushed to the middle of the page. Of course this is only in Ex

  • Patchset 10.2.3.2 and Error OUI-10091

    Hello, when I'm trying to install patchset 10.2.3.2 on OAV collection agent with OUI (previous version is 10.2.3.0 and patchset on server is already done), in window Product-Specific Prerequisite Checks are all checks marked as succeeded. After I cli

  • What's so good about an iPod?

    I have never held either a 2nd gen Nano nor 5th gen iPod nor any iPod gen. Obvious differences aside, I'm wondering why a user with both, other than gaming and video, would use one over the other? I seek purchase guidance. (I would ask the same contr