Urgent! Visa processing and tracking using JDE?

Hello,
Kindly let me know if Visa processing and tracking is possible in JDE?
Gathering information about employee on visa requirements can be maintained in supplemental data and reports can be run to generate Visa information. But can we actually track the Visa status and having a visa process like applying for Visa processing, Visa immigration, receiving inputs from visa immigration? Kindly let me know.
Kind Regards,
Venky

I dont think, You might have to build a custom objects for tracking.
Chan

Similar Messages

  • Asset Management and tracking using iOS?

    Hi,
    I would like to use iphones for asset management and tracking and am having a bit of difficulty finding what I am looking for. I bought delicious library 3 at home to see if it could track code39 or code128 but so far it doesn't work, and I can't seem turn off Amazon searching. Anyway, I also ran across iCody, which looked nice and even clz barry, but they all seem to be data entry only.
    What I am looking for is an app/application set that can work in two ways:
    1. Build a database (this could be manually if it needs to be) of asset items. I would then enter details about that item into the database.
    2. Scan, view, and possibly edit the item by barcode using an iOS device.
    Has anyone found something that will do this? I'm not real interested in demoing apps by buying them first
    thanks

    Hi Stephanie,
    SAP Real Estate Management is made to manage space, room reservation, moves, lease administration and so on, while SAP Enterprise Management is used in a property management environment to manage repairs, maintenance and services. SAP Real Estate Management provides Usage and Architectural Master Data Object to display the portfolio, while SAP Enterprise Asset Management provides so called Functional Locations. In SAP Real Estate Management there is an option to automatically create and/or update Functional Locations in SAP Enterprise Asset Management and a BAdI to synchronize Fixture & Fittings on SAP Real Estate Management objects with entries in the Classification System in SAP Enterprise Asset Management. For more information please check the SAP Help Portal:
    http://help.sap.com/saphelp_erp2005vp/helpdata/en/27/07783b7cede50ae10000000a114084/content.htm
    http://help.sap.com/saphelp_erp2005vp/helpdata/en/62/0974404a6fcf62e10000000a155106/content.htm
    Best regards,
    Christian

  • Process and Forms - Using IT0000

    Hello,
    I am creating a form in hcm Process and Process.
    In form i want to have values from IT 0000.
    Fields i want are:
    1) Effective Date - P0000-Begda
    2) Action - P0000-MASSN
    3)Action reason - P0000-MASSG.
    Now when i am trying to add these field from IT0000, using service fields(Form Scenarion->fields),
    1) If i map P0000-BEGDA to Effective Date, then when i execute form in backend, it gives dump.
    2) When i try to find massn and massg in structure for IT0000 (when addng fileds from service fields), the structure HCMT_BSP_PA_XX_R0000 does not have fields MASSN and MASSG in it.
    I am new to this topic, please explain me the reason for this. And how can i use these 3 fields in my form.
    Regards,
    Ashish Gupta

    Hello Ashish,
    if i understand it correctly you try to create an action / new entry in IT0000?
    You don't need a mapping to SAP_PA for the default fields EFFECTIVE_DATA, MASSN or MASSG.
    In order to create an action just provide a value for MASSN, using e.g. default value option and this should work.
    Have a look at TERMINATION sample process to see how it is done exactly.
    Best Regards,
    Piotr

  • TS4006 what is the function 'lock and track used for ? What is 'remote wipe' used for ?

    I just fired up my iPhone and iPad with 'Find My iPhone app.....not sure how to use  'Function and Track & Remote Wipe' options
    Thanks
    S

    Lock - many users foolishly do not use a passcode, to lock the device.  This function lets a user lock the lost device with a password to prevent a thief from gaining access to the apps and data.
    Track - when lost or stolen, the device can be tracked on a map.  This assumes the device is connected to the internet, is turned on, and has not been reset.
    Wipe - this deletes all data of the lost device to prevent a their from viewing the data.  Once a remote wipe is placed, you cannot remotely unwipe it, same for lock.

  • Please help me-it's urgent,maintaining session and security using cookies.

    hi folks,
    i presently developing a web site for an engineering colleege ,i am facing prob in maintaining the session using cookies,and destroying a cookie and keeping security to the user,There are four links on my webpage ,including a logout link,when i click the other links other than the logout,it works perfectly,and when i click the logout link,i am not able to disable the cookie and still able to visit previous pages by clicking the back button.please give a suggestion as such to disable the cokie and maintain the security for my web site.
    Thank u....

    Try out this login if it helps you.
    Create a bean that stores some String value. Then make a object of this bean using the useBean tag with session scope when a user logs in. Store the name of the user in the bean and also set the same name value in the Session object. Then on every JSP page compare the value set in the session object with the bean variable (which will be having a session scope). If the value match, then the JSP page output must be displayed to the user. Then on the logout link, invalidate the session object using the invalidate() method of the session class. As a result now when you will try to navigate back to the old JSP page, null will be returned to you when you will try to retrive the name value from the session object. And since this null will not match with the value in the bean, you should not proceed further with generating the output. Hope this help
    Nirav ([email protected])

  • Controlling a timed relay process and not using a sequence to do it

    I am using the fieldpoint system with the RYL-421 module and am trying to control a step by step timed process to open and close valves to automoate a chemical synthesis in our lab, (i.e. relay 1,2,3 (valves 1,2,3) on for 30 seconds followed by Relay 2, 3 off and relay 1, 4,5 on for 2 seconds, ect). I have written a several panel sequence that works, however I am interested building a new program without using a sequence so that I can scale the application to many more additional steps than the three I currently have. What method would be the best to go with?
    Thank you for your help.
    Danny

    I would use a statemachine for this and with each different state set the state of the relays and the time. See the examples for a state machine type architecture.
    if you have any more questions then do not hesitate to ask and I will try to help.
    Joe.
    "NOTHING IS EVER EASY"

  • HCM Processes and Forms : Using single Form Scenario for Multiple Countries

    Hi ,
    I have a requirement to design a HCM P&F form ( Single Process, Single Form Scenario ) to support multiple countries.  Form fields should be visible/invisible based on the country ( derived from the login Manager).  please help me with the following questions.
    1. Is it right way to enable/disable the fields in the same form scenario for multiple countries ( Approx. 20-25 countries)
    2. Is there any limitation to no. of fields on the form? does the form performs well with multiple dynamic conditions?
    3. If yes, what is the best way to do this? through Java Script / Back end Generic Service?
    Thanks in Advance,
    VR.

    Hi VR,
    1. Is it right way to enable/disable the fields in the same form scenario for multiple countries ( Approx. 20-25 countries)
    -You can use same form scenario or process for multiple countries if you are using fields based on international structure HCMT_BSP_PA_XX_R*. If you intend to use country specific fields then you may like to use different form scenario for different countries.
    2. Is there any limitation to no. of fields on the form? does the form performs well with multiple dynamic conditions?
    - As such there is no limiation for the fields.Yes, form performs well with multiple rule configurations.
    3. If yes, what is the best way to do this? through Java Script / Back end Generic Service?
    I interpret you would like to derive & show fields based on same backend logic, in that case you should generic service.
    If you want to show fields based on manager's logon then you should also use authorization BAdi.
    Regards
    Pooja

  • Mass form in HCM Process and Forms using FPM forms methodology.

    Hi Friends, I had a requirement to mass upload employee related pay data in infotype 0008. But how to achieve this development using FPM forms is challenge to me. Can any one of you please guide me how to achieve this requirement?
    Thanks,
    Nayani.

    SAP Note#1835253 - Mass Hiring Cookbook http://scn.sap.com/community/erp/hcm/blog/2013/07/20/hr-renewal-10-feature-pack-3--mass-processing-tool http://scn.sap.com/community/erp/hcm/blog/2013/07/21/hr-renewal-10-feature-pack-3--mass-processing-toolcontinuedvv

  • Project implementation  process and toll using for the implemetation

    what r the steps involved in project implementaion

    hi,
    The ASAP methodology is recommended by SAP for implementation planning and system implementation. It has the following phases.
    Project Preparation - The primary focus of Phase 1 is getting the project started, identifying team members and developing a high-level plan.
    Business Blueprint - The primary focus of Phase 2 is to understand the business goals of the company and to determine the business requirements needed to support those goals.
    Realization - The purpose of this phase is to implement all the business and process requirements based on the Business Blueprint. You customize the system step by step in two work packages, Baseline and Final configuration.
    Final Preparation - The purpose of this phase is to complete testing, end-user training, system management and cut over activities. Critical open issues are resolved. Upon the successful completion of this phase, you will be ready to run your business in your productive R/3 system.
    Go Live and Support - Transition from a project oriented, pre-productive environment to a successful and live productive operation.
    Def:The Accelarated SAP is the implementation solution provided by SAPwhich integrates several components that works in conjunction to support the rapid and efficient implementation of the PROJECT.
    PHASES IN ASAP METHODOLOGY
    1.Project Preparation
    2.Business Blue Print
    3.Realization
    4.Final Preparation
    5.Go-Live and Support.
    1.PROJECT PREPARATION WE HAVE 8 STEPS.
    1A.SCOPE OF PROJECT
    1B.PHASES INVOLVED
    1C.SYSTEM LANDSCAPE
    1D.TEAM FORMATION
    1E.DEADLINES OF THE PROJECT
    1F.BUSINESS PROCESS DOCUMENTS (OR) BUSINESS REQUIREMENT
    SPECIFICATIONS
    IN 1F AGAIN WE HAVE 5 STEPS....Pls dont get confused.
    1F ->A1-REQUIREMENTS OR EXPECTATIONS
    A2-GENERAL EXPLANATIONS
    A3-SPECIAL ORGANIZATIONAL CONSIDERATIONS
    A4-CHANGES TO EXISTING ORGANIZATION
    A5-DESCRIPTION OF IMPROVEMENTS
    1G-TECHNICAL REQUIREMENTS
    1H-KICK-OFF MEETING
    2 BUSINESS BLUE PRINT . IN THIS WE HAVE 8 STEPS
    2A.ORGANIZATIONAL STRUCTURE
    2B.DATA COLLECTION SHEETS
    2C.DATA CONVERSION STRATEGY
    2D.BUSINESS BLUE PRINT DOCUMENTATION
    2E.CUSTOMIZATION
    2F.ESTIMATION OF DEVELOPERS
    2G.COMMUNICATION STRATEGY PLAN
    2H.DEVELOP THE SYSTEM ENVIRONMENT
    2I.USER ROLES AND AUTHORIZATIONS.
    3. REALIZATION . HERE WE HAVE 7 STEPS.
    3A.ORGANIZATIONAL CHANGE MANAGEMENT
    3B.BASELINE CONFIGURATION & CONFIRMATION
    3C.UNIT TESTING
    3D.FINAL CONFIGURATION AND CONFIRMATION
    3E.FUNCTIONAL SPECIFICATIONS.IN 3E , WE HAVE 3 STEPS AGAIN...
    3E1.SOLUTION INFORMATION
    3E2.OBJECT INFORMATION
    3E3.REVISION HISTORY....WE HAVE 12 STEPS HERE .....
    3E3A.DESCRIPTION AND PURPOSE
    3E3B.BUSINESS PROCESS DETAILS
    3E3C.CURRENT FUNCTIONALITY
    3E3D.EXPECTED FUCNTIONALITY
    3E3E.SAP SITUATIONAL ANALYSIS
    3E3F.ADDITIONAL INFORMATION
    3E3G.FORMS
    3E3H.REPORTS
    3E3I.INTERFACE
    3E3J.DATA MAPPING
    3E3K.APPROVAL AND MODIFICATION HISTORY
    3E3L.ADDITIONAL ATTACHMENTS.
    3F.TESTING THE PROGRAMS
    3G.PREPARING THE ENDUSER DOCUMENTATION
    4.FINAL PREPARATION
    WE HAVE 4 STEPS.....
    4A.UPLOADING THE STIMULATED DATA
    4B.INTEGRATION TESTING
    4C.CUTOVER ACTIVITIES
    4D.PRE GO-LIVE END USER TRAINING
    5.GO-LIVE AND SUPPORT
    SIGN-OFF MEETING
    CHAN

  • HCM Process and Forms - Create and End record using the same form scenario

    Hi All,
    I have the following requirement while using HCM Processes and Forms: Using one form/scenario I need to both create a record or be able to end a record for infotype 841. When looking at the back-end service SAP_PA I have operations Create, Change, Change without delimiting and Delete. My requirement would be to do both a create and a delete I guess, but these two can't be selected at the same time while configuring the form scenario.
    I was thinking about doing somethign with the startdate and enddate instead of using the effective date. But I have no clue how to do that.
    How would this be possible?
    Thanks,
    J

    You are correct in assuming that you cannot have a create and delete on the same infotype. The config will not allow it.  Instead, configure the create and then do the delete via a call to you own method in the workflow or via the advanced generic service
    Cheers
    Ian

  • HCM Processes and Forms: Work Item is not opening

    Hi,
    We are implementaing HCM processes and forms using NWBC (EHP7 - HR Renewal 2.0 FP1) and after using configuration of POWL inbox for MSS and HR Admin, We are not able to launch the Work Item.
    1) In MSS Work Book, while launching, we are getting message  -
    Failed to resolve Object Based Navigation target ".MSS_WL.NAVIGATE_FORM_WD". Use transaction PFCG to define this OBN target in a role or contact your system administrator to assign a role with the relevant OBN entries to your user.
    2) For HR Admin, we are getting message - Work Item can only be open using Portal and UWL. and it is displaying back end transaction SWNWIEX.
    Detail configuration steps are shown as below -
    Workflow Task used in configurations -
    1) Entries in IBO_C_WF_TA_P_SC  (Assign Task ID’s to POWL Types)
    2) IBO_C_WF_ACC configuration - (Define Tasks and Actions)
    3) IBO_C_WF_APC configuration (Provide Details of navigation parameters)
    4) IBO_V_WF_TTAC (Assignment of Actions to the Tasks)
    5) IBO_C_WF_TAC (Specify Default Action)
    Error -
    1) MSS -
    2)HR Admin -

    Hi Guru,
    Any input..its urgent!.
    Regards,
    Vijay

  • Default value in dropdown field for FPM form in HCM Processes and forms

    Hi Experts,
    I am developing HCM Processes and forms using FPM forms and I had a dropdown list contains ten values. So, every time while opening the form first time, my dropdown field should be defaulted with fifth value from the list. How can we achieve this in dropdown field related to FPM Form.
    Please guide me.
    Regards,
    Nayani.

    You would have to assign the default value to one your custom generic services.
    Regards.
    PS: There are posts which talk about generic services , make yourself comfortable with the concept of generic services.

  • HT1766 I haveabout 7 App's that I Need to update. However, when trying tot do so,the message I get is 'Can't download the app' (in Dutch). The app, however, such as Pages, is no longer available. What can I do to complete the updating process and start us

    I haveabout 7 App's that I Need to update.
    However, when trying tot do so,the message I get is 'Can't download the app' (in Dutch).
    The App, however, such as Pages, is no longer opening and can't be used.
    What can I do to complete the updating process and start using the Apps again?

    Download iTunes using the tab at the top of this page. Then run the update with iTunes closed.

  • How to create Digital Personnel Foile for HCM Processes and Forms

    Hi I am creating HCM Processes and Forms using FPM Forms. Now to print these forms Alternate Adobe forms also developed. But once the entire process is completed by HR Admin and in future if they want to see the already processed form and if they want to take print out they should be able to do it. So, based on some knowledge I am assuming we can achieve this by Digital Personnel file creation. Can any one please confirm. Whether they can open already processed form and how to get print these forms as this is FPM form and no print option is available.
    In order to configure DPF, can any one share step by step procedure to configure DPF. I dont have any idea on SAP Records Management as I felt this basic is required. Friends help me here.
    Regards,
    Nayani.

    This seems possible.
    Refer here ... Print Form (FPM Form Type Only) - HCM Processes and Forms - SAP Library
    For DPF - ensure you have used the anchor correctly refer Save PDF file added to processes and forms WDA
    Regarding the possibility of being able to print it from process browser - I am not sure.
    Process browser for latest release is documented here...
    http://help.sap.com/erp_hcm_ias_2013_02/helpdata/en/14/9a3516789f4aceb6bb910df1220869/content.htm?frameset=/en/43/1d639b3fce3566e10000000a11466f/frameset.htm
    Regards.

  • HCM process and forms - form scenarios

    Hi Experts,
    Currently i am working on Process and Forms using FPM forms. I have already decoupled couple of infotypes. Is it possible to create a process for more than one infotypes(should we use 2 form scenarios) or should we create one process for each infotype?
    Thanks in advance
    Regards
    Prakash

    Hello Prakash,
    There are several posts on this , you can review them before posting the queries.
    You can have multiple infotypes within a from scenario.
    Go through the post HCM Processes & Forms: Making sense of the new SAP tutorial using FPM by http://scn.sap.com/people/christopher.solomon , to understand the process config.
    Hope this helps.
    Regards,
    Sahir.

Maybe you are looking for

  • What to do?! "iTunes has encountered a problem and needs to close"

    Hi all, I am on the verge of ripping my hair out!!! I upgraded my sisters itunes to version 9.0. The upload was successful and itunes opens, HOWEVER this error appears after about 15 seconds **iTunes has encountered a problem and needs to close. We a

  • Can't watch videos correctly

    Hi.Since I downloaded latest Flash Player (version 10.2.152.26),I can't correctly watch videos - i see them all twice,splitted in a half.Like on the picture:                                                                                             

  • How to copy DVD

    After searching the forum, I can't get a clear sense of how to copy a dvd I made with iMovie and iDVD on my wife's MacBook. I made a two DVD's on her computer a couple of years ago before we got a Mac desktop. I would like to rip/copy/transfer (?) th

  • Get html data with java

    Ok say I want to get some kind of data from a html page? How could it be done? Is this possible with java, or do I have to use some kind of scripting language?

  • Does Photoshop Elements 11 have the "content aware brush"?

    Photoshop Elements 11 have the "content aware brush"? Message title was edited by: Brett N