Create Custom Applicant Number with Prefix

Hi all,
Can anyone help me to write a fast formula?
I want to create custom applicant number with Agency (hiring agency) code as Prefix.
for example if agency name is Global Recruitment Agency
Applicant number should be: GLO0001. How can I concatenate it?

I always prefer the fast formula to generate custom numbers
The fast formula has one limitation that it can differentiate between system types (Employee- Applicant- Contingent) so you can create different numbering logic for each, but it can not differentiate between system user types like if you have 2 user types and both of them assigned to system type employee.
I think you are not facing this limitation in your case, and you can use the fast formula
Check Oracle Documentation:
Oracle Human Resources Management Systems
FastFormula User Guide
Release 12.1.x
Part No. E14567-01, 02, 03
Writing Formulas for Person Number Generation
page 1-141
Or this article ID 1305948.1

Similar Messages

  • Create customer master record with reference to existing division

    how to create customer master record with reference to existing division?

    what type of reports sd consultant configure in implementation project?and in supporting project?

  • Problem when create customs BP number through PCUI

    Hi Experts,
    we are working on CRM 5.0 & EP7.0
    i have created custom function module (z function module) for generate the customs BP number( Dep country ,region) for BP t-code in GUI (CRM) System , when test through PCUI i can not get the PCUI field values like counry , region....so i cant generate the custom BP number depend upon the country and region,
    when user type the country,region,company name,city in PCUI
    how can i get PCUI field values ( country,region,company name,city)
    in GUI (SAP- CRM) System.
    PCUI field values ( country,region,company name,city) is not stored in ABAP memory, like
    1. CALL FUNCTION 'BUP_BUPA_MEMORY_GET_ALL'
    TABLES
    t_but000 = t_but000
    t_but001 = t_but001
    t_but0bk = t_but0bk
    t_but100 = t_but100
    t_but0cc = t_but0cc
    t_but0is = t_but0is
    t_but0id = t_but0id.
    2. CALL FUNCTION 'BUA_BUPA_ADDRESSES_GET'
    EXPORTING
    i_xall = 'X'
    TABLES
    t_address = t_add.
    this two function modules are not giving values when user enter the values in PCUI
    plz help me........
    thanks,
    Ganesh,R

    hi karthik,
    i am working in CRM 5.0 ,& PCUI
    i have created custom BP number depend upon country and region ( through PCUI ), it is working fine but when more then one user trying to create account( BP) by uing same country and region it is generating same BP number becoz they are press ENTER button after giving the input data in PCUI , if they press SAVE button it is creating new BP number.
    when user press enter button countron should not go to BP number generation coding..how can i do this?
    How can i identify user press ENTER button or SAVE Button?
    where event is trigring ?where they are calling the Events?
    i want to do when user press ENTER button it should not create BP number but user press SAVE button it should create BP number..
    how they are linking PCUI & SAP CRM-GUI?
    how can i do this ? plz help me..
    Thanks,

  • Problem when create custom BP number through PCUI

    Hi Experts,
    we are working on CRM 5.0 & EP7.0
    i have created custom function module (z function module) for generate the customs BP number( Dep country ,region) for BP t-code in GUI (CRM) System , when test through PCUI i can not get the PCUI field values like counry , region....so i cant generate the custom BP number depend upon the country and region,
    when user type the country,region,company name,city in PCUI
    how can i get PCUI field values ( country,region,company name,city)
    in GUI (SAP- CRM) System.
    PCUI field values ( country,region,company name,city) is not stored in ABAP memory, like
    1. CALL FUNCTION 'BUP_BUPA_MEMORY_GET_ALL'
    TABLES
    t_but000 = t_but000
    t_but001 = t_but001
    t_but0bk = t_but0bk
    t_but100 = t_but100
    t_but0cc = t_but0cc
    t_but0is = t_but0is
    t_but0id = t_but0id.
    2. CALL FUNCTION 'BUA_BUPA_ADDRESSES_GET'
    EXPORTING
    i_xall = 'X'
    TABLES
    t_address = t_add.
    this two function modules are not giving values when user enter the values in PCUI
    plz help me
    thanks,
    Ganesh,R

    hi karthik,
    i am working in CRM 5.0 ,& PCUI
    i have created custom BP number depend upon country and region ( through PCUI ), it is working fine but when more then one user trying to create account( BP) by uing same country and region it is generating same BP number becoz they are press ENTER button after giving the input data in PCUI , if they press SAVE button it is creating new BP number.
    when user press enter button countron should not go to BP number generation coding..how can i do this?
    How can i identify user press ENTER button or SAVE Button?
    where event is trigring ?where they are calling the Events?
    i want to do when user press ENTER button it should not create BP number but user press SAVE button it should create BP number..
    how they are linking PCUI & SAP CRM-GUI?
    how can i do this ? plz help me..
    Thanks,

  • Error: Create customer specific areas with services

    Hi Experts,
    I am facing problem while creating customer specific areas with services. We have a development for Appraisals and trying to make it work via ESS.
    I have defined resource for area page, defined area, assigned area to an area group page.
    Still the Area is not displaying on Area page.
    Please let me know as to where I have gone wrong.
    Thanks!

    You need to create your workset, and check the URL in PCD of the Iview

  • Not able to create customer master data with country code US

    Hey All,
    I am not able to create customer master data in the Transaction Code XD01/FD01 with the country code as US.
    The error message for the same is NO JURISDICTION CODE COULD BE DETERMINED. I have checked the tax code settings but could not locate the problem.
    Request you to provide me with a solution.
    Thanks & Regards
    VK

    Hey all,
    I have checked the field in the account group(OBD2) but its in optional status
    and also checked the country settings for US in the transaction code OY17 still the same error message, but when i tried checking the settings for a differnt company code's customer data base i can see that there is a number mentioned in the address tab under tax jurisdiction feild (beside time zone) which is not populating for this company code.
    so, do anyone know where exaclty we mention this number so that it populates in that field of address.
    hope am clear
    hope to receive  a solution
    thanks & regards
    vinila

  • How to Create Custom Content Type with 100 site columns ?

    Hi EveryOne,
    i have one requirement to create custom conten types in sharepoint 2013 as follows.
    1. Create a content type with 100 site columns ( in this 100 site columns includes 10 mms feilds and 10 lookup fields).
    2.when we deploy the content type in other server if already the same content type existing in the server it should be upgrade the existing content type.
    Please advise how do develop the solution ( using power shell script or visual studio with event receiver or xml file)
    Regards,
    Srinivas

    Try below:
    http://www.mindfiresolutions.com/Add-Columns--Fields-Programmatically-to-a-SharePoint-List-282.php
    using(SPSite
    oSPsite = new SPSite("http://Web-URL"))
        oSPsite.AllowUnsafeUpdates =
    true;
    using (SPWeb oSPWeb = oSPsite.OpenWeb())
            oSPWeb.AllowUnsafeUpdates =
    true;
    /* get the SPList object by list name*/
    SPList lst = oSPWeb.Lists["EmpList"];
    /* create a Numeric field for EmpID */
    SPFieldNumber fldEmpID = (SPFieldNumber)lst.Fields.CreateNewField(
    SPFieldType.Number.ToString(),
    "EmpID");
            fldEmpID.Required =
    true;
            fldEmpID.DisplayFormat =
    SPNumberFormatTypes.NoDecimal;
    /* create a Text field for Name */
            SPFieldText fldName = (SPFieldText)lst.Fields.CreateNewField(
    SPFieldType.Text.ToString(),
    "Name");
            fldName.Required =
    true;
            fldName.MaxLength = 50;
    /* create a Date field for Dob*/
    SPFieldDateTime fldDob = (SPFieldDateTime)lst.Fields.CreateNewField(
    SPFieldType.DateTime.ToString(),
    "Dob");
            fldDob.DisplayFormat =
    SPDateTimeFieldFormatType.DateOnly;
    /* create a Currency field for Salary */
            SPFieldCurrency fldSal = (SPFieldCurrency)lst.Fields.CreateNewField(
    SPFieldType.Currency.ToString(),
    "Salary");
            fldSal.Currency =
    SPCurrencyFieldFormats.UnitedStates;
            fldSal.DisplayFormat =
    SPNumberFormatTypes.TwoDecimals;
    /* add the new fields to the list */
            lst.Fields.Add(fldEmpID);
            lst.Fields.Add(fldName);
            lst.Fields.Add(fldDob);
            lst.Fields.Add(fldSal);
    /* finally update list */
            lst.Update();
            oSPWeb.AllowUnsafeUpdates =
    false;
        oSPsite.AllowUnsafeUpdates =
    false;
    If this helped you resolve your issue, please mark it Answered

  • Create customer master record with reference

    Hello guys,
    I'm trying to create a customer master record with reference using XD01 (existing in the referent company code only) but no data are copied at the general level of the customer (not only the address data but also these contained in KNA1). Is there something I can do in order to get the referent data?
    Thanks

    Only data that does not refer directly to the customer/vendor is copied from the reference account to the new account, that is,no address information, and so on.

  • How to link applicant number with personnel Number

    Hii Experts,
    We are trying to extract a report  which will get the employees who have been relieved from the organisation within 90 days..
    Is there any way to findout the applicant number of an employee.Please advice.
    Regards,
    sai,

    Hi Vicky,
    since there is 90 day requirement ,i reckon this need to be customised taking PA0000-MASSN,PA0000-STAT2 and begda and enda into consideration and if there is any date specification (PA41) maintained DAR01 -date type maintained.Hiring action start date and seperation action date.
    No Worries
    KG

  • Customer name appears with prefix '1' in sales order

    Dears,
    When I enter sold to / ship to in sales order, name field in the header is prefixed with '1'
    example: 123455 -  ABCD & Co (in customer master)
    but in sales order sold to party field 123455 - 1ABCD & Co
    This is happening for all the cases. please help me to understand is there any standard functionality involved in this..
    in some part of the standard code I found ADDRESS TYPE 1 = Company, ADDRESS TYPE = Personal and ADDRESS TYPE 3 = Contact person.
    Let me know your views..
    Thanks!!
    Regards,
    Nz

    Hi
    Check if there is any userexit active. Check includes MV45AFZ+ (where + is Z, 1, A, B and so on, check them in tcode SE38)
    I hope this helps you
    Regards
    Eduardo

  • How to create Custom LabVIEW Node with Dynamic Pins?

    I am trying to create a new set of LabVIEW nodes that will communicate with a new protocol.
    If it's at all possible, I'd like to make the new nodes similar to other connnectivity nodes (i.e. ActiveX, .NET, etc...). There would be an Open Reference node that pops up a custom dialog when created, a Close Reference node, a Property node that dynamically changes when the reference pin changes, and an Invoke node that dynamically changes when the reference pin changes.
    Is it possible to create such nodes as sub-VI's? If so, then how? If not, then what is the prefered method of doing this?
    Thanks in advance for any help
    VRMan

    The technique to do exactly this is called XNode. It's very difficult, not
    supported or documented, and although they work in >7.1, you have to use
    scripting a lot, and that is not supported in 8.x. The technique used in 7.1
    is also preceded. I would really not recommend it. Search LAVA if you need
    to know more.
    You could do this with XControls. These technique might not do 100% what you
    want, but at least they are supported. Haven't used LabVOOP (search class or
    classes in the LV help, there are instruction tutorials and videos), but I
    think you can't make property nodes and methods. I'm sure XControls can do
    that. Both are advanced stuff...
    A third option is to make an express VI, that is configurable by double
    clicking on it. Don't like to use them myself, and therefore haven't make
    any. I think you need a toolkit to make them.
    Regards,
    Wiebe.

  • IOS 6 messages to number with prefix problem

    Hello, on my iPhone I have a telephone business contract which requires to add the number 9 before the phone number when calling or messaging to my personal contacts, which I will pay, while calls and messages to my business contacts without any prefix will be paid by my company.
    The problem is that since upgrading from iOS 5.1.1 to 6 I cannot send messages with the 9 prefix because it gives me a sending error, while I have no problem sending messages to numbers with no prefix or calling to numbers with or without prefix. This means that I cannot send nor answer to messages from my personal contacts, which is very annoying.
    I had no similar problems with all previous iOS versions so I'm wondering if something is changed in messages processing and if I can fix this changing some configuration.
    Thanks.

    Hey maskmackay!
    I have an article for you that can help you troubleshoot this issue:
    iCloud: Troubleshooting Find My iPhone, iPad, iPod touch, or Mac
    http://support.apple.com/kb/TS4006
    Thanks for using the Apple Support Communities. Have a good one!
    -Braden

  • Creating custom LAF - failing with 'unexpected error'

    Hi,
    I'm trying to create a custom LAF based on the simple.desktop. I follow the steps for 'Create Look and Feel' and enter -
    Name: test-desktop
    Family: test
    Description: Test LAF
    Base Look and Feel: simple.desktop
    click Next and the 'Customise Styles and Icons' page is displayed.
    When I try and make any changes, or just go straight through to the 'Submit' I get an Error Page. Text is '
    You have encountered an unexpected error. Please contact the System Administrator for assistance. '
    Can anybody suggest what might be going wrong?
    Thanks,
    Paul.

    My view is yes as I need the custom LAF for my OA Framework pages and I couldn't see a more appropriate forum.
    If there is one, please suggest.
    Thanks,
    Paul.

  • Creating Custom Mobile Application with CRM

    Hi ,
    After reading some staff about the CRM Mobile client solutions , I have not figure it out weather I can create my own mobile applications  using the CRM Mobile Technology .
    I know that the mobile clients need CRM Middleware server for synchonization and for access to backend systems, but can I call any rfc on any backend system (for example R3)
    for synchronization meaning that my CRM server will be used only as middleware server to access non crm functionality on other backend systems
    Thnaks,
    Oren

    What you can do is the following:
    data-save on MSA triggers an outbound sbdoc (containing the update objects)
    -->this one is sent to CRM by the conntrans
    --> the sbdoc is created from the data, stored in the inbound queue, and processed through it's CRM flow (meaning mapping to mbdoc, processing of inbound mbdoc, creation of outbound mbdoc and mapping to outbound sbdoc).
    What you can do is use or exit the bdoc flow to trigger whatever other process you want.
    What exactly is the requirement?
    Michael.

  • Create customer with reference to customer master

    Hi,
    If the user creates customer master (XD01) with reference to another customer master then system should not copy some of the fields. How can I restrict this in SAP. Is there any Copy control functionality for customer master to customer master?
    Regards,
    Soumen

    Hello,
    As far as i know in Standard SAP system, when we are copying or even creating a Customer
    Master Recording in XD01 with reference to a customer, in case of the basic data i.e. General Data, the
    datas that are copied are
    1. Country.
    Under Company Code data, the following are copied,
    1. Reconcilation Account.
    Under Sales Area Data the following are copied,
    1. Currency.
    2. Shipping condition.
    3. Account assignment group.
    4. Taxes.
    Regarding your question, you can change the data and there is no concept of copying control here.
    Regards,
    Sarthak

