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

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

  • 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

  • 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 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

  • ATE does not display SAP Inventory Manager 4.0 screens properly

    We're implementing SAP Inventory Manager 4.0 running on SMP 3.0 SP3 PL3. Testing the application in Agentry Test Environment is not possible as screens do not get rendered properly regardless of the platform selected. We've tried with multiple versions of ATE from SMP 3.0 SDK SP1 through SP4. None of those works. Because no buttons are rendered there is no way to interact with the app in ATE.
    Could some prerequisites be missing? We've tried on a Windows 7 machine as well as the SMP server itself (Win Server 2008) getting the same exact results.

    Lukasz,
    Win32 screens were removed from the newest IM release because the WPF uses Tablet (iPad) screens.  You can test in the ATE using the PPC screens by making a change to your screensets.ini file that sits in your application directory.  We use this trick in product development to test using ATE:
    Change your Win32 section in screensets.ini to be as follows:
    [Win32]
    1=PPC
    After bouncing the server, using the above will allow you to debug the PPC screens.  We do this for all our testing.
    Jason Latko - Senior Product Developer at SAP

  • Identity Management 8.0  - SAP Provisioning Forms UI display

    Hi guys!
    I'm trying to setup a new environment with SAP Identity Management 8.0, using the standard SAP Provisioning Framework.
    I've already followed all install guide and configuration steps, but the Web forms for default provisioning tasks are not appearing on the Self Service tab or Manage tab. I've already tried to modify the forms to let anonymous and everyone to execute the form, but no clue.
    The tabs appears OK, but no tasks are available to choose
    We are using the lastest patches available until today.
    Any help would be appreciated.

    Hi Eduardo,
    Please go to the forms and right click over the Identity folder.
    The option Show Folder in User Interface should be selected
    If this doesn't help please try restarting the JMX and check your Datasource.
    Regards,
    Todor

  • 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.

  • Alternative Performance Visualizations in SAP Strategy Management

    A question frequently posed to the SAP Strategy Management solution management team is u201Cu2026beyond scorecards and strategy maps, are there other ways within SSM that I can visualize my organizationu2019s performance?u201D The answer is yes.
    The SSM Strategy page allows you to create and display up to three goal diagrams. Typically SSM users will just create a strategy diagram (the most common type of goal diagram) and let the other two goal diagram place holders go unused. However, with a little ingenuity the other two goal diagrams could be put to very good use.
    Using the goal diagram manager on the SSM Administration console you can import custom images (e.g. Adobe Illustrator or MS Visio images) into the SSM Strategy page. Once a custom image has been imported, hotspots can be mapped on top of the image that allow you to view the status and details of scorecard objects in relation to the image. Hotspots can be created for Contexts, Perspectives, Objectives, and KPIs (KPI hotspots are new in SSM 7.0). For each hotspot location a status indicator is displayed reflecting the Red/Yellow/Green status of the scorecard object. When the hotspot is clicked, details for the scorecard object are displayed in a dropdown box.
    So if, for example, you have created contexts for different geographic regions within the United States, you could import a map of the United States and then map context hotspots that allow you to easily view your organizationu2019s performance across geographic regions. So, on your US Map goal diagram you might see a green status icon over California, red over Boston, Yellow over Florida, etc. indicating your organizationu2019s performance in those regions.
    Other custom goal diagram examples include:
    - Organization charts that show the performance of different divisions / groups within your organization
    - Process flow diagrams that show performance of different elements of a business or production process
    - Initiative / project summaries that show the performance of multiple initiatives
    For more information on how to manage custom diagrams in SSM, view the Help topic u201CGoal Diagramsu201D within the SSM Administration console.
    Best Regards,
    Chris Clay
    Enterprise Performance Management
    Solution Management

    Hi Guna,
    Please see this document for recommended roles for strategy management - http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/b0ac7368-092f-2a10-d68f-8ba5c3f75f10?quicklink=index&overridelayout=true
    Regards,
    Sen

  • Add functionalities to SAP Strategy Management

    Hello,
    I am a student who wants to add some functionalities to the SAP Strategy Management software,
    to make it more collaborative. I subscribed to this very collaborative SAP website to find an answer on two questions:
    - is it possible for me as an external student to add functionality in SAP Strategy Management by programming in ABAP or JAVA?
    - if so, what (free) development tools are available
    I hope that there is someone who can help me with these two short questions. I would be very thankfull.
    Regards,
    Sadesh Sewnath
    Erasmus University Rotterdam
    Economics and Informatics

    Ransingh,
    Strategy Management is not a toolkit, it is designed as an out-of-the-box foundation for managing operational and strategic performance within an organization.
    I will refer you to the white paper on How to Customize Strategy Management 7.0 on the EPM BPX site. You can find it here near the bottom of the Strategy Management category:
    http://wiki.sdn.sap.com/wiki/display/BPX/EnterprisePerformanceManagement%28EPM%29How-to+Guides
    This is gives some tips on customizations.
    As far as free development tools, SSM comes with a Tools area, http://<server>:<port>/strategy/tools.
    There is also BICA, which is a tool for harmonizing the data from SAP BW. There are some fundamental differences in how SSM and BW deal with data and they must be harmonized to provide accurate display of data in SSM.
    Customizations to Strategy Management are not supported and care should be taken with modifications during upgrades or support pack releases, so that they are backed up and re-introduced to the application.
    Regards,
    Bob

  • SAP Strategy Management stop loading on 96%

    Hi,
    we are facing the following problem.
    System Information:
    ==============
    SAP Strategy Management 10.1
    SAP Netweaver
    SAP MaxDB
    We did the following steps:
    ===================
    We used PAS cube builder to build a new PAS cube with one measure only. the PAS cube been created successfully.
    We then go to the SAP Strategy Administrator and tested the two associated model connections (CBSSM_SC & CBSSM_MM) and can connect.
    we set up this model under Entry and approval tab in the administrator screen and defined this measure for data entry.
    We used Data Entry and approval link to enter the data manually for the only KPI stored in this cube after defining the measure set.
    we then successfully loaded the data into the model.
    After that we scheduled a task to re-aggregate score cards data and it is completed successfully.
    We defined on KPI in the administrator screen and associated it with the created KPI (measure) in the already created model (cube).
    I already assigned SSM tasks to SSM roles from SAP net weaver administration screen.
    When we ope the main SAP Strategy Management interface link it loads and stop at 96%
    When we changed the model connection back to the default one "MODCONN" which is based on "Juice" model the main SAP strategy screen successfully complete at 100% and we can navigate to score card table but there is no data to be displayed. Only context hierarchy with the created KPI and no values or data.
    Can any one hep ...!?

    Hi every one...
    The problem was fixed by using a PAS cube with a defined dimension. There was many issues in SAP strategy Management 10.1 SP0 corrected in SP 1,2 & 3 regarding using a cube with no dimension. Also you may sometime need to close your browser and log in again.

  • Error message is 'The Request Error : 400' with SAP Download Manager

    Hello,
    The authorization object SWDOWNLOAD (download software) is assigned to the My user ID.
    But I could not download below that file.
    SAP_ABA 710 (4~8)
    SAP_BASIS 710 (4~8)
    PI_BASIS 2006_1_710 (4~8)
    SAP_BW 710 (4~8)
    Error message is 'The Request Error : 400' with SAP Download Manager
    I logged on to SAP Service Marketplace, software download area /swdc.
    I have created objects in the download basket and have received approvals (->Maintenance-Optimizer) where required.
    I start the SAP Download Manager and the objects from the download basket are visible in the object list of the program window.
    After I choose "Objects for Download", the system starts the download.
    In the info-line (in the lower part of the window), the system displays the message 'Processing object...' and then 'The request failed: 400'.

    Hello,
    In these cases the following things should be checked:
    1.- Please be sure that you are using the latest Donwload Manager version
    2.- S-User and password should be active
    3.- Specify the proxy. Please refer to SAP Note 155954
    4.- It might be that you are not licensed for the product you want to download.
    If the checkings above are correct and the problem is still alive, I would recommend you to open an SAP customer message under component XX-SER-SAPSMP-SDM providing the following information:
    1.- The exactly software product name and package or stack number you try to download.
    2.- Attach to the message the results of the trace file generated as per note 574885:
    574885 - Download Manager: Generate trace file for analysis
    I hope this helps you.
    Regards,
    Blanca

  • Adding a new screen on SAP Work Manager 6.0

    Hi All;
    I'm working on customising the SAP Work Manager 6.0 application. One of the things that I have to do is add a new screen "Pool Management". I have been trying to achieve this via the Agentry Editor 3.7.2 with no luck. So the first thing that I did was to copy an existing screen, for example the TimesheetView screen set, hoping that there would be a duplicate screen similar to this, but this doesn't seem to be adding the duplicate screen when I test via the Agentry WPF client. Please kindly advise how I would go ahead with a requirement like this. Please see image below for the screen addition that I am working on. I would really appreciate your help in going about with this!
    Much appreciated!
    Sizo Ndlovu

    Sizo,
    Steve is correct.  Examine the main screenset.  Choose the platform, then copy an existing screen or add a new one.  Modify it as needed.  It will now display as a new tab on the client.
    Jason Latko - Senior Product Developer at SAP

