ABAP-HR related

Please use a meaningful subject for all future posts.  Take the time to read the Rules of Engagement for these forums.
Tcodes : PA20,PA30,PA40 are used for what purpose ?
If some 20 persons data(legacy is available) then how to convert
that data into ABAP-HR i.e how hiring and OM, PA, PY, TM are related
for those employees( how to do it manually and programatically)
please clarify this doubt.
Edited by: Matt on Mar 4, 2009 8:11 AM

Hi
PA 30  is  used to create a ACTION like hiring ,promotions like that 
PA40 us used  to maintain the infotypes .. Total contents of infotypes are mentioned here .
Once you go to  TCODE u wil get idea about this .
PA 20 displays only employee master data
r u clear if nto  revert back ...
mu suggetion go to tcode and try to navigate with one example u will idea  abt that

Similar Messages

  • ABAP proxy related issue

    Hi All,
    Good morning,
    i working with ABAP proxy to file scenario. the requirement for this scenario is we are fetching data from data base to internal table then using that table we have to write code and send data to xi.  can give me past response that how to write code using internal table. i want only code related internal table not total code.
    thanks for fast response.
    regards
    sai

    Hi Sai komala,
          After genrating the Proxy, you can view the calss & structures genrated by proxy.You need to create an object with refrence of Class and to be create workareas for your Message type and Data type strucutres. Create an Internal table with your desired structure and do the validations as per your mapping rules.After completion of your all validations you need to populate your final internal table data to the structure of message type and call the execute asynchronous method.
    Have a look into following weblogs
    /people/sap.user72/blog/2005/12/13/integration-builders-through-proxy-server-part--2
    /people/ravikumar.allampallam/blog/2005/03/14/abap-proxies-in-xiclient-proxy
    /people/arulraja.ma/blog/2006/08/18/xi-reliable-messaging-150-eoio-in-abap-proxies
    /people/stefan.grube/blog/2006/07/28/xi-debug-your-inbound-abap-proxy-implementation
    /people/michal.krawczyk2/blog/2006/04/19/xi-rfc-or-abap-proxy-abap-proxies-with-attachments
    /people/sukumar.natarajan/blog/2007/01/07/how-to-raise-alerts-from-abap-proxy
    /people/sravya.talanki2/blog/2006/07/28/smarter-approach-for-coding-abap-proxies
    TO debug u r proxy code, just like your normal R3 report program. put a breakpoint and execute the program , you can view the debugging of your proxy.
    Hope it will helps to solve u r probolem
    Cheers
    Veera

  • Webdynpro ABAP Examples Related to MM/SD/PP etc Module

    Hi
    Can I get some webdynpro ABAP examples based on MM/SD/PP etc Module.
    Please give me any link.
    Thanks
    Amresh

    hi,
    Refer this liinks for all webdynpro ABAP related stuff:
    https://www.sdn.sap.com/irj/sdn/wiki?path=/display/wdabap/referencesandLinks
    Web Dynpro ABAP Demonstration Videos
    /people/thomas.jung/blog/2006/06/20/web-dynpro-abap-demonstration-videos

  • Hr abap report related to company code

    Hi friends,
    can anyone suggest me or send me related report.
    my requirment is  that i have to give company code  and date , then i have to display personel area and personal subarea and  no of employee in each division.
    please help.

    Not sure what date you are looking for.  But here is something really basic that might work.  This is not 100% complete code so you might have to fill in some gaps.
    Step 1. Create a program using logical data PNP.  This is the standard logical database for PA reporting.
    Setp 2.  The following are the key pieces of the code you will need:
    infotypes:  0001.
    types: begin of ty_data,
                 bukrs like p0001-bukrs,
                 werks like p0001-werks,
                 btrtl    like p0001-btrtl,
                 count type i,
              end of ty_data.
    data: t_data type standard table of ty_data,
            w_data type ty_data.
    start-of-selection.
    get pernr.
       rp_provide_from_last p0001 space pn-begda pn-endda.
       IF pnp-sw-found = 1.
          move: p0001-bukrs to w_data-bukrs,
                   p0001-werks to w_data-werks,
                   p00001-btrtl  to w_data-btrtl,
                   1                 to w_data-count.
       endif.
    end-of-selection
    Step 3.  Write code to output your data.
    Hope this helps,
    Chris H.

  • ABAP query related to IDocs

    Hi All,
    My ABAPers had done settings for IDocs a month back. We were able to post finance documents. Now we are getting following error:
    "No cross-system company code is defined for company code ..........
    Message no. F1302
    Diagnosis
    ALE distribution scenarios in your system are active with at least one of the FI message types FIDCMT, FIDCC1 or FIDCC2 for the distribution of FI data.
    The ALE distribution can be activated for all or for individual company codes - the activation is done using the cross-system company code.
    The system uses the cross-system company code to check whether ALE is active for this company code.
    As well as their local company code ID (example: 0001), these company codes also have to have a cross-system company code ID (example:EUROPA), irrespective of whether a company code is to be dispatched.
    System Response
    The data is not posted.
    Procedure
    Carry out the following activities in ALE Customizing under 'Global Organizational Units':
    1. Cross-System Company Codes
    Proceed
    2. Assign cross-system company code -> Chart of accounts
    Proceed
    3. Assign company code -> cross-system company code
    Proceed"
    When we completed the above 3 steps, by assigning same company code to the company code on which we are working, the documents are posted but are cleared simultaneously.
    Please guide us how to overcome this problem. Your advise will be a great help.
    Thanks in advance from our team,
    Amish Shah.

    There is no reply to this question. However, the error got solved by changing the customization in IMG, ABAP workbench. Here, we assigned the Company Code to the Global Company code.
    Thanks everybody......

  • Regarding ABAP Query related

    Hi,
      Can any body tell me how to keep query related data in
    internal table?
    Regards,
    Suresh Kumar.

    Do you mean that you are running a SQ01 query and you want to get the data from it into your report program?
    If this is the case, the normal way that we pass internal tables and stuff from program to program, is thru IMPORT/EXPORT statements.  But since you are talking about a query this may be a problem in adding the EXPORT statement to it.
    Regards,
    RIch Heilman

  • Web dynpro for abap architecture related

    actually i am beginner (new ) to webdynpro for ABAP. recently i started to learn webdynpro for abap my self.i am not a employee of SAP-ABAP.recently i have done my graduation. what is mean by transportation and change management system,security environment, test and performance analysis tools, or remote debugging, with the rendering-independent UI programming model in webdynpro for abap or abap server environment?.i need clear expansion of all these features? can you clear provide explanation all these things?

    Please use google... it's really easy..
    Look what I found by just entering "transportation and change management"
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCCTS/BCCTS.pdf

  • ABAP Querry related Querry

    Hi,
    I am creating an ABAP Querry using SQ03, SQ02 and SQ01.
    I have two tables to fetch data - MAST AND MARA.
    The only common field in the two is MATNR.
    First I created the Infoset using table MAST.
    I clicked on the <b>Join</b> Radio Button on SQ02.
    And then Inserted the MARA table using Insert Table Button.
    It automatically, linked the two tables using MATNR field because that is the only common field in the two tables.
    I can see the fields of MAST Table in SQ02 and SQ01,
    But I can't see the fields of MARA which I have to display on the Input screen as well as output screen.
    Help needed.
    Thanks in advance,
    Ishaq.

    Hi Ishaq,
      Have you selected the fields into field groups?
    Check my article which explains a sample scenario in the link below.
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/40bec8da-4cd8-2910-27a9-81f5ce10676c
    Regards
    Sailaja.
    (Intelligroup).

  • My case - ABAP Certification related?

    Dear all .
            I am interested to do SAP ABAP Certification , to brief about me i have 2yrs exp. in SAP ABAP and implemented 1 end-to-end project. My company is a SAP Gold partner and i am here since past 2yrs. Kindly advice  how can i take up this certification.
    Also, i appreciate your inputs on exam date? exam fees? and any valuable information that can help.
    Regards ,
    Shankar GJ

    Hi Shankar,
    put a mail to m.sowmya at sap dot com, send her your profile and that your interested in ABAP certification. She will help you with the details.
    Vishwa.

  • HR ABAP payroll Related

    Hi,
    Can any one give an idea of how to implement the fn. module HR_GET_PAYROLL_RESULTS as i tried giving the values for a already exisiting personnel from pc_payresult ,in the import parameters of function module and execute it iam not getting the results table but instead gives an error message
    Exception       WRONG_STRUCTURE_OF_RESULT_TAB                               
    Message ID:      RP      Message number:      016
    Message:                                                                    
    WRONG_STRUCTURE_OF_RESULT_TAB  
    Thanks in advance
    Regards,
    Sangram

    Hi Sangram,
    See below code sample for reading payroll results for an employee in US
    *select the max sequence number for the PERNR from directory
      SELECT MAX( seqnr )
        INTO w_seqnr
        FROM hrpy_rgdir
       WHERE pernr EQ w_pernr.
      IF sy-subrc IS INITIAL.
    **get the payroll results for the employee
        CALL FUNCTION 'PYXX_READ_PAYROLL_RESULT'
          EXPORTING
            employeenumber               = w_pernr
            sequencenumber               = w_seqnr
            clusterid                    = 'RU' "depends on for which country
          CHANGING
            payroll_result               = i_payresult
          EXCEPTIONS
            illegal_isocode_or_clusterid = 1
            error_generating_import      = 2
            import_mismatch_error        = 3
            subpool_dir_full             = 4
            no_read_authority            = 5
            no_record_found              = 6
            versions_do_not_match        = 7
            OTHERS                       = 8.
        IF sy-subrc IS INITIAL.
    *Get the CRT (cumulative results) table entries
          i_crt[] = i_payresult-inter-crt[].
    you can read the i_crt table with wage type (lgart) & cumty (yearly) and get the year to date amounts.
    This is for US so the declaration of parameters are as follows
    i_payresult        TYPE payus_result,
    i_crt              TYPE TABLE OF pc208.
    Cheers

  • Queries related to ABAP Programs migration to SAP ECC 6.0

    We are planning to re-implement SAP using SAP ECC 6.0 We are currently using SAP R3 Version 4.7
    Regarding migration of existing ABAP Programs and data, I have some queries which may kindly be answered by any of the experts of this forum.
    1. I have heard that SAP ECC 6.0 or SAP Netweaver 7.0 will never support BDC programs. To upload data into SAP, BAPI is the preferred option. Is that true?
    2. In ABAP Programming, relational operator < (less than), > (greater than), <= (less than or equal to) etc are not supported by SAP Netweaver 7.0. In stead, operator contants LT, GT, LE etc must be used. Other wise, SAP reports syntax error. Is thar true?
    3. Screens (Dynpros) have been fully programmed in ABAP Objects in almost all programs related to functional modules (SD,MM,PP,FI/CO etc) in SAP ECC 6.0. Is that true?
    4. Programs written in SAP R/3 Version 4.7 will report syntax errors when that program is compiled as it is in SAP Netweaver. Is that true?
    I request you to kindly reply for these four queries at the earliest.
    Thanking you,
    K. RANGARAJAN
    ABAP Programmer

    SAP ECC6.0 will be supporting BDC programs too.But ,apart from this there are other options like LSMW  ,BAPI,  ECATT tool
    which serves the same purpose  .   It doesnot mean that SAP wont support BDC.
    Coming to relational operators u can use both of them but preferred is operator contants LT, GT, LE.
    If there are any obsolete statements or any Obsolete function modules used in version4.7 U will get syntax errors or unicode errors.
    Regards,
    Lakshman.

  • Mapping preferences between ABAP, JAVA, XSLT...?

    Hi,
    How do i choose between,
    ABAP Mapping
    Java Mapping
    XSLT Mapping..?
    Any pointers welcome..
    --DJ

    HI,
    JAVA Mapping :If you have complex mapping in your scenarios and also some times if you have more than 100 field tomap then better to choose the JAVA MApping.
    XSLT Mapping : Simple and if you have large size of messages then choose this type of XSLT mapping.
    ABAP Mapping : If your scenario is deals with ABAP / R3 related transactions , then choose ABAP Mapping ..
    Performance wise XSLT ,JAVA, ABAP order..
    Please see the below links , it may helps you
    Java Mapping
    /people/prasad.ulagappan2/blog/2005/06/29/java-mapping-part-i
    /people/prasad.ulagappan2/blog/2005/06/29/java-mapping-part-ii
    /people/prasad.ulagappan2/blog/2005/06/29/java-mapping-part-iii
    XSLT Mapping
    /people/prasadbabu.nemalikanti3/blog/2006/03/30/xpath-functions-in-xslt-mapping
    /people/sreekanth.babu2/blog/2005/01/05/design-time-value-mappings-in-xslt
    /people/anish.abraham2/blog/2005/12/22/file-to-multiple-idocs-xslt-mapping
    XSLT Mapping with java enhancement
    /people/pooja.pandey/blog/2005/06/27/xslt-mapping-with-java-enhancement-for-beginners
    Abap mapping test - /people/sameer.shadab/blog/2005/09/29/testing-abap-mapping
    Regards
    Chilla..
    <i>Points rewarded if it is usefull..</i>

  • ABAP Program structure

    Hi,
    I wanted to know the ABAP code structure.while coding we write the code in a sequence,I just wanted to have a layout for the same.
    Thanks.

    Refer the links -
    http://www.sap-img.com/abap/events-related-to-reporting.htm
    http://www.sap-img.com/abap.htm
    Regards,
    Amit

  • ABAP+Java Kernel and only Java Kernel

    Hi Friends,
    Is there any difference in ABAP+Java Kernel and only Java Kernel?
    Can we use the kernel for above both from the same location as below?
    1#
    Support Packages and Patches> Additional Components> SAP Kernel> SAP KERNEL 64-BIT UNICODE> SAP KERNEL 6.40 64-BIT UNICODE
    Following Files
    DB Dependent  - ORACLE
              SAPEXEDB_175-20000227.SAR
              DBATL640O92_44-20000227.SAR
    Database Independent
              SAPEXE_175-20000226.SAR
    Assuming above SAR files contain R3trans, R3load, tp ,... also.
    2#
    As per my knowledge SAP has given one more path to download J2EE SP's which contains Kernel and J2EE Support Packages.
    http://service.sap.com/patches --> Support Package and Patches -> Entry by Application Group -> SAP NetWeaver -> SAP NetWeaver -> SAP NetWeaver 04 -> Entry by Component -> Application Server Java -> SAP J2EE Engine 6.40 -> J2EERT19_0-10001982.SAR/J2EERT20_0-10001982.SAR (OS Independent) and CTRLDB219_0-20000114.SAR(OS Dendependent)
    What is the difference between above two kernels?
    1# contains R3trans, R3load, tp ...etc which is exclusively used by ABAP Stack related functions. The startsap script used here would check R3trans -d authentication successful before starting database and then only it starts the database from sidadm. I observed OPS$ users available in only ABAP schema SAPSID but not available in SAPSIDDB. If I use the kernel downloaded from 1# for Java Stack only system, startsap would fail as R3trans authentication fail as there is no ABAP schema in Java systems.
    This applies well for ABAP+JAVA or only ABAP based systems.
    If I use only JAVA Stack based system can I use the kernel downloaded from 1# . What is the kernel and SP available in 2#? Is this also contains the same kernel given in 1# or it is different. I also observed in JAVA they are not calling Kernels by Patch No like 154, 175... they call it by SP19. Please correct me if I am wrong.
    Did anyone come accross this type if issue? I would appreciate if anyone can clarify my questions given above.
    My main target is to have clear strategy for ABAP+JAVA, ABAP, JAVA kernels to avoid mess up. Which one to download? What is best practice? Differences?
    Thanks and Regards
    Prasad

    Hi Sacha,
    Thank a lot for your answer I am clear now. Before rewarding points to you.
    I have final question.
    You mean that there is not seperate kernel for Java Stack Systems.. When we apply SP11 or SP19 by default it applies Kernel and also support packages w.r.t the SP. Do we have option to seperate Kernel and Support package while applying SP's for Java System?
    If we take for example SAP NW 2004 (WAS 640) latest kernel is 175 (I mean ABAP+JAVA). If I want to know the latest kernel for Java Stack system, Do I need to say it is at level SP19 or check the sapwebdisp -V (Resepctive patch level)?
    For ABAP system we check disp+work -V to get the source kernel version. How to justify the source kernel version for Java System?
    As per SAP Note: 710914 - Upgrading the J2EE Engine Startup Framework after applying SP for Java System, Do we need to upgrade J2EE Startup Framework?
    Thanks and Regards,
    Prasad

  • ABAP Objects for CRM

    Preparing for a project in CRm ABAP .Please help with list of ABAP objects related to CRM which I need to know

    Hi Bhole,
    Welcome to SDN.
    Why dont you put a search on SCN by using your subject line. You will get a lot of information
    related to your query.
    See [this.|https://www.sdn.sap.com/irj/scn/advancedsearch?cat=sdn_all&query=abapObjectsfor+CRM&adv=false&sortby=cm_rnd_rankvalue]
    Thanks
    Nitesh

Maybe you are looking for

  • Mosue controls in Safari for Windows

    Are there drivers to allow full control of a Logitech 5 button mouse with a wheel?

  • Oracle XE 11g on Windows 7 32bit GUI won't start

    Hi there, i have installed Oracle XE 11g on Windows 7 32bit - Services are running - entries in the start menu are present. When i try to start the graphical user interface (Browsing: http://127.0.0.1:8080/apex/f?p=4950), it doesn't work. A hint was

  • 'Homogeneous system copy' in a few minutes ?

    Hi, I have seen on DSAG congress how an Administrator has done a technical Homogeneous system copy  for refreshing a QA System, in 7 minutes. (And the new SAP System was running). Without reworking in the running SAP-System. This is done in a WIN/Ora

  • 1 new message showing but no message in app?

    I have 1 message showing but when I open the app I have no new messages. I have deleted all of my messages but it still shows a new message is waiting.  Does anybody else have this and how can I delete it? Thanks

  • Exception condition "OPR_NOT_FOUND" raised, in CO02

    Hi all, We faced Runtime Errors         RAISE_EXCEPTION  Short text : Exception condition u201COPR_NOT_FOUNDu201D raised. When technical person checked he come up reason is entries field of table RESB-COUNTER is greater than entry of table AFVC-COUNT