Massive data input for employees Transaction

Hi experts!
I need to perform a massive data input for employees. Iu2018ve tried with de Tx PA71 u2013 Fast entry of Time Data - but It needs a document or a manual preselecting.
Its necessary selecting ranges of personnel number in order to perform a massive data input for employees as a salary benefit or bonus for a group of employees.
Do you know that kind of transaction?
Thanks in advanced!

Hi ,
You could also use T Code : SCAT/SCEM  for mass upload or deload.
You may use below method to create SCAT in ECC (This is not a Direct method)
1) Run transaction SCEM
2) Enter a CATT name
3) Click on change, prompt appears saying it doesn't exist, do you want to
create. Click yes.
4) Enter the TCODE to record.
5) Execute the TCODE and save data.
6) Back out. Click End and copy button.
7) Double-click the TCD on the left side of screen
8) Click F5 or Field Inputs Variants
9) Use black down-arrow to step through screens.
10) Double click on fields to set variables. (SAP adds leading & to each
variable name).
11) Save and back out.
12) Go to menu path Environment --> Extended CATT.
13) Click change and change type from (M) Manual Test Case to (C) CATT.
14) Assign component.
15) Click save. Back out.
16) Execute SCAT and Go to --> Variants --> Export Default and save as text
file.
17) Edit file with new test data.
18) Execute CATT.
After step 6 you can also leave SCEM and run SCAT and perform the
parameterization there as usual.
Hope this helps.
Inputs for Neeraj.