Maybe you are looking for

  • Unable to collect NIC data for reporting with MIB-II module

    Hi all, Here we have SunMC 3.6.1 set up with almost all the available modules, including the complete "MIB-II Instrumentation" one. We also have the "Performance Reporting Manager" feature, and want to use it to generate a hole bunch of performance r

  • LCD Monitors & Editing

    Just demo'd CS4 and notice a returning issue with LCD Monitor Editing. I have two nice LCDS; one 1920X1200 and one 1680x1050. Standard video has ghosted vertical lines (faint) and then when I play AVCHD from another program, the lines are distinct an

  • Best way to deal with hard coded variables in a package

    There is a plsql package that reads a line from a file, parses the data, does a ton of sql operation with it (select update, inserts, calculations) and then writes the output to an output file. The file names and the firectories are retieved from a d

  • GETTING NOT ASSIGNED WHILE EXECUTING THE QUERY

    Hi Experts, i have one query on 0sd_c03, while i am executing this query i am getting 'notassingned' in some keyfigures like "width,length,grade,grade series,quality". but i have the data in datatarget. what is the problem,what is the solution for th

  • 'Identical' schemas on different servers - different explain plan costs

    Hello, I have two servers, 1 development and 1 production. I have a query which produces wildly different explain plan costs on the two servers: The development server provides a cost of just over 800 and the production servers is over 100000. I have