HR(ABAP) Materials Required

Hi Everybody,
I am working as an ABAP consultant.Now i am shifting towords HR(ABAP).Please send me some material related to HR(ABAP) .
My e-mail id is: [email protected]
Please send as early as possible.
Thanks in advance.
Regards.
Srikanta Gope

Hai..
http://www.sap-img.com/abap/sample-hr-reports-allocate-petrol-allowance.htm
http://help.sap.com/printdocu/core/Print46c/en/data/pdf/PAPA/PAPA.pdf
http://help.sap.com/printdocu/core/Print46c/en/data/pdf/PYINT/PYINT_BASICS.pdf
http://www.atomhr.com/training/Technical_Topics_in_HR.htm
http://www.planetsap.com/hr_abap_main_page.htm
http://www.sap-img.com/human/hr-faq.htm
http://www.sapgenie.com/faq/hr.htm
http://www.sapdevelopment.co.uk/programs/programscusthr.htm
http://sap.ittoolbox.com/code/archives.asp?d=2299&a=s&i=10
http://sap.ittoolbox.com/code/archives.asp?d=2504&a=s&i=10
http://www.planetsap.com/hr_abap_main_page.htm
and sample code on
http://www.planetsap.com/hr_abap_main_page.htm
http://www.sapprofessionals.org/?q=abap_code

