Suggestion-  HR ABAP

Hi,
I have a query with regard to HR - ABAP.
I have a functional background (HR) but looking at the future career prospects in the long run I feel that I will require to know thetechnical part too.
Can someone suggest me whether I need to go for a special training in this regard or self learning will help consiering the fact the technical knowledge I have is jus 5%.
If self learning will do... can someone suggest from where I can get the relevant material for HR - ABAP
Regards,
RS

Hi RS,
You are always Welcome... Simultaneously look at this site :
http://www.****************/Tutorials/ExitsBADIs/ExitsMain.htm
http://www.abapcode.blogspot.com/
http://www.easymarketplace.de/online-pdfs.php
http://www.sap-img.com/sap-hr.htm
Good Luck
Om

Similar Messages

  • Need some suggestions on ABAP webdynpro ..

    Hi
    I am actually a java guy. But now i m moving to Object Oriented ABAP. I have to work in ABAP Webdynpro. Could anyone please tell me
    How much time it will take to learn OOAbap ?
    Could u please suggest me which book is best for learning OOABAP ?
    Any online books are available?
    Thanks & Regards
    Ravi Shankar B

    For ABAP OO:
    http://www.sapgenie.com/abap/OO/index.htm
    For Materials:
    1) http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCABA/BCABA.pdf -- Page no: 1291
    2) http://esnips.com/doc/5c65b0dd-eddf-4512-8e32-ecd26735f0f2/prefinalppt.ppt
    3) http://esnips.com/doc/2c76dc57-e74a-4539-a20e-29383317e804/OO-abap.pdf
    4) http://esnips.com/doc/0ef39d4b-586a-4637-abbb-e4f69d2d9307/SAP-CONTROLS-WORKSHOP.pdf
    5) http://esnips.com/doc/92be4457-1b6e-4061-92e5-8e4b3a6e3239/Object-Oriented-ABAP.ppt
    6) http://esnips.com/doc/448e8302-68b1-4046-9fef-8fa8808caee0/abap-objects-by-helen.pdf
    7) http://esnips.com/doc/39fdc647-1aed-4b40-a476-4d3042b6ec28/class_builder.ppt
    8) http://www.amazon.com/gp/explorer/0201750805/2/ref=pd_lpo_ase/102-9378020-8749710?ie=UTF8
    1) http://www.erpgenie.com/sap/abap/OO/index.htm
    2) http://help.sap.com/saphelp_nw04/helpdata/en/ce/b518b6513611d194a50000e8353423/frameset.htm
    <b>For ABAP Webdynpro:</b>
    Look at the below thread for documents & example..
    I want some Material for WebDynpro Applications?
    Re: i need material on ABAP Webdynpro..
    <b>*Reward each useful answer</b>
    Raja T

  • Suggestion for ABAP Consultant

    Hi Experts,
    I have 3 yrs of Experience as ABAP Consultant and 1 yr of Experience in developing Crystal Reports
    As part of upgrading my skills i would like to learn SAP BO and suggest me whether i am going in right direction .Also let me what is current market trend for SAP BO

    hai krish
    I already know the BPS and other SEM topics. But i need to understand them deeply and practise them .
    Any other suggestion pls .
    pls tell me
    rizwan

  • Abap in Transfer Structure to lookup in Master Data

    Hello Friends ,
    I need help with one ABAP code...
    I have an Infoobject 'Employee' which is mapped to source system 'A' in the transfer structure . But now I want it to look into my 'employee master data' and get populated from there.
    Please suggest the ABAP code for this requirement .
    Thanks a lot!!!

    Hello SAP_newbee
    Here is the code for master data lookup
    DATA: L_TGTFIELD LIKE RESULT.
      L_TGTFIELD_CHVAL = COMM_STRUCTURE-XXXXX. "XXXXX is name of master data IO
    CALL FUNCTION 'RSAU_READ_MASTER_DATA'
      EXPORTING
          I_IOBJNM                = 'XXXXX'  " Master data IO
          I_CHAVL                 = L_TGTFIELD_CHVAL   " Value of master data for which u want see attribute vale
          I_ATTRNM              = 'YYYYY'  " Name of attribute, infoObject tech name
      IMPORTING
          E_ATTRVAL               = L_TGTFIELD
          EXCEPTIONS
          READ_ERROR              = 1
          NO_SUCH_ATTRIBUTE       = 2
          WRONG_IMPORT_PARAMETERS = 3
          CHAVL_NOT_FOUND         = 4
          OTHERS                  = 5.
        CASE SY-SUBRC.
          WHEN 1 OR 2 OR 3 OR 5.
    *   Error during read --> Skip whole package
            ABORT      = 4.
        Copy error message into errorlog
            MOVE-CORRESPONDING SY TO MONITOR.
            APPEND MONITOR.
          WHEN 0 OR 4.
        Attribute found successfull or not found
            RESULT = L_TGTFIELD.
            ABORT      = 0.
        ENDCASE.
    Thanks
    Tripple k

  • ABAP API to store DATE value in MDM 5.5

    Hello All,
    Currently I am working on MDM 5.5 and need to have some suggestions on ABAP API Function module to store date values in MDM.
    We have interface from where we take the user input which updates the field value back in the MDM.
    On the basis of similar scenario we have "DATE" field on the interface which will update the date and time in MDM, also we are making use of ABAP API for development.
    The problem is that data type mismatch is happening between MDM and ABAP API,please let me know which ABAP API Function module should we use which simply accepts the DATE and TIME for every single record.
    Source code provided will be much more appreciable.
    Regards,
    Swapnil

    Hi Swapnil.
    In the same link provided by Sudhanshu, can you navigate to the node "Retrieving Complex Types".
    It has sample codes and MDM interfaces for TimeStamp, Time Stamp, User Stamp, Literal Date, Literal Time etc.
    As suggested, you can also try to use the type MDM_CDT_DATE_TIME.
    See the sample code provided in the link as below:
    Type: MDM Literal date:
        CLEAR lv_date.
        CONVERT TIME STAMP ls_result_ddic_ex-fieldliteraldate-content TIME ZONE sy-zonlo INTO DATE lv_date.
        WRITE: AT (10) lv_date, '|'.
      Type: MDM Literal time:
        CLEAR lv_time.
        CONVERT TIME STAMP ls_result_ddic_ex-fieldliteraltime-content TIME ZONE sy-zonlo INTO TIME lv_time.
        WRITE: AT (10) lv_time, '|'.
    Regards
    Bala

  • Customer Notes using abap Query

    HI Experts,
    Can any body suggest me abap query for extracting customer notes?? I have to go thru only this option.
    the text i am supposed to extract is here.......VA42 > goto>header>texts> completion notes ..
    READ_TEXT is not a solution for me...i need only ABAP Query..
    thanks
    sony
    Edited by: sony on Jan 6, 2009 1:32 PM

    hi jay,
    thanks for ur reply..but as mentioned read_text is not a solution..
    thanks
    sony
    Edited by: sony on Jan 6, 2009 1:43 PM

  • Need review for Enhancing the quality of ABAP development book

    Hi,
    I'm looking for advance abap book and notice there is Enhancing the quality of ABAP development book that seems like quite interesting.
    Anyone can give small review for this book and whether this book still up to date with current ABAP language? Thanks.

    Hi Amit,
    Thanks for the response.
    I'm actually looking for advance ABAP book that not only contains how to create ABAP program but how to create ABAP program.
    From the table of content, it seems like the "Enhancing the quality of ABAP development" is clearly describe how to write good ABAP program and still balance in term of giving suggestion for ABAP as procedural language and ABAP Object. The thing is, I don't know whether there is some content in the book that already obsolete. For instance, is there any statement in that book that recommended but now already not recommended anymore? If all the statement is still valid as of now, I think this book is still good to read.
    I do already have ABAP objects book from Horst Keller, but I will not enforce ABAP developers in my current organization to be written in full OOP. At least not in 1-2 years. If the procedural ABAP still working properly and high performing, I don't see any reason why I should force my team to switch totally to pure ABAP object that definitely will take more time to learn and develop, but anyway, that's different subject from this thread.

  • Product cost component

    Hello all,
    I am trying to create a report painter report which dsiplays all the cost components on the columns and materials along the rows. I have chosen structure KKBE library 7EE to accomplisg the task. However I cannot come up witht the report I want to.
    I have started doubting if the table and library even provides with the capability to achieve a report of such nature.
    Please advice me whether the library and structure that I am using is right? if not what is the best structure that can be used??
    What kind of reports can I make using structure KKBE?
    I have been suggested that ABAP report is the best option that we have. Can you please confirm that for me?
    I want to know what reason should I put before the management to effectively convince them that report Painter dosen't possess the capability and that ABAP needs to be used? (If that is truely the case)
    Points will be duely assigned for all helpfull answers.
    Thanks,
    NIK

    I tried defining the report however this is the error message I get when I try and execute the report.
    Can someone please advise on how to fix this probs. Above all, please explain in plain english what the message is all about.
    "Report contains more than one report object"
    Message no. KN089
    Diagnosis
    The report is for more than one report object. This causes performance problems. This is not supportedc in product costing in particular.
    Can't really understand what that means?
    Also can you tell me what characteristics do I need to pull to define the column for cost component lets say "Direct Depreciation". If you can tell me for 1 cost comp I can emulate the info to define the rest of the columns for diff cost comp.
    thanks
    NIK

  • Select option greyed out for fields of custom DataSource (rso2, rsa6)

    Hi
    Why are several fields, in my custom DataSource (created in rso2) not available for select?
    I do not think this is a permission issue, since several fields are selectable, but not all fields.
    It is not the data type, since I see other custom DataSources that have the same data type, and it is selectable as a select option.
    This is not a DataSource that was provided by SAP, it is completely custom, and uses a custom data definition (defined as a structure via se11), and a custom function.
    I have read the responses to similar questions, but have not found an answer that explains how to make the field selectable for select.
    What determines which fields can be selected for selection, and which fields have this option greyed out (not selectable)?
    I have come across multiple answers, for similar questions, that suggest an abap program to directly update table roosfield.
    Is this safe?
    IF I choose this route will I need to run the update program on production, or will the change it makes to my dataSource transport with my transport?
    (I can test this).
    What I most need to know is If this suggestion is safe, or if it has side effects?
    Thank you

    Hi Eileen,
    In Least case to enable the selection for the fields with the below program:
    Below code is for your reference which will use to unhide objects in RSO2 or RSA6 for Data source( in code for BELNR, KUNNR, VBELN, BUDAT fields are unhiding for 0fi_ar_4 data source selection option) . Still need any clarifications let me know.
    SE38: Create a program for ref below code.
    REPORT ZNP_SELE_DS.
    tables: ROOSFIELD.
    UPDATE ROOSFIELD SET SELECTION = 'P'
    WHERE OLTPSOURCE = '0FI_AR_4' AND   OBJVERS = 'A' AND FIELD = 'BELNR'.
    UPDATE ROOSFIELD SET SELECTION = 'P'
    WHERE OLTPSOURCE = '0FI_AR_4' AND OBJVERS = 'A' AND FIELD = 'KUNNR'.
    UPDATE ROOSFIELD SET SELECTION = 'P'
    WHERE OLTPSOURCE = '0FI_AR_4' AND OBJVERS = 'A' AND FIELD = 'VBELN'.
    UPDATE ROOSFIELD SET SELECTION = 'P'
    WHERE OLTPSOURCE = '0FI_AR_4' AND OBJVERS = 'A' AND FIELD = 'BUDAT'.
    Thanks & Regards,
    Srinu.Rapolu

  • In which table the production quantity stored after confirmation

    Dear all,
                   When the production order is confirmed through co11n,then where the
    order quantity get stored in which table so I could suggest my ABAPER to create the report in which these production quantity gets displayed.
    Regards
    deepak sharma

    Dear Mr.Deepak Sharma,
    There's direct T code in SAP COOIS.
    First check with this T code,whether your requirement is getting fulfilled.
    If not go for a report generation using the tables.
    The following are the tables related to your question
    AFKO              Order Header
    AFPO               Order Item Detail
    AFVC               Order Operations Detail
    AFFL                Order Sequence Details
    AFRU               Order Completion Confirmations
    Reward points if useful.
    Regards
    Mangal

  • Output Determination.

    Hi, SD Gurus,
    While preparing Out put for Invoice how we suggest a ABAPER to write a programme under the following conditions.
    1.The Logo should come on  top left.
    2.Only  name of the company should be beside logo.
    3.Beneath logo the data should be customer name and customer address along with customer number.
    4.Bneath company name, purchase order number, delivary date, sales order number and date should come.
    5.Main window should have Serial number, Product, Quantity, Unit price, Total discount, Net value.
    6.Terms and conditions should follow the main window. The terms and conditions should have payment terms, incoterms and delivary dates.
    7.The footer should have company address.
    8.Each page should numbered as page X of Y.
    9.First page should accommodate 5 items only.
    10.Rest of the pages can accommodate a max of 10 items.
    11.Other than first page, only the logo should be maintained on the top right side and at footer address and company name should be displayed.
    12.The business document should be sent as Email in PDF format.
    Please expalin how we have to instruct to write a programme with all the above requirements. Please.
    Hameed.

    Hi Hameed,
    Please find the below solution:
    Each out put type assigned with FORM and PRINT PROGRAM. Give these details to programmer and ask to analyse the layout and how the program is processing.
    Follow the below steps:
    1.You need to decide in which Language business requires these changes. And ask the ABAPER to perform the changes to that specific language form only.
    2.Prepare the Functional specification with proposed detailed changes.
    3.The FORM contains different windows; Explain the programmer clearly the layout of the required print out.
    4.Find out the table and filed names from where you want to get the data to print on the print out. There is a possibility to hard code some of the text by creating Standard Text. Hence please decide which text should come from which document like from Billing or Delivery Note etc..Please remember,it is possible to get the data from the preceding documents for the invoice out put.
    5.Page number option is already available in SAP.
    6.Regarding the item numbers limitation on the print out,ABAPER should write the code in the print program.But you should have clear busines logic so that ABAPER can restrict this functionality in the program. I.E depending on the company code or Sales Area etc. This is not adviced to implement these kind of changes for all the customers.
    7.Regarding "Email in PDF format": Check the communication method in the out put type.
    Please work on the above process along with your ABAPER and let us know if you need any more details.
    Best Regards,
    MKumar

  • BI 7: DataSource for 0AU_CONFKEY

    Hi,
    we are using configuration of the materials (in VBAP -> CUOBJ). Now what I want to achieve in BI. I've enhanced InfoObject 0AU_CONFKEY with all the Attributes, which are possible in configuration.
    0AU_CONFKEY has navigation Attributes (A01, A02, A03 .....)
    Now I need to fill the attributes in the 0AU_CONFKEY, but I need some DataSource. I've created a view (based on tables: IBIN, IBINVALUES, IBSYMBOL, CABN) to read out all of these configurations.
    And now the issue. In BI I get x rows instead of having x columns. How to transform this (please suggest some abap or whatever)?
    Example:
    DataSource ZDS
    configNr.  ATNAM    ATWRT    
    0000011  ABC          10
    0000011  DEF           X
    0000011  GHI            Z105
    and in BI should deliver this DataSource only 1 record:
    ConfigNr.  A01  A02    A03
    0000011    10      X     Z105
    How to transform this?
    Question Nr. 1 -> is there some easier way to do this?
    Question Nr.2 -> if not, how to create a suitable DataSource?
    Thank you very much for any help.
    Standa

    Well, I've managed it.
    This solution isn't 100%, but it works for the intended puposes.
    DataSource: VIEW on VBAP, CUOBJ + ZATTRIBUTES (in VBAP is field which contains attributes as a string, created by a function module when order is created ).
    to InfoObject 0AU_CONFKEY were added Navigationattributes ZA001, ZA002 ....
    in Transformationrules is programmed logic, which goes through the whole field and searchs for characteristics standing for ZA001 and so on.
    Example:
    ZA001 = >
    search SOURCE_FIELDS-ZATTRIBUTES for 'ABC '.
    if sy-subrc = 0.
    bis = sy-fdpos + 4.
         RESULT = SOURCE_FIELDS-ZATTRIBUTES+bis(4).
    endif.
    Process chain uploads this data regurally.
    Greetings
    Standa

  • How to generate Dependent Demand for aggregates in DP

    Dear All,
    I am in the midst of DP implementation at one of our client.
    Business Scenario: Plant A- Car and Plan B - Engine
    I would like to know :
    1) How do I generate Engine Demand Plan wrto Car Demand using DP only?
    2) Do I need to know 2 diffrent planning areas?
    Request you to suggest on ABAP deveopment reqd or DP BOM and its functionality or If I maintain Parent Child relationship in CVCs , then is it possible to use any macro functions which will copy the Final demand of Car in Engine Planning Book against 'ENGINE' as characteristic.
    Or else request you to suggest a new approach to this solution.
    Points will be rewarded.
    Thanks & Regards,
    Ashok

    Dear Ashok
    Your requirement can be met using DP BOM. I am not sure about parent child CVC's , but DP - BOM should work.
    You need to first create and activate PPM/ PDS for DP with usage D (BOM Demand Planning).
    Assign it to model and create a  planning object structure with DP BOM relevant.
    Create the master and CVC based on MPOS
    Create a PA with 2 different KF( one for finished product, another for dependent BOM). Initilize the PA and version.
    Config the forecast settings for PA.
    Pl see through the below link
    [http://help.sap.com/saphelp_scm50/helpdata/en/e8/d47139f5a04c61e10000000a114084/frameset.htm]
    Rewards points if it helps
    Regards
    Nav

  • Down load from BSEG Table

    Hi
    Friends
    we have around 50 millions records in the Bseg table.
    i need to down load only 5 fields .
    one our friend suggested using ABAP code we can down load.
    But i would like to know from you is there any Transcation code to down load only 4 or 5 fields from bseg fro all the company codes since we have around 50 million Records inthe table.
    Thanks in advance.

    Hi Ravindra,
    Good afternoon and greetings,
    In SE16 itself you can down only the selected field by choosing the User Parameters...Alternatively, you can create a query using SQVI and select only those fields for displaying and downloading.
    If you require any assistance on SQVI, please let me know.
    Points awarded is highly appreciated, if the above mentioned solution meets your requirement.
    Thanking you
    With kindest regards
    Ramesh Padmanabhan
    Consultant

  • Relation between notification no and measuring point no or document

    Dear Expert's
    I want to link between notification no (qmnum) and measuring point no or measuring point document.
    I want to search measuring point number thorough notification no.
    plz suggest me ABAP purpose.
    thanks.
    regards:
    Neelesh Sonkar

    Hi,
    1. Get the EQUNR from the table "QMIH" using QMNUM.
    2. Get the MOVING_OBJECT from the table "IEQT_WL_MP" using EQUNR.
    3. Get the MDOCM (Measurement Document) POINT (Measuring Point) from the table "IMRG"
        using MOVING_OBJECT ( which is MDOCM ).
    Hope this will help you.
    Regards,
    Smart Varghese

Maybe you are looking for