Regarding hr programming

hello,
  can u gave a link having better presentation in hr(human resources) programming comcepts.
  thankx,
  nagalakshmi

Also...
http://www.sap-img.com/sap-hr.htm
Brad

Similar Messages

  • Help needed regarding Dynamic Programming

    Hi,
    While doing dynamic programming , we bind the context variable with two types of
    values .
    1 . ddic
    2 . extern
    My doubt is in which case we should use ddic and where to use extern .
    Can anybody help me out regarding this.
    Thanks a lot.

    Hi Ki,
    Predefined, Web Dynpro UI-specific, and user-defined Dictionary types all have the
    prefix ddic:.
    wdContext.getNodeInfo()
    .addAttribute(
    "Visibility",
    "ddic:com.sap.ide.webdynpro.uielementdefinitions.Visbility")
    •Logical Dictionary types from Adaptive RFC models have the prefix extern:.
    Check this links
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/9214b1e5-0601-0010-fdb0-ec32d43b06e0
    /people/dipankar.saha3/blog/2007/05/31/how-to-create-dynamic-approval-process-using-conditional-loop-block-in-guided-procedure
    Regards,
    Mithu

  • Regarding Dynamic Programming in HR-ABAP

    Hi,
         I have problem on the dynamic programming. The Reqirement is like, Infotype
    0008 if shows one Initial screen , into that infotype we have to add five fields this is
    an Enhancement and after we adding that fields into that infotype we should do some logics based on the wagetype , and once we enter an input to that IT 0008
    we get that five field values l. How can i solve this problem please help me.
    Regards,
    Sadanandam

    Please this is and Urgent Requirement

  • Regarding query program

    Hi,
    I have a requirement in which i have to add 1 more column to a ALV reporte that was created based on a query (SQ01). But the problem is that the query was deleted.
    Does anybody know how to rebuild the query from the program? Or could anybody tell me which would be a better solution for this?
    Regards,
    Roberto

    I think it is not possible to create a SQ01 from report. My suggestion will be alter the report as per your needs

  • Regarding ABAP program to read and manipulate data from Excel file....

    Hi,
    I want to write a ABAP program which will read Excel file which has three columns viz: Col A, Col B and Col C.
    If there is no data in Col B and Col C for a given record in Column A, then progam should print all those records on screen with write statement.
    Regards,
    Rajesh.

    Hi
    Check
    PARAMETERS: filename LIKE rlgrap-filename MEMORY ID M01,
    begcol TYPE i DEFAULT 1 NO-DISPLAY,
    begrow TYPE i DEFAULT 1 NO-DISPLAY,
    endcol TYPE i DEFAULT 100 NO-DISPLAY,
    endrow TYPE i DEFAULT 32000 NO-DISPLAY.
    CALL FUNCTION 'ALSM_EXCEL_TO_INTERNAL_TABLE'
    EXPORTING
    filename = filename
    i_begin_col = begcol
    i_begin_row = begrow
    i_end_col = endcol
    i_end_row = endrow
    TABLES
    intern = intern
    EXCEPTIONS
    inconsistent_parameters = 1
    upload_ole = 2
    OTHERS = 3.
    After getting Records in INTERN TABLE  You can loop it to check where columns B & C are empty  and store them in another table .
    LOOP AT intern.
    IF INTERN  B and C has value  .
    CONTINUE
    ELSE .
    MOVE THEM INTO ANOTHER TABLE ITAB .
    ENDIF .
    ENDLOOP.
    THEN LOOP ITAB .
    WRITE : ' '
    ENDLOP .
    Hope this Helps .
    Praveen

  • Query regarding RSTXSCRP program

    Hi All Form experts,
    This is one doubt which is really confusing me.
    When we export/ import a form using teh program RSTXSCRP, if the form has different languages, say EN, Ja and Chinese, if we want to export/import only one language version to/from our Pc, is it possible?
    I tried exporting just the JA lang version of a form to my PC but again all the lang versions seem to be exported. Please find the screen shot/output of the program:
    Language vector used: NEDO1J
    Definition E exported
    Original language E exported
    Language J exported
    Object was exported
    Please Help me out in this regard.
    Regards
    Priya

    Thanks Naimesh.
    So you do mean to say that we can export/import only the original language version of the form and not the translated versions. Right?
    If it is so, if the form has original lang as EN and 2 other languages in translation , say, JA or Chinese, then is it possible to import only the original language from our PC to SAP?
    Regards,
    Priya
    Edited by: priya p on Feb 12, 2009 8:56 PM

  • Regarding HR program %_HR9112

    hi guys,
    In HR module, during the upgrade we are facing problem with Include program %_HR9112
    we have addon program using this include program in 46C. But does not exists in ECC system.
    Should i have to regenerate anything in ECC or Create this include? if i execute this Include program in 46C we are getting Selection screen with input parameters.
    Any suggestion please
    regards
    Ambichan

    Hi,
    You have to run the program RPUMS40CCI to generate the missing include.
    Run the pgm with the infotype as 9112 , with the check box 'Generate Infotype include' and unchecking 'Test mode'. It generates the missing include.
    Regards,
    Soumya.
    Edited by: Soumya Jose on May 9, 2008 10:40 AM

  • Regarding Dialog Programs

    Hi,
        My requirement is to record Customer Enquiries and Customer Orders and generate a unique number for every Customer Enquiry and Order .is there any standard program of this type?
    How to  find  the standard dialog programs ?
    Thanks in advance,
    Regards,
    KIshore

    Hi ,
    In SAP through tcode SNRO a number range object is maintained and under that Number intervals are maintianed according to the year.
    What ever code you do and you have to generate a unique number then you have to use Function module
    GET_NEXT_NUMBERS  to generate the next number.
    This funtion module gives you FIRST NUMBER ,LAST NUMBER,CURRENT NUMBER .
    I hope this will help you.

  • Error regarding update program

    hi
    i am facing an  error i.e Error when generating the update program
    Can any body give the solution for this question
    thanks
    gurkiran

    hi yogesh
    An error occurred during program generation for InfoSource 80FIGL_O02 and InfoProvider ZFIGL_C02. This may be extrapolated to incorrect update rules.
    Procedure
    Check and correct your update rules and then generate the update program again. but i dont know the procedure Acctually
    or the steps Acctaually how to perform on this procedure
    kingly explain me in more precise form
    Thanks
    Regards
    Gurkiran

  • Regarding java program running...

    Hi
    I know it a very basic question...I am learning java before that i used netbeans and now i want to work with java without any ide like netbeans..
    I want to type my program in notepad and run that...
    My program is in c:program\java...When i run the command java -version i got the version details from the above prompt...but when i tried Java Command i am getting the error of java.NoClassDefFoundError....
    so that i can't compile my program..
    Anybody help me regarding this

    Its worth noting that valueOf creates an object of the type and parseXxxx returns a primitive of the type.
    With auto-boxing and auto-unboxing the distinction is not so apparent but there are subtle differences.
    e.g.
    String number = ...
    Double d1 = Double.valueOf(number);
    double d = Double.parseDouble(number);
    Integer i1 = Integer.valueOf(number);
    int i2 = Integer.parseInt(number);
    // you can also do
    int i3 = Integer.valueOf(number); // uses unboxing and is slightly less efficient.
    // uses Integer.valueOf(int) to auto-box which uses the builtin Integer object cache
    // Whereas Integer.valueOf(String) doesn't so it can me more efficient than i1 above.
    Integer i4 = Integer.parseInt(number);

  • Regarding dialoge programming

    Hi experts,
                    Can any please provide step by step procedure for any example Dialoge programming scenario.
    Thanks and regards,
    Sravanthi.

    Hi,
    http://www.sapdevelopment.co.uk/dialog/tabcontrol/tc_basic.htm
    Vey useful link:
    http://sap.mis.cmich.edu/sap-abap/abap09/index.htm
    Other links:
    http://help.sap.com/saphelp_nw2004s/helpdata/en/fc/eb2d40358411d1829f0000e829fbfe/content.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/10/e7dbde82ba11d295a40000e8353423/content.htm
    For Screens
    http://help.sap.com/saphelp_47x200/helpdata/en/e4/2adbef449911d1949c0000e8353423/content.htm
    Screen elements
    http://help.sap.com/saphelp_47x200/helpdata/en/47/e07f5f2b9911d2954f0000e8353423/content.htm
    Processing Screens
    http://help.sap.com/saphelp_47x200/helpdata/en/47/e07f682b9911d2954f0000e8353423/content.htm
    Complex Screen elements
    http://help.sap.com/saphelp_47x200/helpdata/en/fd/02da2a61d811d295750000e8353423/content.htm
    DIALOG Programming
    http://help.sap.com/saphelp_webas630/helpdata/en/9f/db9cdc35c111d1829f0000e829fbfe/content.htm
    http://www.sapdevelopment.co.uk/dialog/dialoghome.htm
    http://www.sap-img.com/
    http://help.sap.com/saphelp_46c/helpdata/en/08/bef2dadb5311d1ad10080009b0fb56/content.htm
    http://www.sapgenie.com/links/abap.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/c9/5472fc787f11d194c90000e8353423/frameset.htm
    http://help.sap.com/saphelp_47x200/helpdata/en/52/670ba2439b11d1896f0000e8322d00/frameset.htm
    http://www.allsaplinks.com/dialog_programming.html
    http://sap.mis.cmich.edu/sap-abap/abap09/
    http://www.sapdevelopment.co.uk/dialog/dialoghome.htm
    http://help.sap.com/saphelp_webas630/helpdata/en/9f/db9cdc35c111d1829f0000e829fbfe/content.htm
    http://sap.mis.cmich.edu/abap-00/
    http://www.allsaplinks.com/files/using_table_in_screen.pdf
    http://help.sap.com/saphelp_46c/helpdata/en/08/bef2dadb5311d1ad10080009b0fb56/content.htm
    http://www.sapgenie.com/links/abap.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/c9/5472fc787f11d194c90000e8353423/frameset.htm
    http://www.sapdevelopment.co.uk/dialog/dialoghome.htm
    http://help.sap.com
    http://www.sapgenie.com/abap/example_code.htm
    http://help.sap.com/saphelp_47x200/helpdata/en/52/670ba2439b11d1896f0000e8322d00/frameset.htm
    http://www.allsaplinks.com/dialog_programming.html
    http://www.sapbrain.com/TUTORIALS/default.html
    http://www.sappoint.com/abap/spmp.pdf
    http://sappoint.com/abap.html
    http://www.sap-img.com/abap.htm
    http://sap.ittoolbox.com/code/archives.asp?i=10&t=450&a=t
    http://www.sapdevelopment.co.uk/dialog/dialoghome.htm
    http://www.sap-img.com/abap/
    http://www.sapdevelopment.co.uk/dialog/dialoghome.htm
    http://www.sap-img.com/
    http://www.sappoint.com/faq/faqdiapr.pdf
    http://www.allsaplinks.com/dialog_programming.html
    http://help.sap.com/saphelp_46c/helpdata/en/d3/2e974d35c511d1829f0000e829fbfe/frameset.htm
    regds,
    paras

  • Regarding driver programs

    hi,
    Iknow form namesbut i dont know the driver program.
    i could not find in the TNAPR table and NACE tcode.How will i know tht name. if any one knows plz reply me.
    regards.

    Hi Subha,
    Please chcek this thread perhaps it may help.
    driver program
    Regards,
    Ferry Lianto
    Please reward points if helpful.

  • Regarding Generic programs

    hi guys,
    In my R3 system i can see below programs. attributes saying that its SAP created. whats this..is it generated program?
    1-IF_GUI_DYNAMIC_DATA===========IU
    2-%_CCMPWL
    We are planning for migration OS and DB, and copy all addon programs there..do we need to execute any Load or Program for automatic generation of programs anywhere..pls advice..
    Thanks
    Baasha

    Hi Bashaa,
    There are some system generated programs such as programs generated for dynamic subroutine pool or may be ABAP Query .
    If you are doing migration then you need NOT migrate this. If you migrate the root (user defined object/program) and then compile and generate all those objects in the new system , the system would again generate these programs themselves. Similar is the case with Function Modules generated  for Smart forms.etc.
    Hope this answers your query!!
    cheers
    KSQ

  • Regarding leave program statement.

    Because of using LEAVE PROGRAM statement in LOAD-OF-PROGRAM event the BDC report is going to dump can any one tell me the alternation for LEAVE PROGRAM statement its urgent please?

    You're technically not allowed to do anything that would cause the program to exit in the LOAD-OF-PROGRAM event, STOP is also not allowed.
    The best way I know to make sure the program exits completely is to set a flag in the LOAD-OF-PROGRAM event, and then use "RETURN" or something similar to leave the event.  The next event to run will be INITIALIZATION, from which you can check the flag and call "LEAVE PROGRAM". With no problems.
    (You can also sometimes move everything to the INITIALIZATION event, depending upon your needs.)

  • Regarding rpr_abap_source_scan program

    hi all,
    I got one program RPR_ABAP_SOURCE_SCAN This program searches for a string in any abap program...
    My requirement is i want to search keywords like UPDATE,DELETE MODIFY, INSERT that effects
    database tables in any program in abap.  I am getting this but my problem is I am getting both DATABASE
    tables and INTERNAL TABLES.  Here I have to eliminate all internal tables and I have to display only
    database tables.
    I will be very thankful if i got the answer. Its urgent please help me

    i guess i will have to learn these programs myself!
    contact me if u r also working on any of these programs!

