ADP project - Gross Pay IDOC format  - Urgent

Hi guys,
I'm working on an ADP project, and I really need to see a Gross Pay IDOC format to understand it, then, I will create a custom program to convert this format into EPIP
format.
So, I have 2 questions:
1) How SAP Created File with GROSS pay in IDOC ? Is any SAP standard program for this
2) I need a program to convert IDOC to EPIP format
If you know any thing of this please let me know ASAP, full 10 points will be given to any useful contribution. Thank you all!
Message was edited by:
        Kevin Nguyen
null

Hi Venu,
  Try with this code.
  If vbrp-netwr = 0.
<b>  WHEN 'E1EDP26.
  CASE ta_e1edp26-qualf.
ta_e1edp26 = int_edidd-sdata.
WHEN '011'.
PERFORM append_int_edidd TABLES t_int_edidd
USING 'e1edp26'
ta_e1edp26.
int_edidd[] = t_int_edidd[].
ENDCASE.</b>
ENDIF.
Thanks
Manju.

Similar Messages

  • ADP project - Gross Pay IDOC format

    Hi guys,
    I'm working on an ADP project, and I really need to see a <b>Gross Pay IDOC</b> format to understand it, then, I will create a custom program to convert this format into EPIP
    format.
    If you know any thing of this please let me know as soon as possible, full points will be given to any useful contribution. Thank you all!

    Here are errors:
    ----jGRASP exec: javac -g E:\java\Payroll3.java
    Payroll3.java:33: cannot find symbol
    symbol : variable payroll
    location: class Payroll3
         while (payroll.hasNext())
         ^
    Payroll3.java:35: inputData(java.lang.StringBuffer,DoubleClass,DoubleClass,DoubleClass,double,double,double) in Payroll3 cannot be applied to (java.lang.StringBuffer,DoubleClass,DoubleClass,DoubleClass,double,double)
              inputData(employeeName, hourlyRate, hoursWorked, taxRate, grossAmount, netAmount);
              ^
    Payroll3.java:71: operator > cannot be applied to DoubleClass,double
         if (hoursWorked > FULL_TIME)
         ^
    Payroll3.java:77: double cannot be dereferenced
         System.out.println(String.format("%-20s%10.2f%10.2f%10.2f%10.2f%9.2f%4s",employeeName, hourlyRate, hoursWorked, taxRate, grossAmount.getNum(), netAmount.getNum(),overTime));
         ^
    Payroll3.java:77: double cannot be dereferenced
         System.out.println(String.format("%-20s%10.2f%10.2f%10.2f%10.2f%9.2f%4s",employeeName, hourlyRate, hoursWorked, taxRate, grossAmount.getNum(), netAmount.getNum(),overTime));
         ^
    Payroll3.java:83: cannot find symbol
    symbol : variable inFile
    location: class Payroll3
         employeeName = inFile.next();
         ^
    Payroll3.java:84: cannot find symbol
    symbol : variable inFile
    location: class Payroll3
         hourlyRate = inFile.nextDouble();
         ^
    Payroll3.java:85: cannot find symbol
    symbol : variable inFile
    location: class Payroll3
         hoursWorked = inFile.nextDouble;
         ^
    Payroll3.java:86: cannot find symbol
    symbol : variable inFile
    location: class Payroll3
         taxRate = inFile.nextDouble;
         ^
    Payroll3.java:87: double cannot be dereferenced
         grossAmount.setNum();
         ^
    Payroll3.java:88: double cannot be dereferenced
         netAmount.setNum();
         ^
    11 errors
    ----jGRASP wedge2: exit code for process is 1.
    ----jGRASP: operation complete.

  • Creating a flat file in the IDOC format

    Hi everybody,
    Need help.....urgently. Can somebody please tell me how to create a flat file in the IDOC format? I am creating a bill of lading/Documentary payments (EDI 858) and can't figure out a way to write the data generate through the report in a flat file in IDOC format. My deadline is right around the corner and I need help.
    Thanks,
    M

    Hi Minal,
    I still don't understand your question.
    So, you have a report which selects data and puts it into an internal table.  This part looks fine.
    You want to create a flat file?  Ok, to create a flat file on the application server then use the commands OPEN DATASET, TRANSFER, and CLOSE DATASET.  To create a flat file on the presentation server then use the FM GUI_DOWNLOAD (or the GUI class, I forgets its name for the moment).
    In both cases you should build up an internal table which has the exact structure required for your (EDIFACT?) EDI message, and then use the appropriate method to write the file.
    If the following steps are manual then there is nothing more for you to do.
    I don't see any need to use Idoc technology, or make any reference to it in your solution.
    I hope that helps.  If not, please be more specific when asking your questions.
    Brad

  • Report for employees net and gross pay for a pay period

    Hi Gurus
    How should I approach to write a report which gives employees net pay, gross pay and cost center  for a pay period?
    Do i have to use cluster tables?
    As I am new to this module any help will be appreciated.
    Thanks in Advance

    Unless you store your payroll results in Infotypes then yes you would have to retrieve this information from the PCL2 Cluster. The Cost Center information would come from the WPBP table and the Gross and Net Pay from the RT table.

  • Convert flat file to Idoc format

    Due to some security reasons , the ALE scenario for material master is not allowed directly between 2 SAP systems
    So the SAP system A is sending a flat file (not in Idoc format)
    From SAP system B , we need to do an Inbound process to post the Idocs with following rough steps
    1) Flat file upload
    2) Flat file -> Idoc format conversion  (EDI subsystem is not existing in this scenario and so this step has to be done within SAP)
    3) Idoc processing
    Even though this scenario can be accomplished without using Idocs ,
    for better monitoring and reprocessing options it is required that Idocs need to be used.
    Please explain the detailed steps for the above scenario

    Hi,
    This sounds very much lie complicating things unnecessary...Are this 2 SAP systems of the same company ?
    Why would using IDOCS be more insecure then using flat files ?
    If the purpose is to have a manual check before upload, you can achieve the same with IDOCS.
    Please add some background to the process,
    regards
    Dirk

  • Gross Pay Modification

    Hi Gurus,
    I need help again.
    For certain group of employees, there is a condition where in 12% of the gross pay for THAT pay-period is added and this is the total gross (upon which taxes will be calculated). For e.g.: Say $200 is the gross earning (because he worked 10 hours for $20/hour). Now, 12% of 200 which is 24, is added and the total gross for that pay-period becomes $224. This $224 is then taxed. Can you please help writing a rule for this condition and where will you insert the same in the schema.
    Thanks for the help,

    I was also wondering incase the number 12 changes, do I have to make the change at 2 places:
    In this case please try to have  a  Constant  in V_T511P and Maintain the Rate* for the constant so when ever there is a change in the Percent we can change the constant value
    No need to change the rule just change the Constant value from 12 % to 15 % like that
    The user does not want to enter the 12 on IT0015. Can we just do it with the PCR itself without entering anything on IT0015?
    Something like this:
    1
    AMT = 0
    AMT = /101*12
    AMT = AMT/100
    /101 = /101 + AMT
    Please Change the PCR like this
    1
    AMT=0
    AMT+   MB10  (note like this u have to include all the wage components which are in part of Gross just giving /101 will not serve
    AMT*KZCON   (this is the constant which we defined in V_T511P )
    AMT/100
    ADDWT *
    Yes there is a way without maintaining in Inofytpe we can make a Wage type  generate in the RT
    Instead of useing PIT  use ACTIO keep it in Sub Schema UAL0
    I also need the amount value of 12% (which is $24 in our example) as a separate line item on the rem statement for each pay-period. How is this possible?
    Will let u know abt this

  • GROSS PAY AND NET PAY

    hello
    can anyone help in getting gross and net salary using a sql for an employee..what are the tables i might need..
    thanks
    kp

    You can use the following query:
    SELECT prb.balance_value
      FROM pay_run_balances prb,
           per_all_assignments_f paaf,
           pay_assignment_actions paa,
           pay_payroll_actions ppa,
           pay_defined_balances pdb,
           pay_balance_types pbt,
           pay_balance_dimensions pbd
    WHERE paaf.assignment_id = prb.assignment_id
       AND paaf.assignment_number = :emp_no                           
       AND TRUNC (SYSDATE) BETWEEN paaf.effective_start_date AND paaf.effective_end_date
       AND paaf.primary_flag = 'Y'
       AND paaf.assignment_type = 'E'
       AND paa.assignment_action_id = prb.assignment_action_id
       AND ppa.payroll_action_id = paa.payroll_action_id
       AND ppa.action_type IN ('R', 'Q')
       AND ppa.effective_date BETWEEN :st_dt AND :ed_dt
       AND prb.defined_balance_id = pdb.defined_balance_id
       AND pdb.balance_type_id = pbt.balance_type_id
       AND pbt.balance_name = :b_name
       AND pdb.balance_dimension_id = pbd.balance_dimension_id
       AND pbd.dimension_name = '_ASG_RUN'use the bind variable :b_name as Net Pay and Gross Pay to get the values. Net Pay and Gross Pay are balances.
    Hope this helps

  • What is the IDOCs format

    hi friends,
    what is the IDOCs format?
    where this IDOCs format comes into picture in SAP MDM?
    which systems support this IDOCs format?
    plz help me

    Hi Rao,
    IDoc (for intermediate document) is a standard data structure for electronic data interchange (EDI) between application programs written for the popular SAP business system or between an SAP application and an external program. IDocs serve as the vehicle for data transfer in SAP's Application Link Enabling (ALE) system.
    Please have a look on this link for IDoC:
    http://searchsap.techtarget.com/sDefinition/0,,sid21_gci852485,00.html
    1. What is the IDOCs format?
    Ans: XML
    2. Where this IDOCs format comes into picture in SAP MDM?
    Ans: Idoc are used to interchange data from R3 to any external system or vice versa. As MDM stores different masters so that master data can come from an Idoc via Exchange Infrastructure (XI) or through MDM Generic Extractor or directly via an xml and xsd of an Idoc.
    When we use XI or generic extractor in between MDM and R3 then we need to store Idocs scehma in to MDM for Idoc XML.
    3. Which systems support this IDOCs format?
    Ans: R3, XI, and some external third party systems support Idocs. Even MDM support Idoc XSD and XML.
    Rewards if useful.
    BR,
    Alok Sharma

  • RFC - - Flat File (IDOC Format)

    Hi,
    I need flat file in IDOC(INVOIC02) format from the AR invoice in SAP R/3. We don't want to create IDOC's in SAP R/3. So We need to get the data from R/3 via RFC with EDIDC & EDIDD structures and map it to IDOC in XI. The second mapping would be from IDOC to Flat file.
    Did anybody has done the mapping from EDIDD table to IDOC's? If so can you please share some mapping screen shots.
    Thanks.
    Srini

    Hi,
    As I have understood your scenario, you plan to send data from R3 in non-IDOC format, probably through RFC. This could be ABAP Proxy as well. And on receiver end, you need a flat structure file accepting this data.
    For this case, you dont need two mappings as you mentioned. You could treat this as RFC - File scenario or Proxy - File scenario and perform the mapping accordingly.
    Let me know if I have misunderstood your problem or if you need more elaboration on solution.
    Thanks,
    Bhavish
    Reward points if comments are useful:-)

  • How to convert Flat file(.txt) data to an Idoc format(ORDERS05)

    Hi,
    How to convert Flat file(.txt) data to an Idoc format(ORDERS05). If any FM does the same work please let me know.
    thanks in advance,
    Chand
    Moderator message : Duplicate post locked. Read forum rules before posting.
    Edited by: Vinod Kumar on Jul 26, 2011 11:11 AM

    Hi,
            For more information, please check this link.
    http://sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/46759682-0401-0010-1791-bd1972bc0b8a
    Have a look at the FM IDOC_XML_FROM_FILE. May be it helps...
    Regards

  • IDOC to FTP keeping IDOC format

    I am trying to ftp an IDOC to another server without it converting to XML format.  I know there is a global setting to not convert for the IDOC adapter, but I do have 5 other scenarios that need the XML conversion.  Is there a way to have a scenario that goes like the below...
    IDOC -> XI -> FTP
    and keep the actaul file in the IDOC format?
    Thanks
    Skip Ford

    Hi,
    have a look at this weblog to understand one
    of the approaches:
    /people/alessandro.guarneri/blog/2006/03/05/managing-bulky-flat-messages-with-sap-xi-tunneling-once-again--updated
    the second approach is to use module IDX_XML_TO_IDOC
    as described here:
    https://websmp108.sap-ag.de/~sapdownload/011000358700001795162005E/HowToIDocXMLToFlat.pdf
    these two should give you a good starting point:)
    Regards,
    michal
    <a href="/people/michal.krawczyk2/blog/2005/06/28/xipi-faq-frequently-asked-questions">XI FAQ - Frequently Asked Questions</a>

  • Sending Project as an idoc pls help!!

    Hi ,
    I am working on Project Systems Module . Can anyone please tell me how to send a project from one R/3 SAP system to another ? Is there any standard program to send an project as an idoc ?? What is the procedure to send the project to antoher system.
    Thank you

    Hi Alisha,
    Instead of using idoc use BAPI_PROJECT_MAINTAIN.
    However if u really wanna use Idoc then there is a message type called <b>project </b>however in the distribution model you will have to add bapi, object type and method.
    This message type only helps you to transfer project data
    like project definition and wbs elements ,in order to transfer the entire master data you will have to either create a custom Idoc or enhance the existing one.
    Hope this helps you.
    Thanks & Regards,
    Vanita

  • How do I export my project in the MPEG format vs The MPEG format?

    How do I export my project in the MPEG format vs The MPEG format?

    sorry I meant to say, export as an MPG not MPEG. I'm trying to export the file then upload that file to a PC based system that will not recognize the MPEG extention. I work with others who use AVID and squeeze their projects the same way I do, but I'm using compressor. I've compared what their final file type is to mine, and the only difference i can see is that extention being MPG for theirs and MPEG for mine. I know this is so lame, but I'm going nuts trying to figure this out!

  • Employee Gross Pay Data Source

    Hi,
    I am fairly new to HR Reporting area in BW.
    Is there any business content data source that provides Employee Gross Pay (Weekly & Monthly) ...my requirement is to drilldown gross pay by employee and by Pay month.
    Thanks in advance

    Hi,
    That will be
    0EMPLOYEE_ATTR
    and
    0HR_PA_OS_1
    Udo

  • Conversion of EDI File format to IDOC format

    We have a file in u201C.ediu201D format. We could not process this file with RSEINB00 ( IDoc inbound processing using file ) program.
    1-) Could we directly do our process with this u201C.ediu201D file ? Or do we have to convert this u201C.ediu201D file to IDOC format?

    If it's EDI format file (Ex: EDIFACT, X12 ...etc), we should convert the file to IDOc file by using mapping in subsystems like Gentran or TLe..etc. Conversion from edi format to idoc format will not be done in SAP.
    Reddy

Maybe you are looking for

  • Installed itunes and now cant see my cd stations on my computer

    so first off thanks for forceing me to install this virus on my computer that completly caused tons of problems for me. So the problem i have is that i installed Itunes and now i cant see my cd stations i tryed to update the drivers and it doesent wo

  • My site is uploaded

    Ive uploaded my site (link at bottom of message) i wnt two things from people 1) there is a problem with it..... Firefox and IE display blue boarders around the 4 links on the home page. Opera does not display this (opera gets it right) does anyone k

  • What is a good case for iPhone 5? both stylish and protective.

    I want a new case for my iphone 5 i want something thats both good looking and can protect my Phone. especialy shock absorbing. my phone fell like 7 times including 1 hard fall ever since Google app is messed up ( letters override eachother) so yeah.

  • TDS Schess Amount added in Basic in J1INCERT

    HI, When i executing the JINCERT report the Schess amount has been added in Basic amt.I think i will apply some note for that, so please guide me for this error and if there is any note number tell me. Regards R.Manigandan

  • IPod doesnt start

    Hey So I was updating my iPod and all that worked but @ the end on the iPod updater it said 'can't unmount iPod' and from there on my iPod will not start. Please tell me what to do. I have tried the support steps that are included online. Tried attac