Internship in SAP campus management

Hello everyone,
I am trying to find, where is defined "internship" object in SAP Campus Management, and how can I manage all internship
things of the student?
Thanks in advance.
Best Regards.
Ayşe S.

Hi Ayse,
Diego is right but you have to define your modules as internship.
In Module Data Tab page, use module category as Internship. Configure Module category in IMG>> Master Data>>Academic structure>>Modules>>Define Categories.
Hope it will solve your issue.
Regards
Vinod Kumar

Similar Messages

  • Enquiry of SAP Campus Management System

    Dear all
    Would like to have first enquiry about SAP Campus Management System, is it suitable for use by Learning Centres (for example some tutorial learning centre or child learning centre), what's the scale of the product and most importantly, initial investment? Thanks
    (For the first look I think only suitable to University type Campus?)
    Donald

    The SAP Student Lifecycle Management (former name is Campus Management) solution enables institution-wide collaboration across business processes and users, supporting more effective service,increasing efficiencies, and lowering
    total cost of ownership. Its global approach brings together experience and best business practices from different educational systems, educational levels, and cultures. By accommodating the diverse aspects of international academic programs an non-academic programs, the software helps institutions to be successful in a globally collaborating world. Its flexibility and scalability supports ongoing transformation,growth,and optimization of business processes.
    In other words SAP SLcM can serve different type of 'study' models and cope with their processes/demands. The SAP solution serves the entire Education & Research ecosystem. Below some examples:
    - K-12;
    - Public Universities;
    - Private Universities;
    - Medical Schools;
    - Business Schools;
    - Techning-intensive Universities;
    - Etc, etc.
    Your question regarding the Initial investments I cannot answer directly. If you send me an e-mail (rob(atsign)sap.com) I can get you in contact with my collegeaus who can help you out.
    Please do not hesitate to contact me if you have any other queries.
    Br,
    Rob

  • If we don't use SAP campus management

    Dear experts,
    We want to implement ECC and CRM in the Higher Education Industry. Our client has already a Student Management System (not SAP) and doesn't want to change it now.
    We want to use SAP for billing, instalment plans and debt management (- btw, not only for that). Which SAP modules should we use for that and which object should we configure if we don't use Campus Management? 
    Could we create a business agreement /contract in CRM with students courses as products? Or could we use service order?
    Thanks in advance for your feedback,
    Best regards
    Stephanie

    Stephanie,
    You could certainly do a standalone SAP student accounting implementation which interfaces with the legacy student system.  This approach has actually been done before at other insitutitions, including those that choose to implement Student Accounting prior to implementing the rest of Student Lifecycle Management.
    Student Accounting would handle all of the billing, collections, payments, installment plans, etc.  It is based on FI-CA (Contract Accounting).  The biggest question is whether tuition fees would be calculated in SAP or in the existing system.
    I would not see CRM as a necessary component at all for student accounting, but you might have other uses for it (such as recruitment).
    Michael

  • SAP Campus Management photo display

    Hi Experts,
    can any one let me know how to work on photo display in abap reports or smartforms.
    Actually we are working on campus management, were we require to print the I-Card of students... so for every corresponding roll number we need to display the photos for the students.... is there any function module which can be used for it..
    tx in advance.
    Sudhanshu
    Edited by: Sudhanshu Sharma on Feb 13, 2008 5:21 AM

    Hi,
    Please check the code which created and display Image on Program.
    OBJECTPICT a control should be defined on the Screen.
    MODULE pbo_0200 OUTPUT.
    DATA: objectpicture  TYPE REF TO cl_gui_html_viewer,
    objectpicture1 TYPE REF TO cl_gui_html_viewer,
    my_container   TYPE REF TO cl_gui_custom_container,
    my_container1  TYPE REF TO cl_gui_custom_container,
    t_zispicture   TYPE TABLE OF zispicture,
    r_zispicture   LIKE LINE OF t_zispicture,
    prog_repid     LIKE sy-repid,
    wa_picurl      TYPE zipicurl,
    doc_url(255),
    doc_url1(255).
    CLEAR doc_url.
    CALL METHOD g_bl_object->bl_select_picture
    EXPORTING
    g_db_object_old = g_db_object_old
    g_db_object_new = g_db_object_new
    r_zisobj        = yisobj
    IMPORTING
    r_zispicture    = r_zispicture.
    IF r_zispicture IS INITIAL.
    doc_url = 'http://www.googleimages/ImagesGlobal/nopicture.png'.
    ELSE.
    doc_url = r_zispicture-zipicurl.
    ENDIF.
    * registrieren des objects wenn nicht vorhanden.
    IF NOT objectpicture IS INITIAL.
    CALL METHOD objectpicture->free
    EXCEPTIONS
    cntl_error        = 1
    cntl_system_error = 2
    OTHERS            = 3.
    CALL METHOD my_container->free
    EXCEPTIONS
    cntl_error        = 1
    cntl_system_error = 2
    OTHERS            = 3.
    ENDIF.
    prog_repid = sy-repid.
    CREATE OBJECT my_container
    EXPORTING
    container_name = 'OBJECTPICTURE'.
    CREATE OBJECT objectpicture
    EXPORTING
    parent = my_container.
    IF sy-subrc = 0    AND
    NOT doc_url IS INITIAL.
    CALL METHOD objectpicture->show_url
    EXPORTING
    url = doc_url.
    ENDIF.
    PERFORM dynpro_attribute.
    ENDMODULE.                 " pbo_0200  OUTPUT
    Regards
    Bala.M

  • SAP Campus Management Issues

    Hi all,
    We are facing the following problems:
    A. We have different programs of study. However, these can contain a common module. For example, MBCE-701 can be a part of MBA Power Management as well as MBA Oil & Gas. While the module may be the same, it is appraised by different people. While doing the module appraisal, the list of students displayed is of all the students who have booked the module. Is there any way of limiting this list by pogram of study?
    B. Is it possible to import final student grades into the Module appraisal from an Excel file? For example, if I have all results in Excel, can I import these into the SAP system through some process?
    Points will be rewarded...
    Sudhanshu

    Hi Sudanshu,
    Continuing with the thread, it would be good if you have separate modules(SM) for different programs of study (SC).Taking your example, SC MBA Power Management as well as MBA Oil & Gas might have the same SM. However there is a very high possibility that the features of the SM for different SCs are different. As you have stated one would be the appraisers. Other differences would be the credits and for all you know even if the features are the same, the university may decide to change the name of the SM for one SC in future. In such a case you can address the issue better if you have separate SMs.You need to look at the various possibilities that would arise in the long run.
    Coming to grading, upgrading the grades seems to be a wonderful idea. But on careful consideration, if you look at it, upgrading involves twice the work as entering data directly into PIQSMFU or using the interface. In uploading you have to first make entries in an Excel file and then do another action of uploading. Since we don’t have the uploading feature, you will have to create probably an ABAP program. On the other hand direct entry into PIQSMFU is a one time activity. The university has only to figure out the authorization part.
    Do revert if you find a better solution since the scenario while you are working at the clients’ site might be completely different and complicated than the theory which we are propagating.

  • SAP IDES Campus Management Instllation

    Dears ,
    i have donwloaded IDES Campus Management 3 DVDs , i want to know how to install them on a running IDES Instance.
    Thanks,

    Hi Sachin,
    Please see the below links and you will get the complete information.
    http://help.sap.com/saphelp_erp2005/helpdata/en/7a/622a3bd6dc4c1190992c9afd246367/content.htm
    http://help.sap.com/saphelp_pserv472/helpdata/EN/31/8cac365d8bc341e10000009b38f839/frameset.htm
    Regards,
    Anil

  • IDES for SAP-HER Campus management

    Hello
    Is there is any IDES version For IS- HER ( Campus Management ) or any Alternative ?
    Regads.
    Sachin.

    Hi Sachin,
    Please see the below links and you will get the complete information.
    http://help.sap.com/saphelp_erp2005/helpdata/en/7a/622a3bd6dc4c1190992c9afd246367/content.htm
    http://help.sap.com/saphelp_pserv472/helpdata/EN/31/8cac365d8bc341e10000009b38f839/frameset.htm
    Regards,
    Anil

  • How to create the custom infotypes in Campus Management

    Hi,
    Please help me how to create the custom infotypes in campus management.
    Thanks,
    Lakshmi.

    Hi,
    Steps to create a HR Infotype:
    1) Go to Transaction PM01.
    2) Enter the custom Infotype number which you want to create (Should be a 4 digit number, start with 9).
    3) Select the 'Employee Infotype' radio button.
    4) Select the 'PS Structure Infotype'.
    5) Click on Create... A separate table maintenance window appears...
    6) Create a PS structure with all the fields you want on the Infotype
    7) Save and Activate the PS structure
    8) Go back to the initial screen of PM01.
    9) Click on 'All' push button. It takes a few moments.
    10) Click on 'Technical Characteristics'. Infotype list screen appears
    11) Click on 'Change'(pencil) button
    12) Select your Infotype and click on 'Detail' (magnifying glass) button
    13) Give 'T591A' as subtype table
    14) Give 'T591S' as subtype txt tab
    15) Give your subtype field as subtype field
    16) Save and come back to PM01 initial screen
    17) Click on 'Infotype Characteristics' ... Infotype list screen appears
    18) Click on 'Change' (pencil) button
    19) Click on 'New Entries'
    20) Enter your Infotype number and short text
    21) Here we have to set different Infotype Characteristics as per the requirement. (Better open another session with some standard Infotype's infotype characteristics screen and use as the reference to fill yours)
    22) Save your entries.
    23) Now the Infotype is created and ready to use.
    24) If you want to change the layout of the Infotype as per your requirement...
    25) In the PM01 initial screen...Select 'Screen' radio button and give 2000 as the screen name, then click on edit.
    26) In the next screen.. Select 'Layout Editor' and click 'Change'.
    27) Screen default layout appears...here you can design/modify the screen..change the attributes of the fields..etc.
    28) Save and activate. (Don't forget to 'Activate at every level)
    Subtype Creation :
    Transaction PM01 Goto Subtype Characteristics. Click on Append and then subtype. Enter the name and description of subtype on screen.
    Then goto technical Characteristics and maintain the details of subtype there. I.e name of subtype i.e. component name defined in PSnnnn. Subtype table is T591A.
    Subty.text tab is T591S and time const tab is T591A.
    See:
    http://help.sap.com/saphelp_46c/helpdata/en/4f/d5268a575e11d189270000e8322f96/content.htm
    HR related site:
    http://www.sapdevelopment.co.uk/hr/hrhome.htm
    Enhancement of Infotype
    Check the following
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/PAXX/PYINT_INFOTYP.pdf
    Infotype Enhancement overview screen
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/60a7586d-edd9-2910-68a8-8204303835a1
    Cheers,
    vasavi.
    kindly reward if helpful.

  • Portal integration with campus management..

    Hey there.. I'm totally new to campus management and I want to know how to integrate campus management with EP 7.. is there any business package or how does it work?
    I will really appreciate any comment.. thanx in advance..
    JV

    Tom,
    you may want to check this
    https://www.sdn.sap.com/irj/scn/advancedsearch?query=agile&cat=sdn_all
    Thanks
    Bala Duvvuri

  • Campus Management - BAPI

    Hi,
    I have installed a SAP ECC 6.0 system with Campus Management activation.
    I want to develop Web Dynpro Application used BAPI.
    Are there BAPI Object for Campus Management ?
    How can I activated the Campus Management BAPI ?
    Thanks for your help
    regards,
    Mathieu

    You should use txn "BAPI"
    1. Press "Filter" icon-button & select "All"
    2. You will find relevant ones in 4 sections
    a) Cross-Appl> SAP BusPart
    b) Fin Acctg> Contract Accts Recbl+Pybl
    c) Campus Mgmt
    d) Contract Acctg for PubSect
    3. Drill down each section above to see BAPI detials
    Good luck (people usually forget step 1)!
    (Please reward points if found useful!)
    Message was edited by: Mike Woodward

  • Activate industry extension campus management

    Hi,
    I activated Campus Management as wrote in 874414 note. I  could use campus management transactions, but i can't to reach Campus management in the SAP application menu.
    Support package level
    SAP BASIS 14
    SAP ABA 14
    all packages in system are up-to_date. I think that bug is on last SAP packages, because i early installed Campus Management ides and i could see Campus management in the SAP application menu and in my DEV system i activated all like in Campus managemt Ides. Maybe anybody had or  saw this problem ?

    What version of ERP are you running?
    Michael

  • Questions on SAP Strategy Management

    Dear Experts,
    I am very new to SAP Strategy Management (SSM). I already tried to find some information about it in the web, but unfortunately most documents only provide high level information (mostly marketing slides). Therefore I would be grateful if you could answer the following questions:
    1. SSM provides charts for data visualization. Is there an overview of supported chart types? Is there a source which gives further information about chart customization?
    2. SSM provides a collaboration functionality that enables user to add comments. Can comments only be maintained on query level, or also by navigation state (e.g. comment is only shown, when navigating to Calendar Year 2006 and Company Code 4711)?
    3. Is it possible to print comments / export comments combined with charts / reports to PDF
    4. Can users upload documents (e.g. MS Word docs)?
    5. A new version was just released which is supposed to have a better integration with SAP BI. What are the improvements in terms of integration? How can SAP BI data be accessed?
    6. What are the current system requirements for SSM?
    7. Where can a documentation on SSM be found (I could unfortunately only find an installation guide on service.sap.com)?
    Thanks a lot for your help!
    Marco
    Edited by: Marco on Sep 15, 2008 10:22 AM

    Marco,
    Here is some information about SAP Strategy Management:
    1. SSM provides charts for data visualization. Is there an overview of supported chart types? Is there a source which gives further information about chart customization?
    Strategy Management provides out-of-the-box packaged reporting templates: Benchmarking, Trending, Percent Contributions within subtotals, Exceptions, Rankings, Ad-Hoc reporting of multiple dimensions & metrics.
    With Strategy Management, you can also provide links to reports or charts in other applications for further drill-down or exploration. 
    2. SSM provides a collaboration functionality that enables user to add comments. Can comments only be maintained on query level, or also by navigation state (e.g. comment is only shown, when navigating to Calendar Year 2006 and Company Code 4711)?
    Comments are added by users to specific areas and can be defined as to which user groups have access or visibility to these comments. These comments are directly associated with a specific area (i.e. objective, KPI, initiative, etc.) with a tagging icon to show individual users if there are new, unread, comments since their last access to system.
    Comments are added at the user interface level and would be stored in either the MaxDB or SQL database, depending on how the implementation was configured. 
    3. Is it possible to print comments / export comments combined with charts / reports to PDF
    Strategy Management has an Operational Review function that allows users to capture screenshots, annotate them and publish as a pdf report.
    4. Can users upload documents (e.g. MS Word docs)?
    Throughout Strategy Management is the ability to provide links to other reports, internal or external documentation, as well as other applications. Best practices would have an associated link to documents.
    5. A new version was just released which is supposed to have a better integration with SAP BI. What are the improvements in terms of integration? How can SAP BI data be accessed?
    The improvements are an administrator tool that provides a basic user interface to simplify the handling of BI connectivity: importing schemas, defining virtual measures, creating scorecard metrics, and importing data.
    6. What are the current system requirements for SSM?
    That information can be found in the installation guides.There is a Master Guide and a Sizing Guide which will both be helpful.
    7. Where can a documentation on SSM be found (I could unfortunately only find an installation guide on service.sap.com)?
    The best public resource for documention about SSM is the BPX Community> Enterprise Performance Management
    Hope this is helpful,
    Bob

  • SAP Server Manager Error after BPC installation on domain controller

    Hi, I have installed BPC on a domain controller with windows 2003 server (english version). When I launch diagnostic in the "SAP Server Manager"  I have the following error message " Current user Name does not have permission for Adminitrators group" . I think that the application it's taking the local user (the diagnistic show that de current user is "server name\user name" instead of "domain name\user name" but I login with the domain Administrator ( this server is a domain controller don't have local users).
    Thanks

    Hi
    I have the same issue that you had.
    "I have installed BPC on a domain controller with windows 2003 server (english version). When I launch diagnostic in the "SAP Server Manager" I have the following error message " Current user Name does not have permission for Adminitrators group" . The application it's taking the local user (the diagnistic show that de current user is "server name\user name" instead of "domain name\user name" but I login with the domain Administrator ( this server is a domain controller don't have local users)."
    Can you please let me know how you solved this ?
    thanks & regards
    Lokesh

  • Problem With Device Management in Campus Manager

    hi , there are 474 devices in common services device managemant which I grouped them to userdefinedgroups .
    then I applied the auto allocation mode in Campus manager to apply all managed devices , when I click apply it mentioned that it would add 474 devices . but after data collection was finished just 461 devices was added and the rest of those are now in the Include devices under device management !!!
    why does it hapened ?   
    thank you .

    Hi Marian,
    Could you please provide me with details on how to setup test workbench reporting. I have a BW system external to Solution Manager. I have setup the RFC conncections and all is okay. I have also setup the source system in BW and installed the web templates. However, when activating the content via solman_workcenter - test management - settings, I get the following error:
    Content Activation Log
    Log for Setup ID 20100819135323
    20100819 135323[ERROR ]: Current Status: ERROR
    20100819 135323[INFO ]: Job CCMS_BI_SETUP successfully scheduled
    20100819 135323[ERROR ]: Incorrect system setting: standard transport is active
    20100819 135323[ERROR ]: Change system settings or set user parameters RSOISCONTENTSYSTEM and RSOSTANDARDCTOACTIVE
    20100819 135323[ERROR ]: Prerequisites check failed
    20100819 135323[ERROR ]: Jobname/count: CCMS_BI_SETUP 13532300
    I am sure there is something wrong in my setup but I cannot figure out what it is. A step by step help on how to do it will be greatly appreciated.
    Regards,
    Rue.

  • New forum needed on SAP Event Management

    I currently run 2 forums with around 300 users on SAP Event Management. I had to create private forums because none is available on SDN.
    SAP Event Management is a seperate module that used to only exist on SAP SCM but it is now and add-on module for SAP ERP, SNC, AII and TM.
    Who else sees the need for a forum for this incredibly useful tool?

    i fully support the need of separate forum for SAP EM (or SCEM) . if you go back to the history in early 2000 when we first launched EM we use to have stand alone and i believe only in SCM40 it got merged and now again we have different deployment opportunities.
    Considering cross industry functionality and applicability of SAP EM and specific industry like logistics and transportation industry, this need would be greatly justified.
    I am not sure whether this specific request have been taken to SAP product management but in any case i am planning to approch sap product managers from my end as well.
    Thank you for taking up this initiative.
    Valan
    SAP America.

