ABAP Certfication Q's

Hi Experts,
Can U please provide me with the answers for the following Q's.
4. An event starts with an event keyword and ends with:
A: Program execution.
B: END-OF-EVENT.
C: Another event keyword.
D: END-EVENT.
6. The following code indicates:
SELECT fld1 fld2 FROM tab1 APPENDING TABLE itab
WHERE fld1 IN sfld1.
A: Add rows to the existing rows of itab.
B: Add rows to itab after first deleting any existing rows of itab.
C: Select rows from tab1 for matching itab entries.
D: Nothing, this is a syntax error.
7. You may change the following data object as shown below so that it equals 3.14.
CONSTANTS: PI type P decimals 2 value '3.1'.
PI = '3.14'.
A: True
B: False
8. The SAP service that ensures data integrity by handling locking is called:
A: Update
B: Dialog
C: Enqueue/Dequeue
D: Spool
9. Which of these sentences most accurately describes the GET VBAK LATE. event?
A: This event is processed before the second time the GET VBAK event is processed.
B: This event is processed after all occurrences of the GET VBAK event are completed.
C: This event will only be processed after the user has selected a basic list row.
D: This event is only processed if no records are selected from table VBAK.
10. Which of the following is not a true statement in regard to a hashed internal table type?
A: Its key must always be UNIQUE.
B: May only be accessed by its key.
C: Response time for accessing a row depends on the number of entries in the table.
D: Declared using internal table type HASHED TABLE.
11. TO include database-specific SQL statements within an ABAP program, code them between:
A: NATIVE SQL_ENDNATIVE.
B: DB SQL_ENDDB.
C: SELECT_ENDSELECT.
D: EXEC SQL_ENDEXEC.
12. To measure how long a block of code runs, use the ABAP statement:
A: GET TIME .
B: SET TIME FIELD .
C: GET RUN TIME FIELD .
D: SET CURSOR FIELD .
13. When a secondary list is being processed, the data of the basic list is available by default.
A: True
B: False
14. Given:
DATA: BEGIN OF itab OCCURS 10,
qty type I,
END OF itab.
DO 25 TIMES. itab-qty = sy-index. APPEND itab. ENDDO.
LOOP AT itab WHERE qty > 10.
WRITE: /1 itab-qty.
ENDLOOP.
This will result in:
A: Output of only those itab rows with a qty field less than 10
B: Output of the first 10 itab rows with a qty field greater than 10
C: A syntax error
D: None of the above
15. After a DESCRIBE TABLE statement SY-TFILL will contain
A: The number of rows in the internal table.
B: The current OCCURS value.
C: Zero, if the table contains one or more rows.
D: The length of the internal table row structure.
16. You may declare your own internal table type using the TYPES keyword.
A: True
B: False
17. After adding rows to an internal table with COLLECT, you should avoid adding more rows with APPEND.
A: True
B: False
18. Which of the following is not a component of control break processing when looping at an internal table?
A: AT START OF
B: AT FIRST
C: AT LAST
D: AT NEW
19. A dictionary table is made available for use within an ABAP program via the TABLES statement.
A: True
B: False

