Multiple wagetypes upload for 14 Infotype

How do I upload multiple wage types at a time for 14 infotype?
For example An employee having 4 deduction wagetypes How do I upload 4 wagetypes at a time??
Iam confused ...
Kindly let me know Experts....

Hi Priya,
You can maintain numbers of records in excel,txt format for uploading into system.
For example: If you are using BDC program then your input file will be in Excel format
                      If you are using LSMW then your input file will be in txt forma.
Regards,
Haranath

Similar Messages

  • Hr data upload for Infotypes 14, 17 and 442

    Hi all,
    I need to upload hr data to sap for infotypes 14, 17 and 442. Is there any BAPIs / FMs / Idocs fot this.
    Help will be highly appreciated & rewarded
    Regards,
    Younus

    HI,
    Are you looking for a BAPI or IDOC? what are you going to do with IDOC to upload 14 and 17 Infotypes using PA30?
    Can't you do the same Upload by writing a BDC Program?
    Regards,
    Anji

  • Trying Multiple File Uploads for the same record

    Okay I"m trying to upload 3 images on a form that will go
    into my gallery. Image types are jpg,gif,eps. What I've got to work
    so far is for all three images to upload to my server which is
    great, However when I look into my table, all three images are the
    eps image. What's wrong with this code? Again I don't won't
    separate records, just the ability to load 3 different images in
    the same record in my table. See code below

    The FILE.ServerFile variable is only going to contain the
    information from the most recent <cffile> call.

  • Multiple Image Uploading Question

    Please forgive my ignorance here but I saw the question on multiple image uploading and this is something i have been trying to do for a few days now without any success.
    I am using CS3 with ADDT and PHP
    I want to allow my users to be able to upload say 5 pictures at a time, each user has multiple photo albums the names of which are stored in mysql table, the image name is stored in a different table with a reference to the album id.
    So, I assume that i put an insert record on the page, I followed the usual process used to have a single image upload and thought it would give me or add the extra file field options on the form when telling the multi upload to allow 5 images to be uploaded, not the case. Do i have to create a form on the page first with 5 file fields or am i just missing the plot here.
    Sorry if this is just something that seems simple but i just don't seem to be able to get it to work at all. I have no working example to look over and have serach google to see if there are any tutorials for doing this but can't find any at all.
    Thank you in advance of any help and guidance given
    Regards
    Ray

    Hi Günter
    Thank you for your reply and also for the great tutorial site you run which has helped me quite a lot with several things.
    ok, so i am maybe a little confused here, so what is the multiple image uploader for if not for uploading multiple images, and how does it give you the option to select more than one file or is it that you can't use it when inserting the image file into a database?
    Please forgive my ignornace again, i can see when i have tried using the multiple image upload thatit puts a text link called upload, what is that for because it doesn't seem to do anything on the page i have tried it on?
    Kind Regards
    Ray

  • Multiple file upload not working in IE10 and IE11

    Hi,
    As per the UI5 documentation( https://sapui5.hana.ondemand.com/sdk/#test-resources/sap/ui/commons/demokit/FileUploader.html) , UI5 supports multiple file uploading for IE10 and IE11. I set the "multiple: true" flag in the fileuploader example page and the file browser dialog is not allowing to select multiple files. Does UI5 provide multi file upload support for IE10 and IE11 or am i missing anything ?
    regards
    Raja

    Huh?
    Your problem makes no sense. The filename is included with the upload so that the server knows what the file was originally called. Are you running the JSP locally and reading the file directly off the hard drive??
    I note also that you aren't using a multipart form, which is required to upload a file.
    <form action="uploadFile.jsp" method="post" enctype="multipart/form-data">
      <input type="file" name="upload" value="<%= fileName %>" />
    </form>You'll need to use the Jakarta Commons FileUpload class to correctly process a form encoded with "multipart/form-data" or getParameter("xxx") will return null. You can also use the older com.oreilly.servlet.MultipartForm or whatever it's called. I'm pretty certain that the Jakarta Commons obsoletes all the COS classes.
    Brian

  • PA40 data load for infotype 0,1,2

    Hi All
    i am doing data upload for infotype 0,1,2 using pa40 data load, this works fine for one record, but if there are two, then the screen doenst refresh and it doenst work. Does any body have this proble before and can guide me
    thanks
    C

    No its not resolved, these are the fields in my source file, the problem is for the second record, the pernr remains the same and doesnt refresh, so it throws error, is there any way when it comes to next record the pernr becomes blank.
    begda     werks     persg     persk     plans     anred     vorna     midnm     nachn     perid     gesch     gbdat     gblnd     natio     sprsl     famst     anzkd
    cheers
    C

  • How to add a field for multiple file upload in WebApps ?

    I am creating a WebApp for user to save some information with multiple pitcures. I can only see a single uploader.
    How can I add multiple image uploader and How can I create a custom file upload field rather than image upload ?

    Hi,
    There's no other upload field type for web apps.  You'll need to use the "image file type" to apply multiple file upload fields within the web app form in this case.
    Kind regards,
    -Sidney

  • Legacy asset data upload for multiple line items

    Hello
    Legacy asset data upload for multiple line items- for example Building is an asset which is having different line items for purchasing of land,constructaion or renovation etc.........now to upload the legacy data what should be consider...only one line item for Building or numbers of line item.........
    which one is the proper way to do this exercise?
    regards

    Hi,
    It completely depends on clients requirement. but following are few approaches:
    1. Define Building as Asset Class.
    2. Create a Building at specific location at asset code and
    3. create asset sub numbers for other components.
    other approach would be:
    1. Define Building as Asset Class.
    2. Create a Building at specific location at asset code and
    3. create further asset codes for other components where field description will be used for relating each other.
    Regards,
    Sayujya

  • Declarative Component : UploadedFile Isssue for multiple file Upload case.

    Hi,
    I have made one declarative component for the multiple file upload case; where i have add button that dynamically adds af:inputFile component to the popup dialog and similarly delete button to dynamically delete the selected inputFile component. Everything work fine such as:
    1. add button adds the inputfile component properly and delete does the same.
    2. upload of Multiple files also works fine. ( I keep the uploadedFile in the java.util.Map which is the pageFlowScope and once, Dialog box ok/cancel is clicked, i clear everything back).
    IT WORKS GREAT WHEN:
    User hit 5 times add button if they want to upload 5 images. and do upload for all the 5 inputFile components . (Add or Delete button should not be clicked after any upload , but before you can.)..
    THE ONLY PROBLEM IS WHEN:
    1. user uploaded; say 2 images but not yet clicked in the ok/cancel button yet... they are still in the upload dialog ..and hit ADD button again.
    2. After that user uploads say another file/image and now UploadedFile's getInputStream() returns null, length becomes 0 for all the other uploadedFile except this newly uploaded file.
    Now, here is the thing, i wrote my own customUplodedFile class which is just a wrapper and it return getInputStream() from this class and length from this class and it is working.... But i am not sure why does the uploadedFile loses it's value...
    import org.apache.myfaces.trinidad.model.UploadedFile;
    public interface ICustomUploadedFile
      extends Serializable, UploadedFile
      public String getFilename();
      public String getContentType();
      public long getLength();
      public Object getOpaqueData();
      public InputStream getInputStream();
      public void dispose();
    ====================
    public class CustomUploadedFile
      implements ICustomUploadedFile, Serializable
      private transient UploadedFile mUploadedFile;
      private transient InputStream mInputStream;
      private long mLength;
      public CustomUploadedFile()
      public CustomUploadedFile(UploadedFile pUploadedFile)
        this.mUploadedFile = pUploadedFile;
        this.mLength = pUploadedFile.getLength();
        try
          this.mInputStream = pUploadedFile.getInputStream();
        catch (IOException e)
          e.printStackTrace();
      public String getFilename()
        return mUploadedFile.getFilename();
      public String getContentType()
        return mUploadedFile.getContentType();
      public long getLength()
        return mLength;
      public Object getOpaqueData()
        return mUploadedFile.getOpaqueData();
      public InputStream getInputStream()
        return mInputStream;
      public void dispose()
        mUploadedFile.dispose();
    } Now, my questions are:
    1. Is there a way i could follow to not to lose the UploadedFiles's inputStream and length by not using my wrapper class but in a standard way/best way.
    2. I am not happy although it works because it is not making sense to me at all.....Why does the wrapper working though when i have transient variables; like UploadedFiles... and it's transient variables are lost why not mine.
    I am totally confused at this stage.. Need your help.
    Thanks

    any one??

  • Bapi - upload data for infotypes 0016 and 0019

    hello,
    Please let me know bapi to upload data for infotypes 0016 and 0019 as i am unable to find any bapi for this infotypes.
    Please use a more meaningful subject in future - I've edited it for you this time.
    Edited by: Matt on Nov 6, 2008 12:08 PM

    Hi Sunny,
    My suggestion is go txcode BAPI.
    After this in the left side of the window complete information on BAPIs will be available search out in Human resource you may get the BAPI, in the mean while some one may help you.
    Cheers!!
    VEnk@

  • Applet for multiple file upload

    Hi All
    I have a requirement for multiple file upload where user can select multiple files as well as folders.
    Would appreciate any pointers.
    Thanks.

    Google "java file upload"

  • Can any body tell me how to upload data for infotype 2011

    hi gurus,
    please tell me hw to create the bdc for infotype 2011.

    Go to SHDB and record the Tcode PA30 with Infotype 2011.
    ~BiSu

  • Dynamic table for infotype 2010 in HCM form

    Hi,
    I have a project requirement for a form that has got me stuck for days now, so I was wondering if anyone could help.
    The form in question is a statement of allowances (recording overtime), which ideally will allow the user to enter in any overtime within a fortnight. For each day in the fortnight, they are to be able to enter in any number of infotype 2010 records. As such, the layout requires a table with the columns being the 14 days, and the rows being the 2010 records (based on wagetypes).
    As the user is able to enter in any amount of 2010 records for each day, the table needs the ability to grow dynamically. I have no problem doing this in the Adobe form itself, but my issue right now is defining the fields for the form.
    As I understand it, there are some infoypes (such as 0041 and 0008) that are able to be defined in the form scenario fields as a line type. This will allow multiple instances of that infotype to be created/updated. However, since 2010 does not have this option, I am only able to define a single instance of that infotype.
    I am still fairly new to this framework, and I did play around with generic services to see if I could define my structure there and map it across to the form, but so far I have not been successful. I was hoping to be able to define a table of type p2010 and pull it across to be used in the form.
    My issues in summary are as follows:
    1. Need to define a table/structure of type p2010 to be used in the form
    2. As the number of rows in the table will only be specified at runtime, how do I map the cells to the corresponding fields?
    Any ideas or suggestions would be very helpful.
    Joanna

    See you will manually get the relevant data from IT2010 and save it an internal table.
    now this data for eg contains 3 line items whcih you need to show in the form in a table.
    itab-fld1         itab-fld2               itab-fld3
    val1                  val2                     val3
    val4                  val5                     val6
    val7                  val8                     val9
    Now you must have defined the fields in the generic service. add the fields in the service_dataset not the standard service fields.
    in the get field info method
    DATA ls_field_info TYPE hrasr00gs_field_info .
      DATA ls_service_field TYPE fieldname.
      CLEAR field_infos.
      LOOP AT service_fields INTO ls_service_field.
        CASE ls_service_field.
          WHEN c_fieldname1.
    Reason
            CLEAR ls_field_info.
            ls_field_info-fieldname = c_fieldname1.
            ls_field_info-field_data_element_name = c_dtel_reason.
            ls_field_info-supports_value_help = true.
            ls_field_info-supports_default_value = true.
            APPEND ls_field_info TO field_infos.
    endcase.
    endloop.
    IN method get operations
    DATA ls_operation TYPE hrasr00gs_operation.
      CLEAR operations .
    operation GET 2010
      CLEAR ls_operation.
      ls_operation-operation = c_oper_get_reason.
      ls_operation-fieldnames = get_fields_of_operation( ls_operation-operation ).
      APPEND ls_operation TO operations.
    in method get fields of operation
      CASE operation.
        WHEN c_oper_get_reason.
          APPEND c_fieldname1          TO fieldnames.      
    Now in the initization method you will find your fields in service_field_values. Now for table entry fields increase the index value as mentioned before.

  • Bdc for infotype 581

    hi
    I have to do bdc for infotype 581. The manual senario for this is after entering data in 581 and if i click save button it will save the data and it will go to infotype 8 screen.  There it will populate the hra and value in wagetype and amount automatically. i will save that too.
    but when i did this in bdc, after entering the data in 581 and clicking the save button it is not going to infotype 8 screen.
    how can i store that hra in infotype 8 for that particular PERNR.
    pls send the solutions for this
    thanks in advance to all who will help

    Hi,
    When you are using BDC it will skip infotype 8. You should again upload infotype 8 for HRA.
    Regards,
    Ramu N.

  • Bulk Uploading to Infotype 0015

    Hi All,
       I need to upload bulk data from file to infotype 0015 while uploading standard infotype validations also need to be performed as i know FM HR_INFOTYPE_OPERATION can be used to upload but it needs to be called for each records so it may result in performance issue .
    So can any one know suggest the best way to upload mass data to the infotype with standard validations as i cannot go with LSMW.
    Regards,
    Prakash

    Hi,
    You will have to update records one by one using this Function module.
    1. Use FM HR_PSBUFFER_INITIALIZE to initialize the buffer.
    2. Sort your internal table by Pernr (Assuming there can be multiple records for a given employee)
    3. Loop at the internal table.
    4. AT NEW PERNR, lock the pernr using FM BAPI_EMPLOYEE_ENQUEUE. Upto this point, if you have not checked whether employee exist in the system or not, then call FM BAPI_EMPLOYEE_CHECKEXISTENCE before calling FM BAPI_EMPLOYEE_ENQUEUE. ENDAT.
    5.  Call function HR_INFOTYPE _RECORD with a single update record. Do not set the flag for COMMIT.
    6.  On change of Pernr, use BAPI_EMPLOYEE_DEQUEUE to unlock the employee. Endon.
    7. Endloop.
    8. Commit Work after endloop.
    Regards,
    Jayesh
    Edited by: Jayesh Gupta on Apr 23, 2010 10:49 AM

Maybe you are looking for