Maybe you are looking for

  • Waking up after closing display (lid)

    The problem I am having with my waking PB only happens when I close the display. If I use the sleep command in the menu and don't close the display all the way, my PB stays asleep. If I close the lid all the way, it will eventually wake up and stay a

  • Service not registered with listener on one of the nodes?

    We have an 11.2.0.1 oracle RAC with 2 nodes. Recently the listener died on node 1 and after a manual startup it seems like the service doesn't register with the listener on this node. Here's what statusing the listener on both nodes shows: [oracle@db

  • UmbWhat is unlock code of an unactivated LG VN251 after a "Restore Phone" operation?

    We got new pones, and I want to sell the old one.  My phone number was still appearing on the "name card" even after a Reset, so I went to the security menu and did a Restore Phone operation.  Now the original security code (last 4 digits of my phone

  • My new computer with the newest firefox in not remebering passwords?

    I have a new Dell 8300 desktop and installed the new Firefox. It is not prompting me to or remembering passwords. I have it set to remember passwords but it doesn't work.

  • Exult-svn fails to build

    Hi there! I have a little problem with the exult-svn package: pngio.cc: In function 'int Import_png8(const char*, int, int&, int&, int&, int&, int&, unsigned char*&, unsigned char*&, int&)': pngio.cc:152:38: error: 'memmove' was not declared in this