Similar Messages

  • Use XML as data input for Crystal Report for Eclipse

    Hi,
    I am completely new to crystal report and please kindly forgive me if I ask some stupid questions.
    Actually, I have searched the forum for the topic and found some related threads, but I still want to
    have some responses from crystal report experts on this issue.
    Our developer tool is IBM RAD 7.0 and it has crystal reports tools installed in it. I want to use
    crystal report to solve one of our business solutions. I have the following questions about the
    feasbility of this solution:
    (1). I need to specify data at runtime during report generation. I think using fixed data source
         (for example, SQL query or Stored Procedure) may not fit our needs. I think if crystal report
         can accept XML as input to generate reports at runtime, then it will be perfect. Can CR
         use XML as data source as input?
    (2). Actually, one of our business requirements is to generate a letter. Can CR do a report
          layout such that a letter format can be achieved? If yes, would you let me know the
          report layout name?
    (3). We need to export the report into PDF format, I know CR can do PDF output. But can
          CR be controlled to export this into bytes stream? Or the PDF must be saved into a
          physical file?
    (4) If I need to learn more about CR, which book will you recommend?
    Thanks in advance for your advice,
    Raymond

    Thanks for the help Ted
    Works like a charm now.
    Or atleast my very very simple XML report works.
    Now I just need to play around and see what I can do and what I cant.
    I just want to make sure I understand how this works.
    1) I start of with a XML file (or URL or other data source as explained in your BLOG)
    2) I then have to create blank report which will have its data source set to my XML file.
        This report (rpt file) will always have its data source set to the original XML location
    Can this be dynamically changed, or does a new rpt file need to be created each time
        (or atleast I will have to re-run "CreateXMLInlineSchemaReport" from your BLOG)
    3) I can now use this rpt file as I would any other rpt file but its data source will be the original XML file
       - If I update or change the XML file, the report will dynamically reflect these changes.
    4) To change the data source, I need to recreate a new rpt file as per point 2. Which will now be blank.
    5) Filtering.... if I want to filter the XML data do I use normal parameters. If I want to filter the data before
        I pull it do I need to change anything. In otherwords if I have a XML file with 1000 records, but I only want say
    5 of them, how do I only pull those 5 without first pulling the whole 1000 records. Hope that makes sense.
    As I said I am very new to this so some things still fly over my head, but I do play around abit so hopefully
    will find what I am looking for.
    Cheers
    Darren
    PS any other links to info on creating and running reports of XML data sources would be greatly appriciated

  • Due date grid for FP04 transaction

    Hi Folks,
    I need a report layout showing the due date grid for all the open items. Using FP04, I created layouts with all the required fields, but I'm unable to see the grid for due days. Few screenshots of the layout I designed and the summarization fields I defined in our system.
    As shown in the output screenshot above, it doesn't display the total grid horizontally for a given customer, instead it is showing rows individually for each grid (30, 60,etc.).
    Please advise how this can be fixed to show all the grids for a given customer (30, 60, 90, 180, etc.) in a single row.
    Thanks in advance.
    Regards,
    Santosh

    Hi Amlan,
    Thanks for your response.
    Here is the layout I have defined.
    I initially had few subtotals maintained, but I removed them later as it was not working.
    Please advise.
    Thanks,
    Santosh.

  • Date format for call transaction

    Hi,
    What is the best solution for passing a date field to a call transaction in the date format that the user has in his settings?.
    Rgds

    The best solution is to define a character field of length 10.  Then WRITE the date to the BDC_DATE and then use this variable when passing to BDC.
    data: bdc_date(10) type c.
    write sy-datum to bdc_Date.
    Regards,
    Rich Heilman

  • Making posting date mandatory for FCH8 transaction

    Hi Friends,
    Can any one of you have idea of how to make the posting date as mandatory in the transaction <b>FCH8</b> either through some configuration or using some exit?
    Thanx in advance,
    Ram

    Hi,
    Create a validation for the same through t.code:ob28
    regards
    Prasad

  • Graphical data input for online forms

    Is there a field type that allows graphical input data to be used within a livecycle pdf/xml form, i.e. the output from the form will be a series of coordinates the user enters by drawing within the field with a mouse or some other such device?
    If not, can the comment tools be used for this purpose? The pencil tool is used to draw anywhere on the form and the coordinates are sent at the point of submission.
    I'd be very grateful for comments and suggestions.
    P

    Hi,
    Potential solutions depend on what the user will be using to access the form. If they are using the full version of Acrobat then they can automatically comment / annotate a form. However if they are using Reader then you will have to enable the form for comments. If you are using LC Reader Extensions to enable the form then you can include the option for the user to comment on the form. On the other hand  if you are reader enabling through Acrobat then you cannot reader enable a static or dynamic form allowing a user to place comments / annotate a form. With Acrobat you can only enable a flattened PDF to allow Reader comments.
    Attached is an example of a solution I implemented which was based on the current mouse position. There was a list of attributes and conditions to which related to the 10 markers. The user could then position the markers based on the SWOT. This was inspired by Thom Parker's fly swatter examples on www.pdfscripting.com. I have an example at http://www.acrobatusers.com/sites/default/files/gallery_pictures/LC%20Picture%20Puzzle.pdf
    You might be able to work up a similar solution, where the user clicks a grid and the page coordiantes are assigned to a field. You will proably need to have a constant to convert the page coordiantes to the coordinated system you are working to.
    Good luck,
    Niall

  • PF March data Upload for Employee Seperared in March

    Hi  ,
    We are Going lve in June .
    We will be uploading payroll  via INLK .
    We intend to take employee  from 01.03.2010 .Now if an Employee is fired in March Lets say March 15  .
    Even If I upload the text file for Pf data Upload . Will I not be able to get the details for  these employee in form 3a and 6a
    Regards
    Nidhi Dashora

    Hi VK ,
    Thanks for the quick reponce . One More Clarification  required .
    I above scenarion I shall only be loading the employee PF data via  badi for march . and since he has left on 15th March there shall be no payroll results uploaded.
    Would i still be able to get him on form 6a  3A at the  year end.
    Regards
    Nidhi

  • Bath Input for VBO2 transaction

    Hello everyone,
    I'm programming a BI for transaction VBO2, changing rebate agreements from conditions in a file.
    It's working right.
    My problem is that when the rebate agreement is more than 1000 conditions and I
    introduce material settlement, the BI does not placed correctly in the first box empty. It works OK for less than 1000
    records, using  the command P++, going to the bottom of page and charge the
    materials back, but for more than 1000 conditions, SAP doesn't recognize the P+ or the
    P++ to scroll and stays in first position.
    Does anyone have any idea?
    Thank you very much!

    Hi Javier,
    No doubt that we clearly understand what you say. As I said, my test shows that batch input supports 1000+ lines without problem. So, for me, the issue is clearly with VBO2 + BI.
    Unfortunately, I can't test on my system as we don't use VBO2.
    Could you tell me what dynpro (please indicate the subscreen if any, not the main dynpro) contains the concerned table control so that I have a look at its scrolling logic?
    Did you try to record and run the batch input with the screen "default size"? (though I don't see why it would better work; for more information, see Note 11788 - Batch input, variable step loop or table control)
    Finally, if you don't get any other solution, I recommend you to contact SAP support to report the "VBO2 + BI scrolling bug".
    sandra

  • LSMW - Direct Input for XD01 transaction

    Hi Experts,
    I am facing an error while doing the LSMW - using batch Input session. In the last step of LSMW.. while running batch input session, i faced an error "Function code cannot be selected" this error is coming because the Function code(OK Code) of that screen is "KNZA".
    the problem is that how can i change the OK code (function code) in the standard program. or is there any other way for solving this problem...
    please help me out....

    Hi
    I feel the problem is with the Sturcture relations step. Are you mapping the below structure?
    BKNZA   Customer Master Record Altern.Payer (Batch Input Structure) -
    Ensure that for all the structures you are mapping here.. you need to provide elements in field mappings. Otherwise it may lead to such errors.
    Try to check all the steps once again and then generate the program again and check.

  • Could not create a valid GL date rejection for PA transactions to GL

    Hi All,
    PRC: Interface Labor Costs to General Ledger has the Rejection "Could not create a valid GL date".
    I have verified all Periods are Opened. Still there is a a rejection.
    Thanks,
    Praveen

    Praveen Bharadwaj wrote:
    Hi All,
    PRC: Interface Labor Costs to General Ledger has the Rejection "Could not create a valid GL date".
    I have verified all Periods are Opened. Still there is a a rejection.
    Thanks,
    PraveenPlease see these docs.
    PAGGLT, PASGLT gives 'Could Not Create A Valid GLDate', even when GL data is re-open. [ID 330874.1]
    PRC: Interface Labor Costs to GL (PALDLC) Will Not Interface, CDL.Batch_Name Is Null [ID 437301.1]
    PALDLC and PASDUC Error - Could Not Create A Valid GL Date For Provider [ID 338330.1]
    Distribute Labor Cost Exception-Could Not Create A Valid GL Date [ID 418675.1]
    PAXACCPB - PRC: Create Accounting Gets Error 95325 Gl Date Not An Open Or Future Enterable Period [ID 951452.1]
    Thanks,
    Hussein

  • BADI to validate data input for custom data model.

    Hi,
    I have a custom data model which has Material as the key field. When the user enters the Material number and clicks on CONTINUE, he is taken to the second screen where he has to enter data and description of the change request (the standard familiar screen). Now when the user fills the data and submits the record I need to do data validation and throw an error accordingly, Can anyone please help me out with the BADI or a solution to achieve this result.
    Any kind of help would be sincerely appreciated.
    Regards,
    Tushar.

    Hello Tushar
    Path is - General Settings - Business Add-Ins- BADI - Define Validation / Enrichment - You can check all the relevant BADI's here. Click on display and then you have filter option. Add your data model in filter. This is useful for Finance. You have check for MM.
    Kiran

  • Data Input on Distribution of Mirror Transactions

    Hello Guys,
    I need to realize a lot of data inputs for customizing of Distribution of Mirror Transactions on TRM module.
    Do exists some view or another method for mass data input? I mean, Is it possible to do?
    Thanks a lot.
    Best Regards,
    Rodrigo Soares

    Hello Mahesh,
    Thanks for your feedback. I tried a LSMW, but it wasn't possible because we don't have a transaction for direct access, only access through the SPRO transaction.
    Thanks a lot.
    Best Regards,
    Rodrigo Soares

  • Restrict Data Input in an Input Schedule for a particular number of days in a Month

    Hi All,
    I want to restrict data save in Input Schedule for any particular number of days in a month. BRAD will select number of days for the that particular month and data input for that duration should be disabled.
    Duration will be dynamic and will be decided by BRAD.
    Basically this is a requirement of BPF, but I have thought of doing in this manner.
    Regards,
    Mayank

    Hi Vadim
    I saw your this solution:
    Dim epm As New FPMXLClient.EPMAddInAutomation
    Dim blnMySave As Boolean
    Public Function BEFORE_SAVE() As Boolean
    If blnMySave Then
        BEFORE_SAVE = True
    Else
        MsgBox "Please use button on the worksheet!"
        BEFORE_SAVE = False
    End If
    End Function
    It seems as if this may help me, but can you please guide me how to trigger this function for a change of value in any particular cell, in an input form.

  • Data Exchange for Quotations: CRM Enterprise – ERP System - Business Transaction - SAP Library

    To add a comment, please log in or register on the top of this page and choose Reply. Please write your comment in English.
    You can also go back to the SAP help page.

    For distribution of documents between CRM and ECC see also WIKI links :
    CRM:TIPS to check the distribution of documents between CRM and ECC  :
    http://wiki.sdn.sap.com/wiki/x/A4fxEg  
    and
    Data Exchange for Sales transactions
    http://wiki.sdn.sap.com/wiki/x/JovwDg

  • Batch input for IQ02 not accepting "yes" for 'POPUP_TO_CONFIRM'

    Hello,
    I wrote a batch input for a transaction (IQ02) and all works fine except one thing:
    -when all data  is entered and SAVE button is pressed, there is an additional pop-up, from an user exit which needs an YES/NO answer.
    The function module used to display the popup is: 'POPUP_TO_CONFIRM'
    I do not manage to press the YES button. This is the data I receive when pressing F1 on YES button:
    Program         SAPLSPO1
    Function          OPT1
    Normally, in batch input, this is the way I pass user-commands:
    PERFORM bdc_dynpro USING 'SAPMIEQ0' '0101'.
    PERFORM bdc_field USING 'BDC_OKCODE' '/00'.
    But it's not working for this particular situation.
    Any ideas?
    Thank you.
    Edited by: Julius Bussche on Jan 5, 2009 2:07 PM
    Quality of subject title improved.

    Hi
    Find out under which condition popups appears.
    for that condition you have to put the following code
    PERFORM bdc_dynpro USING 'SAPLSPO1' ''<SCREEN_NUMBER>'.
    PERFORM bdc_field USING 'BDC_OKCODE' '=OPT1' .
    Hope this helps,
    Rajat

Maybe you are looking for

  • Cannot send/reply email on Mac and iPhone

    SOMETIMES I cannot send or reply emails on my Mac, not all the time though. Went to Apple Store where a Genius helped me reset my mail app but turning it off and back on again, it worked there and then but when I got home, I'm still getting the below

  • How: Stacked Canvas on Tab Canvas ?

    Hi All, I have content canvas in which I have placed tab canvas with 5 tabs, and on one of the tab I want to place stacked canvas because I have to display multiple blocks on this stacked canvas with vertical scroll bar (This I can specify by saying

  • Do I need to refresh Info Providers when I chg the Mast Data attri to Nav

    Hai Gurus,    Can any tell me, When I change an attribute of master data, material to a navigation. Do I need to refresh data to info provider, cube?. If this cube is part of the multi provider. In What sequence I need to make the changes?. I assume.

  • Adding a custom meta data field which lists out content id based on query

    How can we add a custom meta data filed which lists out content id based on query like dDocType <matches> `AssociatedProduct`? Or other alternative would be to have a custom metadata field such that it allows selection of content id using link wizard

  • Why can't I install or uninstall....

    Flash Player has quit working. 11.7.700.224 on Window 7 IE10. Can't uninstall, even with stand alone uninstaller. I get a message half way through the uninstall saying close IE. Get same meggage even after I close IE. Nothing on my task bar. Can't un