Employment and Salary Verification WF

Hi Gurus,
Is there any specific settings need to be done inorder to use the FAX option in Employment and Salary Verifications WF in ESS.
The other option to send by mail works fine, but when I choose FAX option, the workitems goes into error.
The object is STD_TEXT , method is REPLACEANDSEND.
Any help would be rewarded..
Regards,
Pratima Jain.

Hi,
The Connection to FAX machine is working fine as our other documents thru SAP get faxed.
Are there any parameters we need to pass throught the STD_TEXT BO and the method ReplaceandSend.
Regards,
Pratima

Similar Messages

  • ESS: Employment and Salary Verification

    hi people,
    im trying to customize the ess iview "Employment and Salary Verification". but im not really sure how this thing should work. the employee enters "Communication type" (fax or mail) and then he enters either fax-no. or adress.
    now what should happen? where does this request go to? should sap automaticly send a fax or an e-mail (via sap-connect, scot, etc.) or should there be a pdf which the employee can send him self?
    sorry, i cant find the customizing for this (only hrforms etc.). and the onlinehelp dosnt help me either.
    regards ricky

    Appreciate all your help RajK. I've used the transaction PFTC to make task TS01000076 as general task and genreated the task. Still I'm getting the same error message “You are not one of the possible agents of the task".
    What else I'm missing.
    Thank you

  • Employment and Salary Verification - ESS

    Hello SAP Gurus,
    We are in ESS BP 50.4 and NW 6.0 with patch 19.  We are in SAP R/3 4.7.
    Here is an issue:
    When I’m trying to use “Employment and Salary Verification” page, it is giving an error “You are not one of the possible agents of the task”, even though we have made assigned agents on task TS01000076 as general task.
    Please help.
    Thanks

    Appreciate all your help RajK. I've used the transaction PFTC to make task TS01000076 as general task and genreated the task. Still I'm getting the same error message “You are not one of the possible agents of the task".
    What else I'm missing.
    Thank you

  • Attachments: I am creating an online application for employment and need applicant o submitt credentials, Is thier a way they can attach docs to the application?

    Attachments: I am creating an online application for employment and need applicant o submitt credentials, Is thier a way they can attach docs to the application?

    Hi Syclopz88,
    You can use 'File Attachment' option in the form which will allow the user to attach documents to the application.

  • List of PO's where GRN is done and Invoice Verification is not done.

    Gurus,
              Please advice how to get the list of PO's for which Goods receipt is done and Invoice Verification is not done.
    Thanks in Advance,
    Nambi.N

    HI
    In ME2N
    Tool Bar - Edit - Dynamic selections - Select Purchasing document item - Goods receiprt and Invoice receipt.
    Enter values in GR and IV and then execute.
    It will show the PO with GR not IV
    Check it out.
    Regards,
    Raman

  • Reconciliation and data verification approaches for data in  sap r/3 and bw

    Hi
    Cam anybody suggest what are the different reconciliation and data verification approaches to assure that BW and R/3 source data are in sync.
    Thanks in advance.
    Regards,
    Nisha.

    Hi
      What you can do is, go to R/3 transaction RSA3 and run the extractor, it gives you the number of records extracted and then go to BW Monitor to check the number of records in the PSA.
    if it's the same, there you go.
    there is an HOW-TO Document on service market place "Reconcile Data Between SAP Source Systems and SAP BW".
    Check this document as well which is very helpful.
    There is another HOW-TO document "Validate infocube data by comparing it with PSA Data". this is also a good document.
    Hope it helps.
    Hari Immadi
    http://immadi.com
    SEM BW Analyst

  • Purchase requisition and invoice verification report

    Hi,
    pls. I need to display a report with purchase requisition and invoice verification pending, what I mean is an standard trx. to display purchase requisition with or without invoice verification.
    Thanks for cooperation.
    Regards.

    hi
    I guess thereis no standard report which combines both. You have to go for a Z-report. use the details FROM Txns ME5A &  MB5S for your requirement.
    Regards

  • Purchase Order Price and Invoice verification price

    Hi All,
    In which report we can get purchase order price and Invoice verification price in SAP standard.
    Thank in Advance........
    Regards,
    Sanjay

    Hello,
    Check ME80FN transaction and select change view on the output screen and select Purchase order history.
    Regards,
    Shailesh

  • Date and Salary validation at EO level.

    Hi All,
    I have two fields Salary and Date both are present at EO level
    I need to write a validation that if the date of birth entered on UI is more than 50 years as of today then salary should not be less than 5000
    Ex: if date entered is 02-02-1961 and salary entered is 4500 then it should throw an error message on click of the button.
    There are many custom validations at eo level but exactly where should this be done.
    Thanks,
    Arun

    Thanks All ... Actually i have binded the UI fields and in the bean i have written the following code and calling it on click of a button and its working... Anyhow i will try the other options also such as using groovy and writing the code in eoimpl provided in this thread .... The code which i have written is as follows but is it the right approach please let me know
    public void comm() {
    oracle.jbo.domain.Number s = (oracle.jbo.domain.Number)sal.getValue();
    oracle.jbo.domain.Date ds = (oracle.jbo.domain.Date)dob.getValue();
    java.util.Date sa = convertDomainDateToUtilDate(ds);
    System.out.println("The dob is "+sa);
    Calendar cl = Calendar.getInstance();
    cl.setTime(new java.util.Date());
    cl.add(Calendar.YEAR, -50);
    java.util.Date toDate = cl.getTime();
    System.out.println("The 50 years before date is "+toDate);
    if ( sa.before(toDate) && s.intValue() < 5000) {
    FacesMessage msg =
    new FacesMessage(FacesMessage.FACES_MESSAGES,
    "sal should be more than 5000");
    FacesContext context = FacesContext.getCurrentInstance();
    context.addMessage(null, msg);
    } else {
    invokeEL("#{bindings.Commit.execute}");
    public static java.util.Date convertDomainDateToUtilDate(oracle.jbo.domain.Date domainDate) {
    java.util.Date date = null;
    if (domainDate != null) {
    java.sql.Date sqldate = domainDate.dateValue();
    date = new Date(sqldate.getTime());
    return date;
    Thanks,
    Arun

  • Username and password verification..

    can you please teach me how to make a program for user name and password verification? i really really really need it for my project and im having problem with it..
    pls help me..pls..pls.. tnx!
    Edited by: aaneperez on Mar 2, 2008 7:30 AM

    aaneperez wrote:
    helping me make my homework..Then you will have to produce a specific question. Butt since you haven't even started, I guess that is out of the question.
    maybe by giving me some working source code for me to study with.. thank you! more power..What do you mean "working source code"? Google'll find you lots of working code:
    [http://www.google.com/search?hl=en&q=java+source+code]
    This forum is intended to ask specific questions related to the programming language Java.
    Good luck.

  • I am self employed and I want to be able to offer private tuition in PhotoShop and Illustrator, alongside Corel PaintShopPro and MS Office that I already teach. Can I get these two products, or all, at the 'educational' price?

    I am self employed and I want to be able to offer private tuition in PhotoShop and Illustrator, alongside Corel PaintShopPro and MS Office that I already teach. Can I get these two products, or all, at the 'educational' price?

    Not that I know. S&T pricing only applies to verified institutions. Could well be that you may need to fill out a paper with whatever governmental authority is responsible on the planet you live, but otherwise you're just a private business like any other and would most likely deduct the expenses from your tax bill...
    Mylenium

  • Difference between multiple employment and concurrent employment

    hi,
    What is the difference between multiple employment and concurrent employment.
    Regards,
    Chandra

    Hi
    Multiple employment is one person working woth more than one company with different EE iD.
    Person who has more than one personnel assignment with one enterprise or several affiliated enterprises in an cocurerent employee.
    Please go thru the link.
    http://help.sap.com/saphelp_47x200/helpdata/en/54/f535c614aa7a46800915c6f0dbc071/frameset.htm
    Ravee
    +91.99206.33669

  • Difference Between OTL Retro Entry and Salary Change Retro Entry in Payroll

    Hi Everyone,
    We are developing a custom interface from Payroll to Projects which will post all the entries from OTL.
    OTL->Payroll->Projects
    We are stuck with identifying the Difference Between OTL Retro Entry and Salary Change Retro Entry when we process Retropay in Payroll.
    After retropay, we come we would see the retro element entries for both them with same name and creator_type is either EE or RR for both them.
    In our interface we have to treat retro entries through OTL and Salary Change in differentway.
    Has anyone can give some suggestions on this please asap as we are heading towards UAT very soon.
    Thanks in Advance..!!
    Anand

    Hi Anand,
    Element with creator_type RR are created/generated by Retropay.
    Elements with creator_type EE are regular element entries.

  • Pay Stub and Salary

    Hello,
    I'm on ESS 1.0 with backend ECC 5.0.
    I would like to know which RFC populates the values in Pay Stub and salary. I opened the application in NWDI and didn't see any RFCs in the Models of the Pay Stub DC or of the Used DCs.
    Basically, there are two objects here. (1) Overview (2) PDF itself. I would like to know how both the objects get their data from!
    Thanks
    ak

    Hello,
    I'm on ESS 1.0 with backend ECC 5.0.
    I would like to know which RFC populates the values in Pay Stub and salary. I opened the application in NWDI and didn't see any RFCs in the Models of the Pay Stub DC or of the Used DCs.
    Basically, there are two objects here. (1) Overview (2) PDF itself. I would like to know how both the objects get their data from!
    Thanks
    ak

  • Concurrent employment  and IT0008

    Hi,
    If an employee is holding two positions at a time, the salary components in IT0008 have to be maintained separately for individual positions. i.e  Two basic pay records to be maintained for a employee at a time in IT 0008. This functionality is not possible as the time constraint is 1.
    If we are using concurrent employment functionality, can I have two IT0008 records for a employee at a time?
    Regards
    Tom

    Hi,
    In Infotype 0001 you maintain the employment percentage for a position and system will ask you to maintain IT 0008 manually. When an employee is assigned to two positions his employment percentage will be less than hundred in each of the positions and in that case you have to maintain only one record for IT 0008.
    Regards,
    Kapil Kaushal

Maybe you are looking for

  • Program or FM tochange description of key figure in all queries at a time

    Hi, As per my requirement  i need to change the description of a key figure from OED to IEG in all the reports which are containing "OED" as key figure at Query level only. Its a KF and not a resteicted key figure or calculated KF. Is there any progr

  • Error while deploying project

    All, I have ben able to fix most the issue with deployment using ant. But I am still stick on one exception. Has anyone encountered this before. -Thanks Exception in thread "Global JMS Executor:'TESTUpdateListner'" java.lang.SecurityE xception: [Secu

  • OT-javascript question

    I'd like to have a javascript image gallery with controls that look like that: < 1 | 2 | 3 | 4 | 5 > All images preload, and clicking on the numbers display the corresponding image, without reloading the page. I have had no problem making the numbers

  • I can't access the update page in app Store on my iPhone 5

    The update page is grayed out, can not update apps. already tried everything: restart the app, restart the phone, signed in & out & in & out &..., restore from backup...... NOTHING!!!!!!!!!!!!!!!!!!!WORKS!!!!!!!!!!!!!!!!!!!!!!!!!!!!

  • WebLogic Can't find JDBC Connection created in IDE

    Hi, Got a strange problem. I am migrating to JDeveloper 11g an EJB application that was running fine in 10.x. I have a problem with database connections. Although I can successfully create a connection using the Database Navigator - and I can add it