4. An event starts with an event keyword and ends with:
A: Program execution.
B: END-OF-EVENT.
<b>C: Another event keyword.</b>
D: END-EVENT.
6. The following code indicates:
SELECT fld1 fld2 FROM tab1 APPENDING TABLE itab
WHERE fld1 IN sfld1.
<b>A: Add rows to the existing rows of itab.</b>
B: Add rows to itab after first deleting any existing rows of itab.
C: Select rows from tab1 for matching itab entries.
D: Nothing, this is a syntax error.
7. You may change the following data object as shown below so that it equals 3.14.
CONSTANTS: PI type P decimals 2 value '3.1'.
PI = '3.14'.
A: True
<b>B: False</b>
8. The SAP service that ensures data integrity by handling locking is called:
A: Update
B: Dialog
<b>C: Enqueue/Dequeue</b>
D: Spool
9. Which of these sentences most accurately describes the GET VBAK LATE. event?
A: This event is processed before the second time the GET VBAK event is processed.
B: This event is processed after all occurrences of the GET VBAK event are completed.
C: This event will only be processed after the user has selected a basic list row.
D: This event is only processed if no records are selected from table VBAK.
10. Which of the following is not a true statement in regard to a hashed internal table type?
A: Its key must always be UNIQUE.
B: May only be accessed by its key.
<b>C: Response time for accessing a row depends on the number of entries in the table.</b>
D: Declared using internal table type HASHED TABLE.
11. TO include database-specific SQL statements within an ABAP program, code them between:
A: NATIVE SQL_ENDNATIVE.
B: DB SQL_ENDDB.
C: SELECT_ENDSELECT.
<b>D: EXEC SQL_ENDEXEC.</b>
12. To measure how long a block of code runs, use the ABAP statement:
A: GET TIME .
B: SET TIME FIELD .
<b>C: GET RUN TIME FIELD .</b>
D: SET CURSOR FIELD .
13. When a secondary list is being processed, the data of the basic list is available by default.
<b>A: True</b>
B: False
14. Given:
DATA: BEGIN OF itab OCCURS 10,
qty type I,
END OF itab.
DO 25 TIMES. itab-qty = sy-index. APPEND itab. ENDDO.
LOOP AT itab WHERE qty > 10.
WRITE: /1 itab-qty.
ENDLOOP.
This will result in:
A: Output of only those itab rows with a qty field less than 10
B: Output of the first 10 itab rows with a qty field greater than 10
C: A syntax error
<b>D: None of the above</b>
15. After a DESCRIBE TABLE statement SY-TFILL will contain
<b>A: The number of rows in the internal table.</b>
B: The current OCCURS value.
C: Zero, if the table contains one or more rows.
D: The length of the internal table row structure.
16. You may declare your own internal table type using the TYPES keyword.
<b>
A: True</b>
B: False
17. After adding rows to an internal table with COLLECT, you should avoid adding more rows with APPEND.
<b>A: True</b>
B: False
18. Which of the following is not a component of control break processing when looping at an internal table?
<b>A: AT START OF</b>
B: AT FIRST
C: AT LAST
D: AT NEW
19. A dictionary table is made available for use within an ABAP program via the TABLES statement.
<b>A: True</b>
B: False

