Doubt help SAP Library Objects

I don´t understand the next paragraph (help SAP Library)
link sap library
Is there a error? CREF1 to
CREF3?
If it could not be so,why CREF2?
"The effect of the assignment statement is to copy the reference from CREF1 to CREF2. As a result, the reference in CREF3 also points to the object C_COUNTER<1>. No more references point to the object C_COUNTER<2>, and it is automatically deleted by the garbage collection. The internal name C_COUNTER<2> is now free again." 

Hi abapers,
thank you for you attention.
I have debuger the next code:
REPORT  zcu04_prueba.
CLASS counter DEFINITION.
PUBLIC SECTION.
  DATA A TYPE I.
  METHODS: increment.
ENDCLASS.
CLASS counter IMPLEMENTATION.
METHOD increment.
   A = A + 1.
ENDMETHOD.
ENDCLASS.
START-OF-SELECTION.
DATA: cref1  TYPE REF TO counter,
           cref2  TYPE REF TO counter,
           cref3  LIKE cref1.
1º):
cref1 = 0<>
cref2 = 0<>
cref3 = 0<>
CREATE OBJECT: cref1, cref2.
2º):
cref1 = 9
MOVE cref2 TO cref3.
3º):
cref1 = 9
CLEAR cref2.
4º):
cref1 = 9
cref3 = cref1.
4º):
cref1 = 9
http://help.sap.com/saphelp_nw70/helpdata/en/73/f6b832b3fd11d194f20000e8353423/content.htm
I don´t understand the next sentence (help SAP Library)
The effect of the assignment statement is to copy the reference from CREF1 to CREF2. As a result, the reference in CREF3 also points to the object C_COUNTER<1>. No more references point to the object C_COUNTER<2>, and it is automatically deleted by the garbage collection. The internal name C_COUNTER<2> is now free again."
I don´t understand. I think that the sentence:
"The effect of the assignment statement is to copy the reference from CREF1 to CREF3  is the correct. 
Why it is no correct?
Thanks.
Cordial greetings