Maybe you are looking for

  • Windows and AMD 64 X2

    Hi I don't really know if I can get away with posting this here, but this is the only forum I know where people are technically competent enough to help me out. Recently I've put together my own computer, I had a few issues to start off with but then

  • How to include text as HTML elements (see DOMElement)

    I am working with Flash PRO CC v. 14.0.  to convert my Flash website to HTML5 / javascript I have converted a file to the HTML5 Canvas I am very happy that the new Flash Pro has the feature to convert to HTML5 canvas HOWEVER: In my original .FLA file

  • Memory Leak in IPSec

    Hello, For my work i need to login with the Cisco VPN client. This works good, but sometimes i get a memory leak, and then my Mac get a Grey screen of death. The errorlog give the following error: +Mon Jun 2 13:56:05 2008+ +panic(cpu 1 caller 0x001A8

  • Problem when reverse GR document

    hai gurus, today my user complaint cannot reverse GR that contain 1 lines item that contain asset. The way that their create the asset is to create one asset number form 3 item asset than after the GR they create another asset number for the 3 items.

  • [solved]pacman seems to be stuck in infinite loop

    Hi, All I was trying out gnome2.20 which is till in testing. Installation of the packages was smooth, but I could not start X after the installation. The Xorg logs said that there was no X sever installed while the It was listed in the pacman -Q I de