Similar Messages

  • Disable delete icon in the Materials requirement form

    hi
    can anyone tell me how to disable the delete icon in the materials requirements form, using form personalization...
    reply
    thanks & regards
    anandc

    Hi Kuldip,
    if you're trying to hide the Save Button in the Adobe toolbar, then you can place the following code in the wdDoModifyView method to hide the whole toolbar.
    // Get interactibe form handler.
            IWDPDFDocumentInteractiveFormHandler iFormHandler = WDPDFDocumentFactory.getDocumentHandler(wdThis.wdGetAPI(), "<name of your form>");
    //     Get appearance setter. 
          IWDPDFDocumentAppearance appearance = iFormHandler.getDocumentContext().getAppearance();
         // Hide menu bar.
         appearance.hideMenuBar(true); 
         // Hide tool bars.
         appearance.hideToolBars(true);
    hope this helps,
    harman

  • Siemens ABAP Materials please.....

    <b>Dear Sir/Madam,</b>
    Can you please send me Siemens ABAP materials on all topics.....
    <b>Regards,
    Deepak S.V
    ABAP Consultant</b>

    I believe that these may be copyrighted materials and if so, it is unlawful to distribute.  Please don't ask for them or distribute them.  Thanks.
    Regards,
    Rich Heilman

  • Is there any module in ABAP which requires almost zero percent of coding?

    Hi all,
    i just wanted to know if there is any module in ABAP which has zero percent of coding apart from functional modules like SD MM etc?
    Regards
    Sanjeev

    ABAP is a programming language.
    If you say reporting, bdc, sapscript, module pool, smartforms and ask if they need coding, the answer is yes. They require ABAP programming language for its coding.
    Everything in SAP done not require coding. For a person working in SAP-BW there is substantially low necessity for ABAP codes. However it requires ABAP knowledge when working with Exits in BW.
    SAP-XI mostly requires creating scenarios creating IDOCs, BDOCs and handling XML. This also has very little ABAP.
    Reward points if helpful.

  • ABAP material Required

    Hi All,
        I am very new to this.I need materials for ABAP beginners.Please help me regarding this.
    thanks
    surya

    Hi Surya,
    Go thru this material.It will be very useful for u.
    http://www.sap-img.com/ge002.htm
    Need docs and examples of ABAP?
    http://esnips.com/doc/d27df392-bb18-4f72-8f36-c841f213f64c/SDNimp_urls.txt
    http://help.sap.com/saphelp_apo/helpdata/en/7e/63fc37004d0a1ee10000009b38f8cf/frameset.htm
    http://www.sap-img.com/sap-apo.htm
    go through these links .
    http://www.camelot-idpro.de/fileadmin/content_admin/downloads_en/Basell_print_englisch.pdf
    http://wp.bitpipe.com/resource/org_1111097862_533/SCM_APO_edp.pdf?site_cd=fbs
    http://whitepapers.sapinsideronline.com/
    http://www.sap.com/services/education/index.epx
    http://www.sap-img.com/ab040.htm
    http://www.sapdomain.com/testimonials.php
    http://www.planetsap.com/Abap_certification_requirements.htm
    http://www50.sap.com/useducation/curriculum/group.asp?tid=8
    http://www50.sap.com/useducation/curriculum/curriculum.asp?rid=256&TID=
    http://www.amazon.com/exec/obidos/ASIN/0071341617/qid=1120754726/sr=2-1/ref=pd_bbs_b_2_1/103-7699884-1772649
    thanks
    Anirudh

  • Webdynpro for ABAP materials

    anyone please send me materials for webdynpro for abap which covers webdynpro architecture like mvc controller and everything

    Hi Ganesh,
    Welcome to Web Dynpro ABAP !
    In web dynpro ABAP we follow MVC(Model View Controller) architecture.
    In this object oriented ABAP is used to provide background functionality. Here, your ABAP skills can be utilized to the fullest. Programming in web dynpro ABAP is different than conventional ABAP programming. Here we strictly follow MVC architecture in terms of controller interface. Also there are many wizards available so that we can directly pick the code from wizards.
    e.g We can call BAPI through a service call in web dynpro application. Thus automatically backgroud code for BAPI execution will be generated.
    To start with Web dynpro ABAP you can try following tutorial:
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/a282c952-0801-0010-1eb5-87953e036712
    You can start with tutorials and all. There are around six tutorials in SDN library.
    Web Dynpro for ABAP
    http://help.sap.com/saphelp_erp2005/helpdata/en/a5/1a1e3e7181b60ae10000000a114084/frameset.htm
    best tutorials in wbdynpro for ABAP to start with :
    https://www.sdn.sap.com/irj/sdn/developerareas/webdynpro?rid=/webcontent/uuid/fed073e5-0901-0010-4eb4-c9882aac7b11 [original link is broken]
    1) This is basic Info of WD ABAP
    As the name suggests Web Dynpro for ABAP uses exactly the same meta model as its cousin Web Dynpro for Java. A Web Dynpro component, a Web Dynpro view, a Web Dynpro model, a Web Dynpro controller have the same semantics both for ABAP and Java. The main difference is the designtime environment, the development infrastructure and the runtime environment.
    The designtime environment is properly embedded in the ABAP Workbench where Web Dynpro artifacts are simply a new category like BSP applications or classical dynpro based applications before. Also no surprises regarding the development infrastructure. The correction and transport system keeps track on all changes that are done, versions them and helps to propagate the Web Dynpro application from development to production like you would do with ordinary BSP or dynpro-based applications.
    Last not least the execution platform is the ABAP server that produces application content ready to be integrated in the NetWeaver Portal seamlessly. Features like portal eventing can be used between applications written in ABAP or applications developed with Java.
    2 ) I can give you links that can help you a lot.
    First of all start doing SAP SDN tutorials .
    Create some compenents with BAPI , Component usage and ALV .
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/02e1fa45-0801-0010-10a0-f1cf47e8c943
    /people/marilyn.pratt/blog/2005/12/20/web-dynpro-for-abap
    Try to Download demo tutorials from SDN library & Try to search WebDynpro ABAP WebLogs .
    Also, SAP has provided you with ample demo example of WD ABAP already bundled with SAP . Just Try out Components starting with WDR . I can tell you few like WDR_TEST_EVENTS ( It shows how every UI elments to use )
    See packages like SWDP_DEMO , SALV_WD_DEMO
    there are many more .
    Hope I have helped you .
    Cheers,
    Darshna.

  • ABAP coding required in order to send Output via External Send (5)

    Hi
    I require some coding to an ABAP program in order for my SD output to be succesfully sent by 'external send'
    I have a shipping output type.
    assigned Partner functions and applicable mediums - 1, 2 and 5
    however when trying to produce output via comm method 5, external send, i am gettting red error messages/ traffic ligh
    processing log is as follows:-
    "processing log for program xxxxxxxx routine ENTRY
    Please enter an address number
    communication type      cannot be used"
    all outputs for medium types 2 Fax and 1 print are all OK for all Partner functions involved
    I have changed to another output which works fine,:- altho as this was written specifically for another outut,and form, so there is a lot of data missing on the form with this program.
    we have tried to deciper the coding on the program that does work, but to no avail
    Many thanks for your help on this matter
    Tony

    You need to maintain/fill ADDR_KEY structure in the print program....

  • How much knowledge of ABAP is required, if you are working as SAP BI consu

    Hi,
    How much knowledge of ABAP (coding) is required if you are working as SAP BI consultant.
    Can anyone provide me some link that can give me a brief overview of routine writing in ABAP.
    Abhi
    Edited by: abhigyta on Jan 23, 2012 10:48 AM

    Hi Abhi,
    Welcome to SDN!
    If you are working as a BI Consultant it's good to have ABAP knowledge. Because In BI we use ABAP mainly in writing Routines, Functional Modules, etc.
    Please go through the below doc on Routines in BI
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/609eea32-455e-2c10-c08a-c23adf8c934e?QuickLink=index&overridelayout=true
    Hope it helps.
    Regards,
    Raghu

  • Materials Required Planning

    Hi all,
        I have already maintained MRP field and forecast field for materials. Pls can anyone tell me the steps to perform MRP activities on the material.. The MRP type i use is forecast-based planning .

    Dear ,
    I am doing this Forcast Base Planning in our busniess .
    Few Question : Are you keeping all the material which will be FBP in one MRP Controller or one MRP Area or One Storage Location ? How are you planning to Excute MRP in MD01?
    Here what we did is I have create  scope of planning where I include different storage location ,plant , MRP area so that various material can be planned through MRP.In your case u can run MRP on plant /sl/mrp area based on requirement  in MD01.But not all the material will be under FBP.In this case I have created an User Exit in MD01 where it will plan only those Material which are having MRP Type-Fore Cast Base MRP irrespective of MRP Controller ,SL ,MRP Area ,Plant
    How to execute Forecast :-
    1.If you are looking for Individual Forecast for any material , u have to go though MM02 , select the Forcasting View  hit on the Execute Forecast  and save.It will based on the Consumption Histroy , Forecasting Model , Smmothing factor , Initialization Factors, Period forecast  .It will calcualte the  forcasting for the stipulated period and safety stock will be calculated based on service level percenrage in MRP3 view .In case of total forecast , you can do it through MP38 :
    1.Enter Plant Code
    2.Copy the material which one u want to execute forcast in case if you want to  shorten ur time .
    3.Period Indicator -M
    4.Forecast Execution : A
    3.Tick on the SAVE/Log Record and execute .
    It will show you how many materials forcasted with quanty , safety stock and forcast realted parametrs in each n every material .How many are failed due to no cunsumption valus with red alarm.
    2.Copy Forcast to Planning Table : MD70 .Enter Plant , Material ,Period To/From  for copying the monthly forecast ,Requirement Type : VFB -check in your case , Version :00  .Give a Requirement plan Number .Tick on Req active ,History ,No Data Base Change , Detail List  .Finally execute .
    3.check the same in MD62 -Change Planning Table with that Req Plan Number not by material /product group.
    4.Run MRP on MD01 based on your requirement as I have shared with u above.
    Regards
    JH
    After that

  • HR-ABAP material required

    Hi,
    I want to learn hr-abap.
    Can anyone give some material/tutorials/ppt's on it.
    I will be so thankful.
    Regards,
    Rajesh.

    Go through the SAp doc for HR programming and start doing.
    http://www.sapdevelopment.co.uk/hr/hrhome.htm
    See:
    http://help.sap.com/saphelp_46c/helpdata/en/4f/d5268a575e11d189270000e8322f96/content.htm
    sites regarding hr-abap:
    http://www.sapdevelopment.co.uk/hr/hrhome.htm
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/PAPA/PAPA.pdf
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/PAPD/PAPD.pdf
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/PYINT/PYINT_BASICS.pdf
    http://www.atomhr.com/training/Technical_Topics_in_HR.htm
    http://www.planetsap.com/hr_abap_main_page.htm
    You can see some Standard Program examples in this one ...
    http://www.sapdevelopment.co.uk/programs/programshr.htm
    http://searchsap.techtarget.com/originalContent/0,289142,sid21_gci1030179,00.html?Offer=SAlgwn12604#Certification
    http://www.erpgenie.com/faq/hr.htm.
    http://www.planetsap.com/hr_abap_main_page.htm
    http://www.sapbrain.com/TUTORIALS/FUNCTIONAL/HR_tutorial.html
    These are the FAQ's that might helps you as well.
    http://www.sap-img.com/human/hr-faq.htm
    http://www.sapgenie.com/faq/hr.htm
    http://www.planetsap.com/hr_abap_main_page.htm
    http://www.atomhr.com/library_full.htm
    HR Long texts Upload
    Look at the below link
    BDC - hr maintain text
    HR
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/PAPA/PAPA.pdf
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/PAPD/PAPD.pdf
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/PYINT/PYINT_BASICS.pdf
    http://www.atomhr.com/training/Technical_Topics_in_HR.htm
    http://www.planetsap.com/hr_abap_main_page.htm
    you can see some Standard Program examples in this one..
    http://www.sapdevelopment.co.uk/programs/programshr.htm
    http://searchsap.techtarget.com/originalContent/0,289142,sid21_gci1030179,00.html?Offer=SAlgwn12604#Certification
    These are the FAQ's that might helps you
    http://www.sap-img.com/human/hr-faq.htm
    http://www.sapgenie.com/faq/hr.htm
    http://www.erpgenie.com/faq/hr.htm.
    www.sap-img.com
    http://www.planetsap.com/hr_abap_main_page.htm
    http://www.sapbrain.com/TUTORIALS/FUNCTIONAL/HR_tutorial.html
    http://www.sapfans.com/forums/viewtopic.php?p=498530&sid=d7ec5866e3fb26880da129de45ce79de
    http://www.sapcookbook.com/preview_hr_questions.htm
    http://www.atomhr.com/library_full.htm
    http://www.sapdevelopment.co.uk/hr/hrhome.htm
    http://www.planetsap.com/hr_abap_main_page.htm
    http://expertanswercenter.techtarget.com/eac/knowledgebaseAnswer/0,295199,sid63_gci983590,00.html
    http://www.allsaplinks.com/HRmaterial.html
    http://www.allsaplinks.com/timemanagement.html
    http://www.allsaplinks.com/payrollcompletefunctional.html
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/HRINF/HRINF.pdf
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/PYXXFORM/PYINT_FORMBUILDER.pdf
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCBMTWFMPA/BCBMTWFMPA.pdfhttp://help.sap.com/printdocu/core/Print46c/en/data/pdf/MYSAP/SR_HR.pdf
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/PAPA/PAPA.pdf
    Re: New to ABAP HR Programming
    http://www.planetsap.com/hr_abap_main_page.htm
    Reward points if useful.

  • Based on fault message ABAP coding required.

    Dear Experts,
             I design a scenario with Proxy to JDBC Synchronous interface, in that i kept fault message to catch the technical errors which are throwing by Oracle system like " unique constaint violated,  can't insert value into a particular field ". This type of error messages we can able to get in sxmb_moni of PI system as below shown, but we need the same message in SAP system. For that what we have to do in ABAP as well as PI sides.    Below highlighted error message wants in SAP Screen.
    Error SOAP:mustUnderstand="1" xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/">
      <SAP:Category>XIAdapterFramework</SAP:Category>
      <SAP:Code area="MESSAGE">GENERAL</SAP:Code>
      <SAP:P1 />
      <SAP:P2 />
      <SAP:P3 />
      <SAP:P4 />
      <SAP:AdditionalText>com.sap.engine.interfaces.messaging.api.exception.MessagingException: Error processing request in sax parser: Error when executing statement for table/stored proc. 'PDI_PIPE' (structure 'Statement'): com.microsoft.sqlserver.jdbc.SQLServerException: Violation of PRIMARY KEY constraint 'PK_PDI_PIPE'. Cannot insert duplicate key in object 'dbo.PDI_PIPE'.</SAP:AdditionalText>
      <SAP:Stack />
      <SAP:Retry>M</SAP:Retry>
      </SAP:Error>
    Kindly suggest me..
    Thanks & Regards,
    Srihari.

    Hi,
    We can easily implement fault message coding in ABAP server proxies, but in case of JDBC not sure you can implement this.
    one sulution is write a stored procedure in receiver side and you can have a flexibility to send error message as a response(in vaid exml format).
    using standard insert statement/anyother data base operation without stored procedure not posible to capture these kind of errors in to falut messages and sending back to ECC may be not possible.
    regards,
    Raj

  • ABAP Training required in mogappair, Chennai - India

    Hi Guru's,
                   I am looking for a ABAP trainer with a genuine real time knowledge, kindly suggest me the best place or person to learn ABAP in and around mogappair area, chennai - India. Also if any one interested in taking the class, kindly post me your contact number for further discussions, thanks.
    Thanks in advance
    Moderator Message: Try Google. And before you go any further, read the Rules of Engagement of this forum.
    Edited by: kishan P on Feb 11, 2011 3:02 PM

    user9295978 wrote:
    HI guys,
    I'm a engg student in chennai,India. I want to get Oracle Certification and i want to be trained in a good Oracle Authorized Training Partner in Chennai , other than Oracle University and NIIT. Also as a student i ask which path can i go for to become a DBA (my Dream) ?If that's a dream, why not Oracle Univ to go for? Anyways, you can check this page for the partner's list.
    http://education.oracle.com/pls/web_prod-plq-dad/db_pages.getpage?page_id=317
    I am not able to see the partner's list when I am going tothis page at the moment though but it's a working page.
    HTH
    Aman....
    PS: Please note that this forum is not the right forum for your question. Please choose the correct forum next time!

  • Abap code required

    Hi Gurus,
    I have three tables TAB1 (KEY1), TAB2(KEY1) and TAB3. I need to select records from TAB1 where the KEY1 is not present in TAB2.
    for example if the key values of records in TAB1 are 1, 2, 3, 4, 5. and Key values of records in TAB2 are 1,2,3. I need to write code to select records in TAB1 with keys 4 and 5.
    Finally, I have to append these 4 and 5 records to TAB3. TAB3 has some fileds similar to TAB1 and also some extra fields.
    Can anyone please help me with the code in ABAP.
    Thanks
    Regards,
    aarthi
    [email protected]

    Hi Aarthi,
    kindly check this code:
    Loop at TAB1.
      Read table TAB2 with key KEY1 = TAB1-KEY1.
      if sy-subrc NE 0.
        TAB3-KEY = TAB1-KEY1.
        APPEND TAB3.
      endif.
      clear TAB2.
    endloop.
    hope this helps!
    best regards,
    Thangesh

  • MM Configuration Materials Required

    Hello Gurus,
    I am new MM and i would like to have some configuration documents in MM.
    Please send me the documents to my mail ID [email protected]
    I appreciate your help and i will award you points.
    with regards,
    mahesh

    Material Management
    configuration for creating a material
    we have to create material type :
    spro
    logistic general
    material master
    basic setting
    define attributes for the material type
    configuration for creating a vendor
    spro
    logistic general
    business partner
    vendor
    control
    Define Transaction-Dependent Screen Layout
    Purchasing cycle:
         1. purchase inforecord
    spro
    material management
    purchasing
    purchase inforecord
    create number ranges
    make the require configurations for purchase inforecord
    2.purchase requisition
    spro
    material management
    purchasing
    purchase requisition
    create number ranges
    make the require configurations for purchase requisition
         3.  Request for Quotation
    spro
    material management
    purchasing
    request for quotation
    create number ranges
    make the require configurations for request for quotation
           4.   Purchase order
    spro
    material management
    purchasing
    purchase order
    make the require configurations for purchase order
    Release procedure
    we can create “Release procedure”for RFQ,purchase requisition,purchase order,contracts,schedule agreement.
    We will create configuration  for Release procedure for purchase order
    spro
    material management
    purchasing
    purchase order
    Release procedure for purchase order
          1.edit character
         in this field we will create a character
          2.edit class
         in this field we will create class
    3.define Release procedure for purchase order  here will define
        Release Groups
        Release Codes
        Release indicator
        Release Strategies
    Pricing Procedure
    spro
    material management
    purchasing
    conditions
    define price determination process
    1.define access sequence
    2.condition type
    3.define calculation schema

  • ABAP Code Required to remove #

    Hi,
    I have 2 characteristics 0COORDER and 0WBS_ELEMT value for which do not exist for all the data records. As a result I get # in the report. How do I replace # in the report with blank? I don’t want to use the VB Script, need a permanent fix. Where should I write ABAP routine for that and also please can anyone give me the ABAP code too.
    Thank you,
    sam

    in bex, you can use vba macro. in web, use table interface
    replacing '#'-sign for 'not assigned' in queries
    SAPBEXonRefresh()
    Dim c as range
    For Each c in resultArea.cells
    if c.Value = "#" then c.Value = "-"
    Next c
    or
    by Jens (consider to performance)
    put in SAPBEXonRefresh()
    resultArea.Select
    Cells.Replace What:="#", Replacement:=" ", LookAt:=xlPart, _
    SearchOrder:=xlByRows,
    MatchCase:=False,
    SearchFormat:=False, _
    ReplaceFormat:=False
    table interface, redefine CHARACTERISTIC_CELL method...
    if I_CHAVL = '#'.
    c_cell_content = ' '.
    endif.
    Hope it helps.
    Regards

Maybe you are looking for

  • Search help for Web Dynpro using the SAP-search help

    Hi, I’m trying to create a generic search help for Web Dynpro using the SAP-search help. It should working so, that I construct a Web Dynpro-component, that gets the data of the search help from the SAP-system, interpreted it and creates the ui-eleme

  • Black & White Video w/ One Color

    I know you can do this in Photoshop, but is there any somewhat easy way to show one color w/ everything else B&W. ..ie. B&W Wizard of Oz scene w/ Dorothy's shoes Red? Heather

  • AIR HTML Component - URL problem

    Hi, We face the below mentioned problem. Attached herewith are code sample and simulation for the problem. Would be great if someone could help us. Due to problems with uploading the attachment here, please send a email to the following email-id ([em

  • How to make a button as a default if ENTER key it hit

    Hi, Currently (may be the default behavior), pressing an enter after entering the search text for example, doesn't work. I typically get the following error message: ERR-1777: Page 33 provided no page to branch to. Please report this error to your ap

  • LACP with host - Automatic or manual?

    Hi, I've got a HP server, which has two NIC's, which I've managed to team together to form one logical network device with a single IP address. I've done this for redundancy and increased throughput. The two physical connections are split across two