Similar Messages

  • Error when I click on Help -- SAP Library

    Hi guys,
    When I click on Help --> SAP Library or Help --> Application Help or Help --> Glossary
    I get an error message as follow:
    Error in SAP HTML-HELP (SHH.exe)
    Could not find file
    "L:\Data\Saphelp\htmlhelp\HELPDATAR347x200
    NE\e18e5134\1a06084d\e11000000\9b38f83b\frameset.chm
    For details please check the entries in the files SAPDOCCD.LOG in the windows directory.
    SO how to solve this problem...
    And is there a way to change the path in which the system look to when i click SAP Library from the path shown above (L:\ Data\....) to another path??
    Please I need your help
    Thanks & Regards

    Hi,
    Are the html help files installed on the "L:\DATA\..." drive ? and are the help files installed in language "NL" (Dutch) ?
    You can control the path where to look for the files in 2 ways (as i remember):
    1) by customizing the SAPDOCCD.INI file on your local workstation (if exists). (User specific)
    2) by customizing in transaction SR13 within your R/3. (System specific)
    But in the SAPDOCCD.LOG file you should be able to see how the location is found, and from where.
    Every thing however (including basic trouble shooting) is described in SAP's document "Installing the SAP Library" or something like this....
    I hope this helps...
    Regards
    Rolf

  • Setting Variants for Help (SAP Library)

    Hy, when i open rsa1 i receive a message for Help.
    If i select ok, receive a error message: Could not find ...
    Can i customize this link in SPRO?If yes, How i can add a  address link to SAP Help?
    Thank's a lot. 
    Andrea

    You will have to modify the ITS service "BBPHELP" and template "BBPHELP_1000".
    You may add the URL : help.sap.com in the foll line:
    var helpURL="`FRONTEND_URL`";
    Here in the std,you will have to provide the link to the HTML page.
    (extract from other thread)
    BR
    Dinesh

  • Problems for display SAP Library on SAP Menu.

    Hi SAP Gurus, I have I problem with SAP Library:
    I take the following evaluation path:
    Menu SAP - Help - SAP Library
    and when a click on this option it appears the following msg:
    Error in SAP HTML-Help (SHH.EXE)
    Please install /update Microsoft HTML-Help. Using unsopported versions may cause problems in help display. For details please check the entries in the file SAPDOCCD.LOG in hw windows directory.
    Can Anybody help me with this issue?
    Best Regards to All.

    Hi,
    Same problem here since we upgraded to Sapgui 7.10.
    Any solution?
    Thanks,
    Jon

  • Installaing SAP Library How ?

    First I tried to install SAP help html docs through SAPINST but I am unable to find sap library dvds which asking by SAPINST , please guide me which meda (DVD number ) I put in Dvd drive at the time of installation.
    Question 2: --
    I went through following steps, but still I am getting the error
    Run transaction SR13
    PlainHtmlHttp TAB selected
    Clicked on "New Entries"
    Variant: SAP_HELP
    Platform: WINDOWS NT (My OS is windows2k8 64bit)
    Area: IWBHELP
    server names:
    mymachinename
    path:
    (Mymachine)\helpdata
    language:EN
    default: put it check marked
    Clicked on Save button
    then ceated new request called SAP_Help
    Then clicked on Save button
    Then clicked on back button
    and then Clicked on Help -> SAP Library
    But still is says No Documentation Available
    Please guide. I would appreciate your help
    Thanks & Regards,
    Shahid Ahmed.

    To get SAP library follow these link (i don't know your Sap Release...)
    http://help.sap.com/nw73/
    http://help.sap.com/erp60/
    To install it, follow this guide:
    http://*************************/2008/10/install-sap-library_13.html
    Note that, before the above steps, you need to Copy the SAP Library DVD on SAP system and share the ..\htmlhelp\helpdata directory with the name of SAPHelp
    or
    Step1: Install SAP library on your local P.C.
    Step 2: Configure the sapdoc.ini
    Configure file sapdoc.ini with the entry as shown. This file exists on C:\Windows. If it is not found, create it using your favorite text editor.
    u2014-
    [HTMLHELP]
    HelpType=HtmlHelpFile
    HtmlHelpFilePath-EN=<C:\Program Files\SAP\SAP ERP Central Component 5.0 English\HELPDATA\EN> : Path of SAP help where you installed it on your P.C.

  • Extend offline SAP library

    Hi all,
    under "Help->SAP Library" it is possible to start the offline SAP Library (it consists of many .chm files).
    This exact location of our offline library has been customized with transaction SR13.
    I would like to know if it is possible to extend the offline SAP library?
    Greetings Fred.

    ExtendScript is modular… so if you have a bunch of functions you use regular stick them in a library file *.jsxinc and include them…?

  • Sap library help

    Hi,
       To install sap library help on my development server.my development server on linux and maxdb.
    how i have to set the path.
    thanku

    Hello,
    You can put the help files on a windows server or a windows system on the same network and configure the online help documentation as shown below:
    In Transaction SR13
    a) Go to the Tab "HTMLHELPFILE"
    b) Click the "New Entries" Button
    c) Type the following input in the respective fields as given below.
    variant: SAPHELP
    Platform:
    : WN32
    Area: IWBHELP
    Path:
    SERVER_NAME\Software\SAPHelp\HTMLHELP\HELPDATA
    Language: EN
    Default: Click the check Button
    Then click "SAVE" Button . This will prompt for change request which you can
    transport it to Quality and Production System.
    Hope this helps..
    Regards,
    Jazz

  • Need help in SAP Business Object Dashboard

    Hey, I need some help.
    i have a dashboard which is current built in Qlikview.
    Now our client proposed that they need to migrate this dashboard to SAP Business Object.
    Please guide about dashboard desigining using SAP, since i am absolute novice about BO so guide according like which BO software needs to be install and some learning material of BO, please email @ [email protected]
    Many Many Thanks in advance!!

    Too generic to answer this question and also you can find lot of thread, discussions & blogs are available to get the info. Also you can find some templates & samples inside the dashboard itself, play with those component and understand them better.
    Best place to get familiar with the dashboard using the tutorials.
    Official Product Tutorials – SAP BusinessObjects Dashboards
    Installing SAP BusinessObjects Dashboards 4.0
    http://help.sap.com/businessobject/product_guides/boexir4/en/xi4_dashD_user_en.pdf
    SAP BusinessObjects Dashboards 4.0, SAP Crystal Dashboard Design 2011, SAP Crystal Presentation Design 2011 - Product Av…
    SAP BusinessObjects Dashboards 4.1 – SAP Help Portal Page
    SAP BusinessObjects Dashboards Resource Centre
    Please go through the above links which can help you to understand how dashboard works, install & Product availability matrix.

  • Help on PO13 ---- "SAP Organizational Object"  in the table control.

    Hi All,
    Can some one tell me details on or where to read from ..... PO13 -> "SAP Organizational Object"  in the table control.
    For eg if you go to PO13 -
    > "Relationships"  in the table control you get all the hierarchy details of an employee (eg: reports to, belongs to, holder ...etc.).
    Similarly what would you get when u go to PO13 -
    > "SAP Organizational Object" -
    > Overview  in the table control. Is it something to do with product hierarchy ..... am not very sure. I am working on a sandbox on a trial workflow for learning purpose and I do not have it configured so that I can look for some samples.
    I understand I am not very clear about my question, but still I hope if someone can answer.
    Thanks,
    Anu.

    An object type is a generic description of an object.
    The object type definition determines the object type by specifying its various components.
    An object type is defined by its
    Basic data, such as name, created by...
    Key fields, which give each object a unique ID
    Attributes as the characteristics of an object
    Methods with parameters and exceptions as activities that can be performed for an object
    Events, which describe any changes that occur
    Implementation in the program code
    After assigning Object Type, you should click on Assign Key.. and assign respectuve Object ID.
    This will create link between Object in HR-OM with Object of other modules like Sales, Vendor, Purchase etc.
    Note sure, how this is used in Workflow... i never worked on workflows.
    Regards
    ...SAdhu

  • SAP Standard objects:modified ones.

    Dear all,
    my client wants to have a report where in he can see all the modified SAP standard object so that he can analyse his effort for the next upgrade.
    there is already a report existing which does this but not sure if the logic is correct.
    It is getitng all the entires from table "ADIRACCESS" and displaying.
    I understand i can look at the txn SPAU and SPDD but ofr reporting purpose i waould need to get the tables/ FM which gives me the lilst of objects
    any pointers to that would be appreciated.
    thanks in advance !

    Hi Dhruv,
    As mentioned by Srinivas the ADIRACCESS table is where all access keys used within your system for modification to SAP standard code are stored and hence should be a good indication of what all / how many modifications to standard have taken place.
    As to your doubts, append structures do not require access keys, since creating append strcutures is an enhancement to standard DDIC objects and only needs a transport since in actual, it only is creating a Z table structure.
    Also, user exits and BAdis certainly dont require access keys. Again they are enhancement and not modifications and when upgrading they will NOT be overwritten. As SAP mentions, during upgrades all enhancements are retained within the system however modifications if not handled are overwritten.
    Hope this helps in a way.
    Best regards,
    Aditya

  • How to create Webi Reports with SAP BW Objects

    Hi,
    I have no knowledge on creating webi reports with SAP BW Objects like (InfoCube, DSO, MultiProvider, Infoview, MasterData Infoobject).
    As per my understanding Webi reports can be developed with universe which is created on BEx Queries or OLAP BAPI interface, unfortunately i don't have BEx App installed. So, i have to create OLAP universe in this case.
    Here my question is can we create universe with all the available BW objects like InfoCube, DSO, MultiProvider, Infoview, MasterData Infoobject.
    Please, Can anyone suggest a solution
    Thanks,
    Siva
    Edited by: siva@chinni on Apr 25, 2010 4:45 PM

    Hi,
    Yes we can create WebI on the top of SAP Objects - InfoCube, DSO, Characteristics etc...
    But we have to keep in mind that for WebI we must create Universe.
    When we create universe we make direct connection with SAP Objects but we get less functionality - such Calculated Key Figures, Restricted Key Figures, formulas etc. Now you have to achieve all these missing components at Universe Level and at WebI level.
    If you are creating your universe on the top of DSO and InfoObject then make sure they set for reporting.
    There are some online documentation which tells that what functionality you can achieve.
    Check the following document to have a bird's eye view.
    [http://www.sdn.sap.com/irj/boc/go/portal/prtroot/docs/library/uuid/100369a7-033e-2c10-94a4-f254f8578153?quicklink=index&overridelayout=true]
    There is another document in PPT which I could  not find online. It is very helpful document. It is:
    II. SAP BusinessObjects BI Solutions XI 3.1 and SAP NetWeaver BW 7 Current risks, approach, and mitigating strategies for Client Partners, License Sales, and Consulting Delivery Managers
    Partner Enablement Seminar
    Regards,
    Bashir Awan

  • Help: DDIC Lock object

    Hi All,
    I have doubt about lock object,
    when we create lock object ENQUEUE_OBJ AND DEQUEUE_OBJ also gets created but what about transporting it? should we transport it saparately or automatically its get transported?
    Thx.

    Check the below link
    [http://help.sap.com/saphelp_nw70/helpdata/en/cf/21eef3446011d189700000e8322d00/content.htm|http://help.sap.com/saphelp_nw70/helpdata/en/cf/21eef3446011d189700000e8322d00/content.htm]
    When you save a lock object, it will ask for a trasport request to be saved under. Once that is given, the generated FMs ENQUEUE_<lockobjectname> and DEQUEUE_<lockobjectname> are also saved under the same transport request.
    1. Check your QA system whether the 2 generated FMs for the <lockobjectname> exist in QA?
    2. Also check in SE11 whether <lockobjectname> exist in QA?
    Hope it helps.
    Thanks,
    Balaji

  • Doubt about SAP XI standard Demo.

    Hi All,
              I am running through SAP XI standard Demo.
    When I am creating Container for the receiver I don't find any container type available to select. Where to define this container type. In demo the container type MultipleBookingOrderRequest_Abstract is given. but I don't find it when click on the Type field. Your Help wud be greatful. Please find the tutorial link below for your reference.
    http://help.sap.com/saphelp_nw70/helpdata/en/66/64104221ef5133e10000000a155106/frameset.htm
    Cheers,
    Senthil

    Hi,
    S, you can but should be gud in fundas.  Ofcourse, tutorials willl help you to pick the design skills, plz chck the following threads for basic docus:
    Check out this thread for basic doubts.
    Re: Newbie - WebDynpro Java
    check out this pdf for complete webdynpro tutorial.
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/ba2db0e5-0601-0010-9790-e271902f2c38
    The below link will take you to webdynpro sample applications and tutorials.
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/49f2ea90-0201-0010-ce8e-de18b94aee2d
    regards

  • Help in abap objects

    hallow
    i wont example in regular abap like select stetmet and how i do that in abap objects (the same code)and which benefit i have in using objects.
    Regards

    hi,
    check the below links lot of info and examples r there
    http://www.sapgenie.com/abap/OO/index.htm
    http://www.geocities.com/victorav15/sapr3/abap_ood.html
    http://www.brabandt.de/html/abap_oo.html
    Check this cool weblog:
    /people/thomas.jung3/blog/2004/12/08/abap-persistent-classes-coding-without-sql
    /people/thomas.jung3/blog/2004/12/08/abap-persistent-classes-coding-without-sql
    http://help.sap.com/saphelp_nw04/helpdata/en/c3/225b6254f411d194a60000e8353423/frameset.htm
    http://www.sapgenie.com/abap/OO/
    http://www.sapgenie.com/abap/OO/index.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/c3/225b5654f411d194a60000e8353423/content.htm
    http://www.esnips.com/doc/375fff1b-5a62-444d-8ec1-55508c308b17/prefinalppt.ppt
    http://www.esnips.com/doc/2c76dc57-e74a-4539-a20e-29383317e804/OO-abap.pdf
    http://www.esnips.com/doc/5c65b0dd-eddf-4512-8e32-ecd26735f0f2/prefinalppt.ppt
    http://www.allsaplinks.com/
    http://www.sap-img.com/
    http://www.sapgenie.com/
    http://help.sap.com
    For funtion module to class
    http://help.sap.com/saphelp_47x200/helpdata/en/c3/225b5954f411d194a60000e8353423/content.htm
    for classes
    http://help.sap.com/saphelp_47x200/helpdata/en/c3/225b5c54f411d194a60000e8353423/content.htm
    for methods
    http://help.sap.com/saphelp_47x200/helpdata/en/08/d27c03b81011d194f60000e8353423/content.htm
    for inheritance
    http://help.sap.com/saphelp_47x200/helpdata/en/dd/4049c40f4611d3b9380000e8353423/content.htm
    for interfaces
    http://help.sap.com/saphelp_47x200/helpdata/en/c3/225b6254f411d194a60000e8353423/content.htm
    4) http://esnips.com/doc/0ef39d4b-586a-4637-abbb-e4f69d2d9307/SAP-CONTROLS-WORKSHOP.pdf
    5) http://esnips.com/doc/92be4457-1b6e-4061-92e5-8e4b3a6e3239/Object-Oriented-ABAP.ppt
    6) http://esnips.com/doc/448e8302-68b1-4046-9fef-8fa8808caee0/abap-objects-by-helen.pdf
    7) http://esnips.com/doc/39fdc647-1aed-4b40-a476-4d3042b6ec28/class_builder.ppt
    8) http://www.amazon.com/gp/explorer/0201750805/2/ref=pd_lpo_ase/102-9378020-8749710?ie=UTF8

  • What is the best way to find and apply the samples in the sap library

    I am a fresh man in the process of learning sap .
    Mainly aim at the MM and SD model .
    They all say that the best way to accomplish the task is to follow the sap on-line help.
    because i don`t know the struts of the library , so to find what i need in the library becomes impossible for me as the library includes a lot of files .
    so please some one help me to direct the struts of the library and teach me the way how to find what i want ?
    thanks

    Hi,
    This forum is for BPX. Post Solution related quries in SAP Solution Forums.
    You can access MM and SD help at:
    http://help.sap.com/erp2005_ehp_02/helpdata/en/80/ea89395eb58c4f9d0c3e837cf0909d/frameset.htm under Logistics
    or http://help.sap.com/ -> SAP ERP -> Choose Release (for example SAP enhancement package 2 for SAP ERP 6.0) -> SAP ERP Central Compoennt (MM and SD under Logistics)
    From Materials Management Link you can navigate further to Purchasing, Inventory Management etc. From Sales and Distribution you can naviate further: Sales, Billing etc.
    For example to see help regarding Purchase Orders:
    You would first expand Logistics and choose Materials Management in Help Link for ERP Central Component. Here, choose Purchasing Node which will take you Purchasing Help screen -> Click and Purchase Orders Node and Expand the same for more information regarding Purchase Orders.
    You should be comfortable with SAP help link.
    Regards,
    Naveen.
    Search the forum with keywords before posting the query.

Maybe you are looking for