Maybe you are looking for

  • Windows update error 800f0246 when installing printer driver

    I have Win 7 pro 64 bit and an HP3520 printer.  HP site says a Windows 7 driver is available via windows update.  When I go into Windows update, the drivers shows up under optional downloads.  When I try to download and install it it fails with error

  • Can't download 8.1.7 jdbc driver - urgent

    I am trying to download the JDBC 8.1.7 driver, but when I follow the links I end up at http://otn.oracle.com/software/tech/java/sqlj_jdbc/htdocs/jdbc817.html, with no way to get at the driver. Please help!!

  • Hi ...A question about take folders...

    When I record several takes and they form a Take Folder, the original track is at the bottom of the group of takes and take 1 is above that. Take 2 is above that. Earlier today I was workling with takes and they were listed in the other order. Not a

  • Unable to load Adobe InDesign CC 2014 Type Library (Version 1.0)

    Good evening, I've just upgraded ID from CC to CC 2014 and now a script that had always run without issue now won't work. I get an error saying 'Unable to load Adobe InDesign CC 2014 Type Library (Version 1.0)' The bit of code I was running was execu

  • Unable to launch PSE8.  Error:  150:30

    recently reinstalled Kasperksy Internet Security (trial).  Now cannot open Adobe Photoshop Elements 8.  Get message This product has encourtered a problem which requires that you restart your computer efore it can bge launched.  Error: 150.30. Talked