Pre-screen data in Recruitment

Hello All
I've been looking to  add Couple more option unde Application in Advert field (Field name OFFID) (Tcode pb10) Does anyone know the Table where i can insert the options, I have tried IMG path but found nothing.
Thanks in Advance
Abhi

Hi,
Check feature MASSN via PE03: Determining the Fast Entry Dialog Module.
And check the return value in table TDCT, you will find the screen and program call by PB40 Initial Entry of Applicant Data.
And you can create your own dialog module to adjust the initial screen or change the exist one.
Hope helps,
Chen Jian

Similar Messages

  • Throws exception while saving SCREEN DATA  when integrated with CRMOD & OPA

    I have integrated CRMOD with OPA and able to see my screens and enter data and review after submitting screen data, but when I click "Save" on TOP right of the Applet Test page throws below exception. Please help
    ===================================================================
    0 [Thread-2] INFO com.oracle.util.plugins.PluginRegistry - Successfully created plugin factory: com.oracle.determinations.web.crmod.plugins.CrmodAdapter
    21 [Thread-2] INFO com.oracle.util.plugins.PluginRegistry - Successfully created plugin factory: com.oracle.determinations.web.crmod.plugins.CrmodAdapter
    91903 [http-8080-1] INFO com.oracle.determinations.web.crmod.config.ConnectorProperties - Config File path : configuration/crmod-data-adapter.properties
    91934 [http-8080-1] INFO com.oracle.determinations.web.crmod.plugins.CrmodAdapter - Found mapping file ScreeningInterview-mapping.xml.
    92045 [http-8080-1] INFO com.oracle.util.plugins.PluginRegistry - Successfully created instance of plugin: com.oracle.determinations.web.crmod.plugins.CrmodAdapter
    92045 [http-8080-1] INFO com.oracle.determinations.interview.engine.local.LocalInterviewSession - Data adaptor plugin ( class com.oracle.determinations.web.crmod.plugins.CrmodAdapter ) found - attaching to session.
    92045 [http-8080-1] INFO com.oracle.determinations.interview.engine.local.LocalInterviewSession - No Commentary plugin supplied - using default
    92049 [http-8080-1] INFO com.oracle.determinations.interview.engine.local.LocalInterviewSession - No List provider supplied - using default
    92051 [http-8080-1] INFO com.oracle.determinations.interview.engine.local.LocalInterviewSession - No DocGen plugin supplied - using default
    175526 [http-8080-1] ERROR com.oracle.determinations.web.platform.servlet.WebDeterminationsServletUtility - com.oracle.determinations.interview.engine.exceptions.DataAdaptorException: CRMOD-OPA ERR [Missing or unparsable CaseId.]
    com.oracle.determinations.interview.engine.exceptions.DataAdaptorException: CRMOD-OPA ERR [Missing or unparsable CaseId.]
         at com.oracle.determinations.web.crmod.plugins.CrmodAdapter.save(CrmodAdapter.java:95)
         at com.oracle.determinations.web.platform.controller.actions.SaveAction.doSave(SaveAction.java:133)
         at com.oracle.determinations.web.platform.controller.actions.SaveAction.getResource(SaveAction.java:61)
         at com.oracle.determinations.web.platform.servlet.WebDeterminationsServlet.doGet(WebDeterminationsServlet.java:80)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:617)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
         at com.oracle.determinations.web.platform.util.CharsetFilter.doFilter(CharsetFilter.java:46)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
         at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
         at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
         at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
         at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
         at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
         at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:298)
         at org.apache.coyote.http11.Http11AprProcessor.process(Http11AprProcessor.java:861)
         at org.apache.coyote.http11.Http11AprProtocol$Http11ConnectionHandler.process(Http11AprProtocol.java:579)
         at org.apache.tomcat.util.net.AprEndpoint$Worker.run(AprEndpoint.java:1584)
         at java.lang.Thread.run(Unknown Source)
    ========== MY ADAPTER PROPERTIES FILE : crmod-data-adapter.properties HAS BELOW DATA ============
    ## REQUIRED SETTINGS
    ## Properties for CRMOD Web Services
    web-service-url                         =https://secure-ausomxapa.crmondemand.com/Services/Integration
    ## Supports WS1.0 and WS2.0
    web-service-version                    =1.0
    ## Properties for Authentication
    ## Username and password must be encrypted using configuration-encrypter tool provided by the product.
    ## Please refer to Configuring CRM On Demand Connector for Web Determinations of Developer Help for more details.
    username                              =Y3JtaXQtZGVtby9jcm1pdA==
    password                              =T25EZW1hbmQ=
    ## OPTIONAL SETTINGS
    ## Set fixed-authentication to false if you want to implement other forms of authentication
    fixed-authentication                =false
    ## Properties for the mapping file
    mapping.load.from.rulebase           =true
    ## Set the mapping path if load from rulebase is set to false e.g. /configuration/mapping
    mapping.location.path               =/configuration/mapping
    ========= MY Custom Web APPLET URL in CRMOD HAS BELOW ===============
    http://localhost:8080/crmod-web-determinations?caseID=new

    On Save click getting below error from CRMOD:
    9816032 [http-8080-1] ERROR com.oracle.determinations.web.platform.servlet.WebDeterminationsServletUtility - com.oracle.determinations.interview.engine.exceptions.DataAdaptorException: CRMOD-OPA ERR [SOAP Response Parser: CRM On Demand errors found in the SOAP request for saving.
    Internal Error: Session is not available. Aborting.]
    com.oracle.determinations.interview.engine.exceptions.DataAdaptorException: CRMOD-OPA ERR [SOAP Response Parser: CRM On Demand errors found in the SOAP request for saving.
    Internal Error: Session is not available. Aborting.]
    =============
    Phil Whitwell | Director Product Strategy Advised as to check SOAP Request using TCPMon. Then I followed the below steps:
    Step 1) changed URL entry in crmod-data-adapter.properties file
    ## Properties for CRMOD Web Services
    web-service-url =http://localhost:5049/Services/Integration
    # earlier entry
    #web-service-url =https://secure-ausomxapa.crmondemand.com/Services/Integration
    Step 2) Restarted TOMCAT6
    Step 3) Started TCPMon after setting tcpmon port as below
    [My Tomcat is listening on 8080, I cannot bind tcpmon to listen there as well.  the way to use tcpmon correctly is to set the target port to 8080 and set the listen port to some currently unused port (say 5049) and Setup My client – CRMOD As mentioned in Step 1]
    Step 4) I got below SOAP Request XML after executing “SAVE” in CRMOD .
    Below SOAP Request XML sent on “SAVE” option from CRMOD:
    - <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns="urn:crmondemand/ws/account/10/2004" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <SOAP-ENV:Header />
    - <SOAP-ENV:Body>
    - <ns:AccountWS_AccountInsert_Input>
    - <ListOfAccount>
    - <Account>
    <Location>UK</Location>
    <AccountName>Phil</AccountName>
    <Industry>BFSI</Industry>
    </Account>
    </ListOfAccount>
    </ns:AccountWS_AccountInsert_Input>
    </SOAP-ENV:Body>
    </SOAP-ENV:Envelope>
    =======================================================
    What is incorrect in the above SOAPRequest.xml, why CRMOD is throwing an error on "SAVE",
    Can someone please advice?

  • Field symbols for fetching ME21N screen data

    Hi,
    I need to fetch ME21N screen data,i.e,line item data( material number),for which i have written code as below:
    IF SY-TCODE = 'ME21N' OR
       SY-TCODE = 'ME22N'.
    ematn = '(SAPLMEGUI)MEPO1211-EMATN'.
    ENDIF.
    FIELD-SYMBOLS : <fs1> TYPE ANY.
    ASSIGN (ematn) TO <fs1>.
    But data is not coming to <fs1>.
    Can any one tell me whether any mistake in above statement.
    Or alternatively whether any better method available for fetching screen data?
    I need to use this data in a pricing routine.
    Thanks & Regards
    Seshagiri.

    Hi,
    The combination of both these can be used-
    we can read the screnn fields using this FM-
    DYNP_VALUES_READ
    ***TO READ VALUES
    CALL FUNCTION 'DYNP_VALUES_READ'
           EXPORTING
                DYNAME                   = W_PROG
                DYNUMB                   = W_DYNP
                TRANSLATE_TO_UPPER       = 'X'
           TABLES
                DYNPFIELDS               =  T_DYNPRO.
      READ TABLE  T_DYNPRO INDEX 1 INTO FIELD_VALUE.
      W_CARRID = FIELD_VALUE-FIELDVALUE.
    Paricularly for Material numbers this aslo shoud be used -
    CONVERSION_EXIT_MATN1_INPUT
    Thanks & Regards,
    Chandralekha.

  • Palm Pre Screen

    I have damaged my palm pre screen and it will no longer accept any touch functions.  I have gotten a new pre however i need to get my old one into USB mode so I can retrieve my contacts.  The old pre will boot up and when I plug it into the computer it shows me the 3 options(media sync, usb, just charge) however I cannot select USB because the screen is broken and will not accept any commands.  The keyboard still works is there any keystroke combination i can use to tell it to go into USB mode without touching the screen?  Any help would be greatly appreciated.  I thought when i logged into my new pre with my palm ID i would get my contacts but only got the ones I added to the pre not previous contacts.  Thanks
    Post relates to: Pre p100eww (Sprint)

    Yeah, ive seen alot of pictures online where the screen cracked right in the same spot that mine did. I think you have a defect, and you should fess up to it. I spent 4k on a vacation I waited for for 5 yrs, and now I cant get my picks or contacts. It kinda stinks.
    Why do they all break right above the button? And many people say that they know for a fact that they didnt do anytihng to break it. How are you gonna assist your customers with these issues?

  • Type -Option available in Sheduling screen Data selection tab

    Hi Guru's,
    Plz explain the Type-option avialable in scheduling screen data selection tab.
    Plz give examples also.

    Hi
    Press F1 help
    You can load abap routines or OLAP variable for Selective loading of data
    Hope this helps
    Regards
    N Ganesh

  • Screen data handling in Screen Enhancement with BAdI's ?

    Hi all,
    I'm trying to build a Screen Enhancement with (new) BAdI concept.
    But now I'm having a Problem. The new BAdI's don't allow variable Attributes  (instance/static attribute) in the BAdI Interface.
    If I try to define an instance or static Attribute for the BAdI-Interface I get the following error message:
    "BAdI interface <my_badi_if> contains non-constant attributes "
    In my Screen Enhancement I have build a Subscreen with new fields in it. These field data couldn't be saved in the BAdI class (e.g. via BAdI-methods my_badi->get_data_from_screen... and my_badi->put_data_on_screen...) because having no attributes.
    How these screen-data could be handled without BAdI-Interface-Attributes?
    Thanks in advance,
    Anja

    Having the same service to get one product price as well as all product prices would not be recommended. Two separate services would be more reasonable
    Mass data handling in SOA is not entirely different than let's say in BAPI/RFC environment. parallelism, multi-threading, locking, commit and many others are typical elements of considerations.
    From a scalability standpoint, you can always be interested in how optimal its performance is whether you call it once or a million times. If the service is a rather slim one (lightweight in terms of number and types of parameters as well as processing code), you'll surely have better chance than with a service that's heavyweight.

  • Field symbols for fetching ME51N screen data

    Hi,
    I need to fetch ME51N or ME52N screen data.
    In old Transaction (ME51,ME52) there is this code that work:
    data:wa_eban like eban.
    data:wa_rm06b like rm06b.
    data:va_epstp like rm06b-epstp.
    data:va_knttp like eban-knttp.
    field-symbols <va_eban> structure eban default  wa_eban.
    field-symbols <va_rm06b> structure rm06b default wa_rm06b.
    assign ('(SAPMM06B)EBAN') to <va_eban>.
    assign ('(SAPMM06B)RM06B')  to <va_rm06b>.
    move <va_rm06b>-epstp to va_epstp.
    move <va_eban>-knttp to va_knttp.
    if not <va_eban>-loekz  is initial.
          exit.
    endif.
    This code is used in a FIELD EXIT for compare Data in some Fields.
    In the New Transaction i can't use this code because EBAN and RM06B is empty and return null.
    Can any one tell me if there are Program/Structure combination that return EBAN and RM06B Data?
    Or alternatively whether any better method available for fetching screen data?
    Thanks & Regards
    Angelo

    For more Info see this thread, similar problem is solved, but in ME52N change some things.
    Re: Field symbols for fetching ME21N screen data
    Thanks & Regards
    Angelo

  • Access pre-insert data using ViewObjects

    Hi,
    I’m trying to access pre-insert data (before super.doCommit() execution) using viewobjects, but I only obtain committed data. Is it possible to obtain pre-insert data using viewobjects?
    Here the Java code:
    String amDef = "oracle.srdemo.model.AppModule";
    String config = "AppModuleLocal";
    ApplicationModule am =
    Configuration.createRootApplicationModule(amDef, config);
    ViewObject vo = am.findViewObject("DatetestView1");
    System.out.println("Query will return "+ vo.getEstimatedRowCount()+" rows...");
    vo.executeQuery();
    while (vo.hasNext()) {
    Row curPerson = vo.next();
    System.out.println(vo.getCurrentRowIndex()+". "+
    curPerson.getAttribute("Id")+" "+
    curPerson.getAttribute("Dataini"));
    Configuration.releaseRootApplicationModule(am, true);
    I'm using JDeveloper 11g, a Fusion Web Application and ADF Business Components
    Thanks in advance.

    Hi Timo,
    According to your instructions, I obtained current ApplicationModule and the issue was solved.
    Here the Java Code to get ApplicationModule from Iterator:
    BindingContainer bindings = BindingContext.getCurrent().getCurrentBindingsEntry();
    DCIteratorBinding dciter = (DCIteratorBinding)bindings.get("DatetestView1Iterator");
    DCDataControl dc = dciter.getDataControl();
    ApplicationModule am = (ApplicationModule)dc.getDataProvider();
    AppModuleImpl am2 = (AppModuleImpl)am;
    ViewObject vo = (DatetestViewImpl)am2.findViewObject("DatetestView1");
    Thank you vey much,
    Olga

  • How can I capture the screen data sheet from netwrork analyzer?

    Hi All!
    Could you help help me this! I want to capture the screen data from network analyzer, and save it to my PC. How can I do that with LabVIEW 8.0?

    Hello,
    Do you know if the 8722A is similar to the 8722B or C model?  We have a LabVIEW driver for those, but the A model is not listed.  Click here to go to the driver download site.  Even though your instrument may not be on the list, the driver may still work with your instrument, so I recommend downloading and installing it to see if you get anything. 
    When you want to capture the whole screen, what exactly do you mean?  Do you want to capture an actual screenshot of the display of the analyzer or do you just want to capture all the data in digital format and send it into LabVIEW? Do you need an excel type file?  Are you seeing the display on the instrument itself or a user interface panel program on your computer?  If on your computer, is it LabVIEW or a different software program?  I am sorry, but I am not familiar with your instrument or how it works, but hopefully we can get this figured out for you!
    Chris R.
    Chris R.
    Applications Engineer
    National Instruments

  • Access off screen data

    Does anyone know if it is possible to do the following in Java (It is step 2 that I need help with):
    1) Load any third party application e.g Firefox
    This will display part of a web page and the rest will only be made visible by using the scrollbar.
    2) I want to access the text/images in the whole of the web page without using the scroll bar. e.g access off screen data and save it to something like a BufferedImage.(I guess it is similar to a screenshot but of data that is not currently visible on the screen).
    I need this to be generic enough to work for any application that uses scroll bars.
    Thanks

    1. Use Runtime.getRuntime().exec( <command> ) to run another program.
    2. You can use ImageIO.read( <url> ) to read images and return a BufferedImage from the internet.
    You can give this program I made a test drive as it shows how to run a separate process and load an image from the internet:
    /* DynamicClasses.java
    * @author scphan
    * created: 12, May 2009
    * tested successfully with jdk1.6.0_11
    import java.lang.ref.*;
    import java.util.*;
    import javax.tools.*;
    import java.io.*;
    public class DynamicClasses
         public static void main( String args[] )
              DynamicClasses obj = new DynamicClasses();
              obj.compileAndRun( new File( "CompileTest.java" ) );
         public void compileAndRun( final File file )
              JavaCompiler compiler = ToolProvider.getSystemJavaCompiler();
              StandardJavaFileManager filemanager = compiler.getStandardFileManager( null, null, null );
              System.out.println( "Default Compiler: " + compiler.getClass().getName() + "  toString(): " + compiler );
              try
                   deleteClassFile( file );
                   try
                        Thread.sleep( 5000 );
                   catch ( InterruptedException e )
                        e.printStackTrace();
                   Iterable compilationUnits = filemanager.getJavaFileObjects( file );
                   compiler.getTask( null, filemanager, null, null, null, compilationUnits ).call();
                   filemanager.close();
                   run( file.getName().replaceAll(".java","") );
              catch ( IOException e )
                   e.printStackTrace();
         public void run( final String filenameNoExt )
              throws IOException
              Process proc = Runtime.getRuntime().exec( String.format( "java %s", filenameNoExt ) );
         private void deleteClassFile( File file )
              String fNameNoExt = file.getName().replaceAll( ".java", "" );
              File xFile = new File( fNameNoExt+".class" );
                   if ( xFile.exists() )
                        xFile.delete();
    /* CompileTest.java
    * @author scphan
    * created: 12, May 2009
    * tested successfully with jdk1.6.0_11
    import java.awt.*;
    import java.awt.image.BufferedImage;
    import javax.swing.*;
    import java.net.URL;
    import java.io.IOException;
    import javax.imageio.ImageIO;
    public class CompileTest
         private static final String IMAGE_URL = "http://konohaleaf.info/images/stories/cherry_tree.png";
         public static void main( String args[] )
              final JOptionPane pane = new JOptionPane();
              pane.showMessageDialog( null, "Greetings, compiling test successful!", "Compile Test Successful", JOptionPane.INFORMATION_MESSAGE );
              final JFrame f = new JFrame( "Compile Test Successful" );
              f.setDefaultCloseOperation( f.EXIT_ON_CLOSE );
              final JLabel label = new JLabel();
              final BufferedImage image = grabImage( CompileTest.IMAGE_URL );
              if ( image != null )
                   label.setIcon( new ImageIcon(image) );
              else
                   label.setText( "Image could not load, displaying alternative text instead..." );
              f.getContentPane().add( label );
              f.pack();
              f.setVisible( true );
         private static BufferedImage grabImage( String url )
              BufferedImage image = null;
              try
                   image = ImageIO.read( new URL( url ) );
              catch ( IOException e )
                   e.printStackTrace();
                   return null;
              return image;
    }[http://konohaleaf.info/index.php?option=com_content&view=article&id=71:programmatically-compile-and-execute-in-java&catid=50:misc-example-programs&Itemid=64]
    Just parse through the html code for any <img src... ".jpg", ".png", etc. and store the paths which will then be used to read the images with javax.imageio.ImageIO.
    Edited by: scphan on May 13, 2009 1:09 PM

  • 2 screen date formats..

    Hi,
    I have my screen date formats set to dd.mm.yyy. I also need to display some dates as dates as Thu, 04 Mar 2010 GMT
    if a make a change to the format via the binding panel, the repeat region fails to work.  any idea please?

    I'm totally clueless here but I feel like spurting out something . Is your sql statement that you have in the repeat region based on a variable that has your date? if so wouldnt changing the variable break your sql statement because its not looking for the right format for the date anymore?.

  • Verizon Changed Our Pre-Order Date

    Verizon CHANGED the pre-order date from our original 09/19 confirmation at checkout. Our email confirmation shows 10/07 WHY? What was the point in staying up to 3:AM? We could have went to Apple's site but chose Verizon because of the date of arrival. This is what happens when you're a customer for years.

    Apparently, thousands
    Sorry, that's not the point. It you're spending money on phone, AND renewing a contract for the umpteenth time, then we at least need answers. You don't pre-order an item , only to have the date changed without even a warning that this may occur. Whether it be a $20.00 or a $400 one.
    We can also be quiet about it and accept whatever companies throw our way. No thanks.

  • Will Apple Stores have the iPhone6 prior the the pre-order date?

    I'd really like to hold the iPhone6 and iPhone6 Plus before pre-ordering.  Will the Apple Stores have them on hand to "try-out" prior to the Pre-order date?

    You can get your hands on one September 19th at 8:00 AM at any Apple store, if you can get in the door.

  • Notification for Partner creation after Supplier pre screening

    Hi,
      Is there any statndard notification sent when a business partner is created with the Role Vendor or Bidder after Pre-screening suppliers registered through SUS?
    Thanks,
    Sivagami.R

    Hi
    I have not tried this. I guess, Yes, ideally a notification should be sent.
    <u>Refer report - RBBP_NOTIFICATION_OFFAPP (Forward work items to other mail clients)</u><b>Also See Offline Approval!</b><u>http://help.sap.com/saphelp_srm50/helpdata/en/31/ec423b4ac8d506e10000000a11402f/frameset.htm</u>
    Refer to this link as well.
    <u>http://help.sap.com/saphelp_srm50/helpdata/en/c0/7a0859ee91d54aa48a69fb5d2c4089/frameset.htm</u>
    Regards
    - Atul

  • Why the long wait between the pre-order date and the shipping date of the Motorola Razr??????????

    I don't understand Why Verizon made the shipping date for the Motorola razr two full weeks after the pre-order date? Versus what it did with the iphone 4s where the dates were only 1 week a part. I order it on the 27th.

    I know I really can't wait to get the phone.  I was hoping it might come a little earlier than the 10th but probably not. 

Maybe you are looking for

  • Operating System change from Windows 7 to windows 8.1 pro 64 bit

    I have HP Pavilion Dv6-6196ex with Windows 7 64 bit as original OS. I change my hard drive to 256 mb SSD and installed new OS windows 8.1 Pro 64 bit. Is there any suitable software coming from HP that is compatible to my new OS and can i get a recove

  • Invalid serial number on Adobe website for CS2 After Effects

    Since the activation server is shutdown for the CS2 version of Production Studio Premium which I purchased in 2007, I was directed to an adobe website where I could download my Production Studio software that did not require activation. The site prov

  • Color Settings: What do they really do?

    The Edit > Color Settings command has choices "No Color Management", "Optimize for Computer Screens", and "Optimize for Printing". The documentation states that the latter two choices select sRGB and AdobeRGB color spaces, respectively. What's not so

  • Where can I find Oracle JMS (Based on Oracle AQ) examples?

    thanks

  • Poor sound quality windows 8

    I'm having problems with iTunes and Windows 8.  I'm on a Dell XPS12 (flip screen).  Every time I try to watch a movie in iTunes, the video gets a bit jittery and the sound is crackling very badly.  It makes for an unpleasant experience.  Any ideas on