CWB Employee generation producing "no data generated for transaction"

Hi,
When I try to generate employee statement in compensation workbench I get the following error .
No data generated for Transaction :
Has anyone encounter this error ?
Another thing I notice is that in the same screen there is a option to switch responsibility. Does this mean that there is some sort of security profile that is causing this ?
rgd
YYTAY

Currently I am using a customize responsibility. Though it was the cause and used the seeded "Compensation workbench Administrator" switch manager and try generating the employee statement. The same error still appear.
rgd
Yy.tay

Similar Messages

  • Data generator for NVARCHAR2 doesn't work

    HI,
    I try to use data generator to populate the table Employees, it gives good values in the test run, but when I press "Create data as SQL" and run the query it gives an error:
    SQL> insert into SYSTEM.EMPLOYEES (EMPLOYEE_ID, FIRST_NAME, LAST_NAME, EMAIL, PHONE_NUMBER, HIRE_DATE, SALARY, JOB_ID, MANAGER_ID)
    2 values (232, Robbie, Reilly, '[email protected]', 0586862301, to_date('09-08-2009', 'dd-mm-yyyy'), 4262, 421, 135);
    ORA-00984: column not allowed here
    The error is because I have to put quotes round the nvarchar2 values, and the data generator doesn't do it.
    Does anyone knows how to make the data generator put quotes around my nvarchar2 columns?
    BTW, I thought ther would be much information about this error in the net, because everybody who uses data generator for nvarchar values should get it, but I didn't find anything..
    glad if someone can help me,
    thanks!
    Edited by: 998093 on 08:39 04/04/2013

    Strings must be enclosed in single quotes:
    insert into SYSTEM.EMPLOYEES (EMPLOYEE_ID, FIRST_NAME, LAST_NAME, EMAIL, PHONE_NUMBER, HIRE_DATE, SALARY, JOB_ID, MANAGER_ID)
    values (232, <font color=red size=2>'</font>Robbie<font color=red size=2>'</font>, <font color=red size=2>'</font>Reilly<font color=red size=2>'</font>, '[email protected]', 0586862301, to_date('09-08-2009', 'dd-mm-yyyy'), 4262, 421, 135);
    And we have no idea what generator you use. I suggest contacting vendor.
    SY.
    Edited by: Solomon Yakobson on Apr 4, 2013 11:48 AM

  • Where is Employee Nationality column in data warehouse for OBIAPPS 11.1.1.7.1 ?

    Hi,
    Where is Employee Nationality column in data warehouse for OBIAPPS 11.1.1.7.1 ?
    OS: windows 2008 R2
    BI APPS: 11.1.1.7.1
    ODI: 11.1.1.7.0
    Offering: HCM
    Thanks
    Rafeek Abd Elmonsef

    Hi,
    I checked BI APPS 7.9.6.4 Nationality column is available in W_EMPLOYEE_D table but in version OBI APPS 11.1.1.7.1 I did not able to find NATIONALITY Column in W_EMPLOYEE_D ?
    Thanks
    Rafeek

  • Data Type field read only in Data source for transaction data (PC_FILE)

    Hi folks,
    I need to change Data Type for some of the fields in "Field" tab in data source for transactional data. It became read only after I activate the data source. Need help in making it editable. All fields now have Data type=CHAR.
    Thanks

    Nevermind folks. I got it.

  • Problem in data sources for transaction data through flat file

    Hello Friends,
    While creating the data sources for transaction data through flat file, I am getting the following error "Error 'The argument '1519,05' cannot be interpreted as anumber' while assigning character to application structure" Message no. RSDS016
    If any one come across this issue, please provide me the solution.
    Thanks in Advance.
    Regards
    Ravi

    Hallo,
    just for information.
    I had the same problem.
    Have changed the field type from CURR to DEC and have set external instead of internal.
    Then, the import with flatfile worked fine.
    Thank you.

  • Test Data generator for oracle?

    Hi again,
    I found a long list of "Test data generators" for oracle by google.Is there anybody there to use some specific product and have nice experience? I have limited time to test them.
    -Your help will be so appreciated.

    The Oracle provided dbms_random package can be used to help generate test data.
    I have found that most test data generation programs are not that useful for generation data in an rdbms environment.
    HTH -- Mark D Powell --

  • Data Upload for Transaction KE51 through LSMW/BDC

    Dear All,
    I have a requirement where in i have to upload the customized data for Transaction KE51 and KS01 using LSMW or BDC or BAPI.
    Please let me know the best possible procedure to achieve this task and how to do it. What are the validation we need to do etc.
    If possible kindly send the screen shots or step by step procedure to do it.
    Thanks in Advance.
    Full Rewards if Usefull.
    Regards
    Vikas Badhan.

    Hi
    Actually BDC call transaction methos s very to Upload.
    u sit with ur functional consulant and recording ur Tcode.Because he oly know  Functionalty based on that u have write ur program.
    2. LSMW recording methos also very simply...Record ur Tcode and mapping ur fields orrectely.
    Regards:
    Prabu

  • Test data generator for Oracle database

    Hello.
    I'm a student of Computer Engeneering in Poland. I've recently written simple application that can help people to populate database with some simple test data (appliation works only on relational database).
    this is link to website: http://testdatagenerator.jak.pl/
    Requires: .NET Framework 2.0 and ODP.NET
    Every feedback is welcome!

    Yes, I know about it...
    In Firefox you can easily close the ad (in IE it's a little bit difficult).
    Here is direct link to installer (if someone has a problem to handle with ads ):
    http://metis.weia.po.opole.pl/~d51422/generatorOracle/setup_ml.exe
    (both EN and PL version)

  • Help in date format for transaction F-01

    Hello Experts,
    I am currently modifying a report wherein it posts document using
    transaction F-01. Now, I am getting an error wherein it says:
    Direct input date: Date 04162007 is incorrect. The document has not
    been created.
    Now, how can I modify it in such a way that whatever format of the date is,
    it will be correctly translated to the proper format for F-01. For example,
    in my selection screen i enter it as 16.04.2007 and other users enter it as
    04/16/2007. Hope you can help me out here guys. Thank you and take care!

    Hai,
    You can enter any date format.
    But you have to validate the date format.
    The date format depends on the settings.
    The format code can be known by the <b>USR01</b> with <b>DATFM</b> field.
    So<b> select</b> that field value.
    <b>Depending</b> on that type(1 to 6)
    write your conversion code like:
    Case date_code.
      when 1.
         do convwersion here.  
      when 2.
    when 6.
         do convwersion here
    endcase.
    Hope now you can do with any date format.
    <b>Reward points if it helps you.</b>
    Regds,
    Rama chary.Pammi

  • Organtisational data determination for transaction type

    Hi!
    We are implementing the organizational data determination.
    The idea is to fix a specific org unit for several transaction types, because they will always use this unit.
    In order to achieve this, we have implemented Org data determination with rule 14000146, Org. Unit Using Transaction Type.
    Within the rule, in tab Container, I could assign 1 transaction type. How can I define more? And where do I determine the Org Unit it the  rule should determine?
    Best regards,
    Cristina

    hi Cristina
    you need to enhance that rule
    just copy the rule to Z rule and then create containers specifying the different transaction type in the same way the original transaction is there,
    else you need not do this because it is the standard behavior of rule,for every transaction type u just assign the org data profile,it will work the way u want from  this
    and regarding ur question"where do I determine the Org Unit it the rule should determine"
    the rule will automatically determine the org unit,because inside the container the org attributes are used, its like
    IN PPOMA_CRM, choose your Organization Unit, Go to tab Attributes, Choose Attribute Maintaineance Scenario as SALES, and below you will be able to view Attribute Transaction Type.
    i believe u r using rule for org model
    best regards
    ashish

  • Last Dunning Data not generated for customer account

    Hi Gurus,
    I have run the Dunning for a customer, it was successfully data generated to the customer account and able to see dunning history until 1st  and 2nd runs, but 3rd and final dunned but no data generated for the particular customer.
    In this time i find few other line items are additioned to the previous line item.
    The 3rd dunning days are already exceeded the grace days, but not data generated because of additional items are not eligible for dun this time they have good enough time as grace days.
    So this is caused, and no data generated to the for the respective line item which has to get the data for it's 3rd dun.
    When i run for some future time 3rd dunning was successfully got and data updated, for additional items also got dunned 1st reminder this time because they are also eligible this time..
    In my dunning procedure i have selected for always dun for all intervals and print line items for last dun.
    Your inputs are highly appreciated.
    Thanks in advance, points are avails.
    Thanks,
    Vyas

    Hi
    Any Updates on this ..
    Thanks in advance,
    Vyas

  • Can't find data-generator

    Anybody read the document called "Key Data Warehousing Features in Oracle9i"? It mentioned a data-generator for the schema is available for download, however, i couldn't find it at all. Is there anybody knows where it is?

    I am also looking for the same. Did u get it. Please help.

  • Unable to generate "Export data source" for Master data infoobject

    Hi Gurus,
    I'm in BW 3.5
    I need to generate "Export data source" for a master data info object.
    I followed below steps:
        I ticked the checkbox "Characterist. is export data source" in the master data Info object maintenance screen.
        In the Infosource area, for the desired Infoobject --> Right click --> Generate export datasource --> a dialog box displays saying "The generation of DataSource  was successful"
    Problem:
    Even after refreshing, etc.. I couldn't find the generated datasource 8**** for the above master data. I also tried to replicate the datasource from the myself source system, but couldn't find it even there. I don't know where the generated export data source is hiding ???
    Could anyone please help ????
    Thanks,
    Venkat

    Hi Venkat,
    I guess that after creating an export datasource for infoobject this DS should appear in the RSA1-Source systems - MYSELF - datasource overview (with name starting with 8). Since it's a datamart, it should appear also as system generated infosource. And in this case you would be able to assign in URs of data target the appropriate infosource (make sure that in Infoproviders tab of RSA1 you have inserted your infoobject as a data target).
    However, there are some bugs related to export data source. CHeck if you see you export data source in RSA6.
    If you don't see it - consider applying OSS Note #816892 - "30BSP26: Export DS for master data is not generated".
    Note #876845 - "30BSP29: InfoObject change: Export DataSource not adjusted" is also may be useful.
    -Vikram

  • How tio restrict the generation of Calib.Maint Order for Previous dates

    Dear PM Guru's
    i required one restriction option to prevent the generation of calibration  maintenance orders for previous dates.please under stand the full information in following example.
    one of my gauge frequency was every 6months. for every 6months user wants one calibration order. in between these 6months frequency user checks the gauge for every 1month as a Inspection / verification of gauge. while uploading the data in SAP, user enters the dates 02.02.2011 as  a start of cycle, but we upload the data in sap 02.05.2011. on 05.05.2011 we will go for live. here system should generate the order every month as 02.03.2011,02.04.2011,02.05.2011,02.06.2011,02.07.2011,02.08.2011. As per out condition 02.08.2011 has Inspection / verification and calibration remaining months are inspection / verification. Now here how i can restrict the order generation for 02.03.2011,02.04.2011,02.05.2011dates. Please give me the suggestion and solution to avoid the order generation. if i left same as it is somany orders should be generated.
    please help me. thanks so much in advance to all PM gurus.
    regards
    PM

    First method:
    You can define offset in strategy so that first call will be created after the offset period (in your case, it is 4 months).
    Second method:
    You can define the start date of cycle as 02.05. instead of 02.02, as system is going live only by 05.05.

  • Need urgent help to generate SPL Data Sources for Line Items

    Hi All,
    I am trying to extract the Special Purpose Ledger Data from R/3 into BW. To do this, I am following the steps to generate the Data Sources for Totals table and Lien Items Table.
    Using Transaction BW01 and BW03 on the R/3 side, I am able to generate the Totals Record-DataSource   successfully.
    But I am not able to generate the Line Items-DataSource. I am using the same procedure.
    Can someone please help me or point me in the right direction. Are there any other settings I need to make to generate the Line Items-DataSource. Interestingly, I am able to generate the Line Items-DataSource  for some other old ledgers in the System like ZZ and ZX. But I need the Line Items-DataSource  from a ledger called ZP for which I am having trouble.
    I would greatly appreciate if someone can get back to me ASAP.

    During BW01, The Generate extract structure is fine for both Total and Line Item Table.The issue is when we run tcode bw03 where you assign the datasource to a ledger.
    Here, I can assign only for the Total Records data source and NOT for the Line Items-DataSource.
    I hope I could explain the issue. Looking forward for some advice.

Maybe you are looking for

  • Any 3rd Party Application(s) to export to tape?

    Heya guys. Hope production has been treating you all well. I'm kind of in a jam here where for some reason both my sony dv decks have stopped working via firewire. I currently need a third party application(if one exists) that can export a ProRes fil

  • Regarding VAT Registration No. In Customer

    Hi Everybody My issue is I have created one customer master and i maintained VAT reg.no in Control data and i have saved. But after some time I have removed that VAT reg.no in the Customer Master. After that I created Quotation Document here System i

  • BC4J/JSP:Foreign Keys:Read Only Renderers

    I've read and implemented all of the Renderers in the Renderer how to document. I've also read 8 pages of postings to this forum regarding renderers and LOVs. And I've read reams of BC4J class documentation. Though the EditRenderer that does a lookup

  • Get the Price

    Hi Experts,       I'm an ABAP consultant, new to SD.       Please let me know if there are any Standard Function modules to get the price of a product and its associated Tax or how I can do it. The scenario: When we create Sales Orders in Va01, for a

  • 0MATERIAL attributes deleted from the active version of the InfoObject.

    Hello Experts , As per a Business requirement , I deleted some of the system defined attributes of the 0MATERIAL charecteristics , and found the new active version of 0MATERIAL is incompatible with the SID table , Attribute and text master data table