Similar Messages

  • ABAP certfication

    Hi ALL,
    I want the information regarding SAP ABAP certfication?
    Thanks in advance..

    Hi Hemanth,
    The SAP Integration and Certification Center provides technical integration services to companies interested in integrating their application with SAP solutions.
    You can find more details about ABAP add-on certification @ http://www.sdn.sap.com/irj/sdn?rid=/webcontent/uuid/1c7da471-0501-0010-bf80-df5a61e5f2fd">http [original link is broken] [original link is broken] and choose "Interface Certification" as the application type.
    Once the application has been submitted, someone from the ICC team will get in touch with you and take things forward !
    Hope this helps !
    Regards
    Mukesh Gupta

  • SAP certification: WA development focus Java

    Hi,
    I am working as an ABAPer for three years, before coming to ABAP I learned Java. I had my ABAP certfication two years back. Now I am interested to be SAP certified Java programmer to refresh my Java skills in SAP environment.
    If anyone of you have taken the exam, can you please tell me what materials you have used for the preparation.
    Lokman

    Bhabik,
    actually SAP Education has some rules.. like if you dont want to attend the training, you need to provide experience certificate certifying 2 years of working exp in the product or something like that. The best place to know that is SAP Education. You can get the mailing link from sap.com --> services --> SAP Education. They can provide you exact details, rules, materials, cost i.e. each information.
    Thanks,
    Shubhadip

  • MINISAP MMC console not working

    Hi,
         I am pursuing my abap certfication. Inorder to get more practise I have downloaded the minisap 70206. When I start the sap mmc console I am not able to get the list of instances and the services rendered. The console appears to be inactive and unresponsive.
                                  Please let me know as to what the problem is actually regarding.
    Regards,
    Deepak.M

    Hello
    Yes, Increase the virtual memory to 6 GB and install it again. make sure you delete every old SAP items from your system before you reinstall new one. Even you uninstall there will be some traces in registry key....
    1)It is recommended to stop the Application Server before uninstallation.
    Open sapinst.exe. Choose "Software Life Cycle Options" --> Uninstall --> Uninstall System.
    Provide sapinst.exe with the file location of your system profile directory
    Provide the credentials of system (and optional database) users.
    Start uninstallation.
    2) if the folded below exists, please delete the folder
    C:\Program Files\Common Files\Sap Shared
    3) delete all other folders where the sapgui was installed
    c:\program files\sap\
    4) delete then all "SAP" entries in the windows registry in
    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\SharedDLLs
    ( Please ONLY the SAP entries )
    Now you have a "clean" System.......
    Regards
    Anil

  • SAP-ABAP Certification

    Hi All,
    I am interested in doing SAP-ABAP certification. I just want to know the prerequisites for this certification. I have 9 months of experience in ABAP. And also please let me know the cost for this certfication.
    Thanks,
    Hari

    Hey buddy,
    If you are planning for a certification program now.....
    There are two options to get certified.....
    1. Classroom Training
    2. E-Learning
    1. Classroom Training.
    Here you get a Trainer during the Course.
    5 weeks Time Constraint to complete the program.
    Certification on 25th day of the course schedule.
    No looking back into the topics again once the schedule starts.
    2. E-Learning
    Here you wont get a trainer, but you have the option to place    your  doubts on the e-learning way.
    You need to complete 200 Hrs according to your flexi timings  ranging from minimum 5 weeks to max 4 months.
    Certification only on completion of 200 Hrs of e-learning.
    You have an option of looking back if some topics are not clear in you mind.
    SAP Authorized Partner:
    [http://www.sap.com/asia/services/education/centres/partners.epx]
    Warm Regards,
    Abhi

  • Reg : ABAP Certification 2009 in SAP-TECHED in Bangalore

    Dear All,
                  I hope this is the best place where I can putforth all my queries regarding the TECHED.
               I am very much interested to appear for the ABAP-Certification in the SAP-TECHED bangalore in 2009.
              I just want to prepare for the exam technically and theoritically.
             Can anyone provide me the syllabus details of this certification, latest details.
            Is there any chance to have a good material down load options?
           Where can we find certification books?
              For 2009 certfication how can I register?
            Do we need any pre-requisites for that?
          How much fees do they colect, if I want to approach from my company , how do I need to proceed?
      Generally when do the SAP team will release the notification for the TECHED2009?
    PLeasesend me all the details.
    Thanks in Advamce for all the replies........
    Regards
    Abhilash.

    Hi,
    Q.Can anyone provide me the syllabus details of this certification, latest details.
    A.You can take this certification - SAP Certified Development Associate u2013 ABAP with SAP NetWeaver 7.0
    Syllabus with some sample questions at - http://www1.sap.com/services/education/certification/certificationtest.epx?context=%5b%5bC_TAW12_70%7cG%5d%5d%7c
    Q.Is there any chance to have a good material down load options?
    A. Refer from where to start ABAP AND HOW ?
    Q.Where can we find certification books?
    A. from where to start ABAP AND HOW ?
    Q.For 2009 certfication how can I register?
    A.http://www.sap.com/services/education/certification/teched_2009/bangalore_schedule.epx
    Q.Do we need any pre-requisites for that?
    A.http://www.sap.com/services/education/certification/teched_2009/bangalore_schedule.epx
    Q.How much fees do they colect, if I want to approach from my company , how do I need to proceed?
    A.Associate exam: INR 12500/- per person
    Professional exam: INR 20000/- per person
    Taxes are additional at 10.3%
    The fee is in addition to the SAP TechEd 2009 Bangalore registration fees.
    Q.Generally when do the SAP team will release the notification for the TECHED2009?
    A. It has already been released.
    Cheers!!!
    S Rudra

  • Learn ABAP offline??

    Hi everyone
    I have downloaded the abap trial version. I would like to learn abap. There is a lot of great refernces and links, but all of them are dependent on having an active link to the internet. Unfortunatly where I am a link to the internet is very costly and i can not have a link to the internet all the time.
    So what I would like to know is
    -Does any one have any helpfull learning material that can be downloaded and then used without an active internet link?
    -Does anyone have a soft copy of the material you would be given on the SAP certfication?
    -I'd like to learn the actual ABAP language, I would like a step by step tutorial where it shows where one writes the code, debugs, compiles it, runs it.
    Any help will be appreciated.
    Thanks in advance

    Hi,
    Hi to learn SAP try to get a SAP help CD from someone, and try to start learning on your own.
    for certification ..read the links
    /message/213564#213564 [original link is broken]
    /message/514469#514469 [original link is broken]
    /message/1315746#1315746 [original link is broken]
    /message/1736299#1736299 [original link is broken]
    /message/1736299#1736299 [original link is broken]
    /message/257122#257122 [original link is broken]
    /message/130164#130164 [original link is broken]
    This is link from SAP about ABAP certification
    http://www50.sap.com/useducation/certification/curriculum.asp?rid=351
    http://www.sapteched.com/india/confactivities/certexam.htm
    http://www50.sap.com/useducation/certification/curriculum.asp?rid=351
    There is a pdf called ABAP certification.
    http://www.esnips.com/web/SAP-ABAP?
    You can try www.sapdoamin.com
    They provide Certification simulation questions which are very useful and a must try site.
    Some links which might help
    /message/213564#213564 [original link is broken]
    /message/514469#514469 [original link is broken]
    /message/1315746#1315746 [original link is broken]
    /message/1736299#1736299 [original link is broken]
    /message/1736299#1736299 [original link is broken]
    /message/257122#257122 [original link is broken]
    /message/130164#130164 [original link is broken]
    reward if useful
    regards,
    Anji

  • Issue in Creation of XML file from ABAP data

    Hi,
    I need to create a XML file, but am not facing some issues in creation of XML file, the in the required format.
    The required format is
    -<Header1 1st field= u201CValueu201D 2nd field= u201CValueu201D>
       - <Header2 1st field= u201CValueu201D 2nd field= u201CValueu201Du2026u2026. Upto 10 fields>
              <Header3 1st field= u201CValueu201D 2nd field= u201CValueu201Du2026u2026. Upto 6 fields/>
              <Header4  1st field= u201CValueu201D 2nd field= u201CValueu201Du2026u2026. Upto 4 fields/.>
               <Header5 1st field= u201CValueu201D 2nd field= u201CValueu201Du2026u2026. Upto 6 fields/>
          </Header2>
       </Header1>
    Iu2019m using the call transformation to convert ABAP data to XML file.
    So please anybody can help how to define XML structure in transaction XSLT_TOOL.
    And one more thing, here I need to put the condition to display the Header 3, Header 4, Header 5 values. If there is no record for a particular line item in header 3, 4 & 5, I donu2019t want to display full line items; this is only for Header 3, 4 & 5.
    Please help me in this to get it resolved.

    Hello,
    you can use CALL TRANSFORMATION id, which will create a exact "print" of the ABAP data into the XML.
    If you need to change the structure of XML, you can alter your ABAP structure to match the requirements.
    Of course you can create your own XSLT but that is not that easy to describe and nobody will do that for you around here. If you would like to start with XSLT, you´d better start the search.
    Regards Otto

  • Logical command in ABAP.....Urgent

    Hi,
      i am pretty new using ABAP program so i neeed help urgently. i am trying to move a file on the application server from one directory to the other and i was using the open dataset function to do that. but the file i am trying to move is pretty big and because i am using internal table to store, it is causing problems with the space.
      i have consulted the basis guys and they have managed to create a logical file for copying from one directory to the other on the application server. to help you furthter. i am enclosing the mail sent to me.
    I have created a logical command which should copy the file from one location to the other but you need to pass it the source dir and file name and the destination dir and file name.
    The logical command is ZCOPY and uses cmd /c copy
    Copies one or more files to another location.
    COPY [/V] [/N] [/Y | /-Y] [/Z] [/A | /B ] source [/A | /B]
         [+ source [/A | /B] [+ ...]] [destination [/A | /B]]
      source       Specifies the file or files to be copied.
      /A           Indicates an ASCII text file.
      /B           Indicates a binary file.
      destination  Specifies the directory and/or filename for the new file(s).
      /V           Verifies that new files are written correctly.
      /N           Uses short filename, if available, when copying a file with a
                   non-8dot3 name.
      /Y           Suppresses prompting to confirm you want to overwrite an
                   existing destination file.
      /-Y          Causes prompting to confirm you want to overwrite an
                   existing destination file.
      /Z           Copies networked files in restartable mode.
    The switch /Y may be preset in the COPYCMD environment variable.
    This may be overridden with /-Y on the command line.  Default is
    to prompt on overwrites unless COPY command is being executed from
    within a batch script.
    the problem now is i have no idea about how to use the logical command. can any one help me.
    Thank you,
    Ravi.

    If memory is not an issue, then there should be no reason why this should not work.
    report zrich_0001.
    parameters: d1 type localfile default '/usr/sap/TST/SYS/Data1.txt',
                d2 type localfile default '/usr/sap/TST/SYS/Data2.txt'.
    data: itab type table of string with header line.
    start-of-selection.
    * Read old file
      open dataset d1 for input in text mode.
      if sy-subrc = 0.
        do.
          read dataset d1 into itab.
          if sy-subrc <> 0.
            exit.
          endif.
          append itab.
        enddo.
      endif.
      close dataset d1.
    * Write to new file
      open dataset d2 for output in text mode.
      loop at itab.
        transfer itab to d2.
      endloop.
      close dataset d2.
    * Delete the old file
      delete dataset d1.
    Regards,
    Rich Heilman

  • Logical Database in Abap Objects

    Hi to All
    I want do it a program report using a Logical Database.
    Is this possible ??? But when I make a GET <node>, occurs the following error:
             "" Statement "ENDMETHOD" missing.  ""
    I'm doing the following:
    CLASS MONFIN IMPLEMENTATION.
           METHOD TRAER_DATOS.
                   GET VBRK.
           ENDMETHOD.
    ENDCLASS.
    Please, somebody tell me how I use the logical database in Abap Objects.
    Thank you very much
    Regards
    Dario R.

    Hi there
    Logical databases whilst of "some use" are not really part of OO.
    If you want to use a logical database in an abap OO program I would create a special class which just does the get data from your DB and pass this either at record or table level.
    Techniques such as GET XXXX LATE aren't really part of any OO type of application since at Object Instantiation time you should be able to access ALL the attributes of that object.
    As far as OO is concerned Logical databases are a throwback to "Dinosaur Technology".
    Since however modules such as SD and FI are still heavily reliant on relational structures (i.e linked tables etc)  then there is still some limited life in this stuff but for OO try and solve it by another method.
    If you really must use this stuff in OO then do it via a FMOD call and save the data in a table which your method will pass back to your application program.
    You can't issue a GET command directly in a method.
    Cheers
    Jimbo

  • LOGICAL DATABASE IN HR ABAP PRPGRAMMING

    Hi Friends,
    what is use of LOGICAL DATABASE IN HR ABAP PROGRAMMING
    AND END-OF-SELECTION EVENT IN HR PROGRAMMING PROGRAMMING???
    regards,
    vijay.

    hi
    HR Logical Databases
    In Human Resources (HR), the following logical databases can be used as a data source for HR InfoSets:
    PNP (PNPCE)
    PAP
    PCH
    By selecting a logical database, you determine the HR data that can be reported on using an InfoSet.
    Logical Database PCH
    This logical database generally enables you to report on all HR infotypes. However, you are advised not to use this logical database unless you want to report on Personnel Planning data.
    Logical Database PNP (or PNPCE)
    Use logical database PNP to report on HR master data. It is possible to use logical database PCH to access this data, but PNP meets such reporting requirements more quickly because it is best suited to the task of selecting persons.
    Logical database PNP enables you to access HR master data and infotypes from Personnel Planning. For example, you have the following options:
    Reporting on the costs, number of attendees booked, and instructor for a business event on which an employee is booked
    Reporting on working time and planned compensation for a position that an employee occupies
    Reporting on the validity and proficiency of a qualification that an employee fulfils
    From a technical perspective, this means you can use PNP to report on all of the infotypes that exist for objects (infotype 1000) that have a direct relationship (infotype 1001) with the Person object.
    The ability to access infotypes from Personnel Planning using logical database PNP is a special feature that you can only use in the context of SAP Query and Ad Hoc Query. You cannot use this functionality for ABAP reports you programmed yourself.
    You can also use logical database PNP to report on data from Personnel Time Management (infotypes 2000 to 2999) and Payroll (special payroll infotypes for the USA and customer infotypes; for more information, access Customizing for the Human Resources Information System and see Payroll Results).
    Logical Database PAP
    Logical database PAP enables you to access data from Recruitment.
    regards
    navjot
    reward if helpfull

  • FileName in ABAP XSLT Mapping

    Dear SDN,
    In an integration scenario we are using sender File Adapter and a  ABAP XSLT Mapping.
    Is there any way to get the source FileName from such mapping.  Im trying to use the adapter-specific message attributes, but it doesn't work, and I didn´t find an example, probably I and doing somthing wrong.
    regards,
    GP

    Thank you for your help,
    I just try to access the adapter-specific attibutes using:
    <xsl:stylesheet version="1.0"
      xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
      xmlns:key="java:com.sap.aii.mapping.api.DynamicConfigurationKey">
    <xsl:variable name="filename"  select="key:create('http://sap.com/xi/XI/System/File', 'Directory')" />
    </xsl:stylesheet>
    but the following error raised:
    <SAP:Stack>Error while calling mapping program YXSLT_TEST (type Abap-XSLT, kernel error ID CX_XSLT_RUNTIME_ERROR) Call of unknown function</SAP:Stack>
    have you had this situation?

  • ABAP-- diff between sy-sy-tabix and sy-index

    Hi Guru's,
    Pleae can anybody expalins me what is the difference between sy-tabix and sy-index(Loop Index) ?
    Because in one case i am Modifyimg the internal table inside the do loop by giving sy-index ((Index of Internal Tables)(MODIFY scarr_tab INDEX sy-index FROM scarr_wa TRANSPORTING currcode. )  in the syntax and in other case inside loop statement i am modifyng same record by giving sy-tabix MODIFY scarr_tab INDEX  sy-tabix FROM scarr_wa TRANSPORTING currcode.) in the syntax.
    in both cases its working fine but i am not getting which one i have to use  where to modify the internal table?
    regards
    SATYA

    Hi Henry,
    SY-INDEX is the value of the current iteration. It is applicable for the following programming constructs in ABAP -
    DO...ENDDO.
    WHILE...ENDWHILE.
    SY-TABIX (TABle IndeX) is applicable to internal tables. If you scroll down in the link which Eddie has given, you will find a more detailed explanation for sy-tabix and which statements affect its value.
    Regards,
    Anand Mandalika.

  • Comas(,) are not getting displayed in the output while using OO ABAP

    Hi All,
    I am using ABAP objects to display the ALV report in which there is a requirement to output Quantity fields. The Quantity fields are getting displayed without comas ','. Please help me in getting back the comas in the output.
    Eg:
    Below logic is used in my program.
    Class name: cl_salv_form_layout_grid
    Code:
      obj_footer->create_text(
            row    = v_row_cnt
            column = v_col_cnt
            text   = Quantity).
    Expected output:
    39,545.000
    Current Output:
    39545.000
    Thanks in advance for your help.
    Thanks & Regards,
    Siva.

    Hi,
    Please check if the images are in the server and in the /images alias path.
    thanks,
    Sharmila

  • NULL and Space value in ABAP

    Hi All,
           I like to know, is it NULL and Space value is same in ABAP, if it is not how to check null value.
    Thank you.
    Senthil

    everything is correct though some answers are not correct.
    A Database NULL value represents a field that has never been stored to database - this saving space, potentially.
    Usually all SAP tables are stored with all fields, empty fields are stored with their initial value.
    But: If a new table append is created and the newly-added fields do not have the 'initial value' marked in table definition, Oracle will just set NULL values for them.
    as mentioned: There is no NULL value to be stored in an ABAP field. The IS NULL comparison is valid only for WHERE clause in SELECT statement. WHERE field = space is different from WHERE field IS NULL. That's why you should check for both specially for appended table fields.
    If a record is selected (fulfilling another WHERE condition) into an internal table or work area, NULL values are convertted to their initial values anyway.
    Hope that sheds some light on the subject!
    regards,
    Clemens

Maybe you are looking for

  • How  to look at mail queue

    I have installed Collaboration Suite 9.0.3, and am curious to know how to look at the mail queue on the OCS server, and more specifically, how do I delete emails in the queue? Somebody apparently found us during the installation of this server before

  • ICloud Mail: Alias cannot be saved

    When I logged in on iCloud.com (also on my iPod Touch) my mail aliases have been disappeared! And that happens now that I wanted to switch to iCloud as mail service. Then I tried to create a new one, doesn't matter what I fill in, what label color I

  • HT201272 how can i find out what itunes account i purchased an app on?

    Help!! i purchased a new Ipad and want to have all my apps loaded and i have no idea which itunes account they were purchased on. My desktop died and thats where it was all stored.

  • Parallel Processing: Terminating event

    Hi All,     I am stuck a very strange place in my developement. The situation is in one step I am using parellel processing. The terminating event for that step is EVT1. now lets say the multiline element in step has 4 agents and one of the event doe

  • Workspace join works, turning on device management fails

    i'm testing workspace join. Joining my windows 8.1 device to my local ADFS/DC setup is succeeding. In this environment i also use a SCCM 2012 R2 site system with an active and working Intune subscription. I workspace joined with the UPN matching a lo