Load job descriptions

Hi all.
I'm making a batch to load the job descriptions in the PP01 for each JOB "C" but it's a little dificult 'cause if i try to load a so very large text it loads it incomplete, so I wonder if there is a function to load a description for each job, I donn't know, may be passing as a parameters the ID of the job, the languaje and the text for example.
regards.

Hi Adrian,
<b>PTXT1002-TLINE</b>: Allows you to enter a long text description for an object. You can enter any number of lines.
<b>PTXT1002-TFORMAT</b>: Output format for each line of text. It is optional and can be left blank.
The tag column contains format keys which define the output formatting of the text or initiate control commands.You can also use the SAPSCRIPT commands here.
A format key defines the beginning of a new paragraph and its formatting.
Regards,
Suresh Datti

Similar Messages

  • Filter condition in ABAP Initial Load Job

    Hi,
       The ECC Initial Load JOb for IDM has been failing continuously because of 'Out of Memory' Exception
    Error Description - Unhandled Error in DSERuntime - Exception:java.lang.OutOfMemoryError
       All the FROM PASSES except the "ReadAbapUsers" pass has been running successfully. We believe this could be because of the huge number of Users and User-Role Assignments(2,61,000) present in ECC System.
       Hence we thought of breaking down this process(ReadAbapUsers) into smaller chunks.i.e., fetch all the users with loginuid starting with 1; then 2; then 3 and so on... But we are not sure of the way to implement this. Please suggest an alternative.
    Regrads,
    Joel

    Hi, I dont know if you have resolved this already or not.. but have you considered increasing the heap size ?
    -->
    Reading stuff from an ABAP system can return a lot entries. The  
    roles/entries are returned in one big lump of data, and the runtime needs to      
    have enough space on the heap for this.                                   
    Solution                                                                  
    The maximum heap size can be set in the dispatcher prop file.                                                                               
    Locate the the correct dispatcher prop file.                                                                               
    This file is a java properties file. It will be called                    
    "Dispatcher_Service_<dispatchername>.prop" i.e. if the dispatcher name    
    is "test", the file name will be "Dispatcher_Service_test.prop"                                                                               
    Locate the section                                                        
        additional Java options                                             
    Set the maximum heap size to the desired size.                            
    i.e To increase the maximum heap size to 512 Mb, set                      
    JAVAOPTIONS=-Xmx512M                                                                               
    You can set more than one java option here, but if you do so, you also    
    have to set                                                               
    MXDISPATCHER_EXECSTRING=1                                                                               
    Also note that increasing the heap size has a performance impact. We      
    therefore do not recommend doing this for the main dispatchers. Instead,  
    create a separate dispatcher for running large jobs, and do this change   
    only for this dispatcher.                                                                               
    See SAP Note 1347301

  • How Can I Run a SQL Loader Job from Schedular

    How Can I Run a SQL Loader Job from Schedular , So that It Runs every Day.

    Depends on a couple of factors.
    If you are on a UNIX platform, you can create a shell script and schedule it with cron.
    If you are on a Windows platform, you can create a batch file and schedule it with the Windows scheduler.
    Or, if you are on Oracle 9i or 10g, you could use the external table feature instead of SQL*Loader. Then you could write a stored procedure to process the external table and schedule it using the Oracle scheduler (DBMS_JOB). This would probably be my preference.

  • How to create a load job in Oracle 9i

    How do you create a basic load job in Oracle 9i? I'm really struggling with the syntax.
    This is what I have so far and its not working. I am a Microsoft SQL Jr. DBA, Oracle is not a strong point :/.
    Oracle9i Enterprise Edition Release 9.2.0.5.0 - Production
    VARIABLE jobno NUMBER
    BEGIN
       DBMS_JOB.SUBMIT(:jobno,
    'load data',
    'infile oracle.csv',
    'into TABLE HUB.PROVLKUP_LOAD_MATT',
    'fields terminated by "|"',
    'TRAILING NULLCOLS',
    '(PROV_NO,PROV_NAME,FIRST_NAME,MI,TITLE,ADDRESS,CITY,COUNTY,STATE,ZIP,PHONE1,PHONE2,SPECIALTY,TAX_ID,PROV_NETWORK,EFF_DATE,TERM_DATE,PROV_TYPE,DO_NOT_REFER,DNR_DATE,DO_NOT_USE,NOTES)',SYSDATE, 'SYSDATE + 1');
       COMMIT;
    END;I actually want this job to be only run by the DBMS_JOB.Run command and not on auto schedule. Is there a way not to include a run date?
    Edited by: 1007692 on May 23, 2013 11:38 AM
    Edited by: 1007692 on May 23, 2013 11:39 AM

    Welcome to the forum.
    Oracle 9i is a database version from the previous century.
    But:
    You can read about DBMS_JOB in the 9i documentation here:
    http://www.oracle.com/pls/db92/homepage
    Or do some searches on http://asktom.oracle.com
    Anyway: if you want the job to run once, then omit the interval...
    Oh, and don't forget to read {message:id=9360002} from the SQL and Pl/SQL FAQ here:
    SQL and PL/SQL FAQ
    Edited by: Hoek on May 23, 2013 8:09 PM

  • To dewangs. How to load all descriptions (lines) into a Vector?

    Thank You dewangs!
    I am confident that Your second advice to use Vector will solve my problem. But I have two more questions.
    Let say I have used BufferedReader(new FileReader(c:/java/MyText.txt)) to read from MyText.txt file. In this case, how to load all descriptions (lines) of this file into a Vector? And how to associate each line of MyText.txt as an element of the Vector?
    I am trying to do something, but no results.
    try{
    BufferedReader reader = new BufferedReader(new FileReader("c:/java/Applications/MyText.txt"));
    String str=reader.readLine();
    JList myList = new JList();
    StringTokenizer st = new StringTokenizer(str,"\n");
    Vector vr = new Vector(25);
    while(st.hasMoreTokens()){
    String nextToken = st.nextToken();
    vr.addElement(nextToken);
    myList.setListData(vr);
    TA1.setText(TA1.getText()+
    (String)myList.getSelectedValue());
    }catch(IOException evt) {};

    My suggestion is to create a new class that has a String (for your line of text) and an Image or ImageIcon for your picture. Store the instances of this class in the vector, and then add the appropriate part of the items in the vector to your list. Then you can just get the item in the vector corresponding the to index of the selected item in the list, cast it to your new class, and grab the String or the image as needed.

  • Uploading Job Description in an Infotype

    I just wanted to know how do i upload job description for a position in an infotype.
    Or if there is some other way to show a job description for each position in Org Structure.

    Dear Nidhi,
    You could use either LSMW Tool or Custom Program (BDC or BAPI).
    LSMW has the following Options:
    1. Direct Input
    2. Batch Input
    3. BAPI
    4. IDOC
    For information regarding LSMW steps visit the following link:
    /people/hema.rao/blog/2006/09/14/lsmw--step-by-step
    http://help.sap.com/bp_blv1500/BL_US/html/dataconv_lsmw.htm
    You could also develop a custom program using BDC or BAPI.
    Visit the following link:
    Re: sap general
    Where you would find more information regarding BDC and LSMW.
    Regards,
    Naveen.

  • GRC-IDM initial load job not enriching one system's privs

    Hi GRC Experts,
    We have integrated IDM 7.1 and GRC 5.3 and tested provisioning to one target system in DEV; this worked perfectly; when testing a similar configuration in Quality, we were setting up the system, and had to run the IDM-GRC Initial Load job in order to enrich the imported privileges for use with GRC AC 5.3; in the Quality system, instead of just connecting to 1 target system, we have connected to 5 ABAP systemes, ECC, PI, POSDM, BW & SRM; for some strange reason when performing the GRC-IDM Initial load job 4 of the target system's privileges get enriched, while the ECC system's privileges aren't getting enriched; I would say through random sampling all ECC profiles are getting enriched but none of the ECC privileges are getting enriched; why could this be happening? we've tried running the ECC Initial Load job  and then the GRC-IDM initial load job about 8-10 times but with no luck; the set of privileges we're investigating are still not enriched; we also ran the GRC CUP role load job, also selecting the option to over-write all existing roles in the system; via this method the CUP roles have been refreshed twice so far, but running the GRC-IDM initial load job even after refreshing the ECC system's privileges in CUP has had no effect whatsoever, all ECC privileges are still left to be enriched, but strangely enough the ECC Profiles have been enriched.
    Any clues as to why this could be happening? We've checked and re-checked and there is no filtering or delta being applied to any of the passes, so it really makes no sense. Is there something we should be doing apart from what we've already done? Would greatly appreciate your help with this!
    Thanks a lot in advance!
    Best regards,
    Sandeep

    What you could do is simply add the attributes by a background job to the privileges. This works fine in most cases. You need to be sure that GRC knows the role and then it is fine. The load only adds those 2 privileges and does nothing of any deeper complexity.
    MX_AC_ROLEID = <rolename>
    MX_APPLICATION_ID = <system name>

  • IRecruitment and Apple Safari doesn't display Job Description information

    Hi,
    We are a very large Mac OS X installed user base of eBusiness and have found an issue with iRecruitment rendering on Mac OS X with the Safari web browser. Going to iRecruitment > Jobs: Available Jobs > Vacancy ID should render:
    Job Title
    Organization Name
    Position Information
    Brief Description
    Detailed Description
    Job Requirements, etc.
    Right now, on various version of Safari, up to and including version 5.0.5, ONLY Job Title, Organization Name is rendered on the screen. Everything below Organization Name is blank. Position Information, etc. is completely blank. I have checked Google Chrome and Firefox and they render the page properly on Mac OS X. Safari is a certified browser for Mac OS X for eBusiness suite (and actually, Chrome and Firefox are not). Since all of our employees have Safari by default, I really need a solution. Is there something unique about the Jobs Description page?
    David

    What is your application release?
    Please see these docs.
    Recommended Browsers for Oracle E-Business Suite Release 12 [ID 389422.1]
    Recommended Browsers for Oracle E-Business Suite 11i [ID 285218.1]
    Mac Safari Browser Search Results Show The QTY Field As Only 1 Character Wide [ID 471876.1]
    Thanks,
    Hussein

  • Recruitment: Where to store job description???

    Hi,
    we're implementing the SAP recruitment solution (without e-recruiting) in SAP ECC 6 (without any EHP).
    We want to have the master data (vacancy, advertisment, job description) in SAP and publish it via WS to our corporate website which contains an application form.
    As far as I've seen now, it's only possible to store SAPScript text via SO10 for an advertisement (in transaction PBAW/PBAX).
    Is that correct?
    Can I use that to store formatted job descriptions in SAP?
    As far as I've seen, it's not possible to have bullet points on that.
    As the end user must be able to maintain those texts, SAPScript is probably not the best solution.
    Could we store some HTML text (maintained with a WYSIWYG editor) in SAP and link it to the advertisement via a Z table?
    Is there something available like that?
    How would you solve this issue?
    Thanks in advance!

    Hi Eddie,
    general ArchiveLink documentation:
    http://help.sap.com/saphelp_nw73/helpdata/en/4c/e65a717e173ec6e10000000a42189b/frameset.htm
    and you might check this blog post too:
    http://scn.sap.com/people/juanpablo.barcenas/blog/2010/09/29/archivelink-uploading-employee-photos
    Best Regards,
    Janos

  • Where to store Job Descriptions

    Hi all,
    I know we have HRP 1002, but what is the best place to store job descriptions so that we can use it to post for open recks, store the skills. From a bigger picture, what is the best place to store the job descriptions?

    Hi Sammer,
    Can you be more clear what is your clarification? Based on my understanding of you question the answer is, all descriptions of OM objects are stored in Table HRP1002. You can use T.Code: PO03 to maintain Job related infotypes.
    Regards
    Chandrashekar

  • Running a SQL Loaded Job from Schedular

    How Can I Run a SQL Loader Job from Schedular ,
    Message was edited by:
    jus

    The trick is to create a wrapper script that is referred to by the PROGRAM object with arguments. The wrapper should do the work.
    /usr/local/bin/do_sqlldr.sh:
    #!/usr/bin/env ksh
    # setup actions
    sqlldr control=...
    Don't forget to check who is the owner of $ORACLE_HOME/bin/extjob and that the owner is available.
    My question is how this can be fitted in an DTAP environment where Developement and Test environment are on the same server and have the same job definitions. Development and Test should use different datafile and logfile locations.
    regards,
    Ronald
    http://ronr.nl/unix-dba

  • Job Descriptions in OM

    Hi Gurus
    My client is asking for Job Descriptions in OM.
    If I am right they can be maintained in the Description Infotype of any object. Would this be the right guess? Or should I think in another way?
    My client has clearly defined positions, but he does not have jobs. How should I explain them?
    Suggestions please..points assured.
    Thanks in advance.
    Nivedita.

    Hi,
    Are more than one employees assigned to one position?
    If so, you can maintain job description in 1002 infotype for the position.
    If not, I would advise produce positions from jobs as maintenance of every single positions' description field would be cumbersome. In this case, maintain description infotype - 1002 of jobs and positions will get it automatically.
    Regards,
    Dilek
    Edited by: Dilek Ersoz on Jan 13, 2009 12:40 PM

  • Job description

    Hi,
    Is there a std functionality in SAP to hold the job description ?
    meaning is there any std Infotype to store job descriptions of the benchmark jobs.
    thanks in advance

    Is it possible to maintain job descriptions in multiple languages in infotype 1002?  For example, can you maintain the description for SAP job 50000001 in French, German and English?  If so, how do you change the language key to reflect a different language?  Currently it defaults to English and there is no way to change that.
    Thank you for your replies.
    Lori

  • Incorrect Job description in PA & OM

    Hi Guru's
    Wish you all a happy New year..
    I have an issue , i can see the incorrect job descriptionfor an terminated employee in 0001 new record and old record Ex : Old record Quality Analyst II new record(after termination) says Quality Analyst I.  client needs it to be  Q.A II
    As well as position description in 0001 it is showing QA II , and in 0000 its showing QAI ... 
    for 50032647 job description showing in V_t513s showing QAI (from 28/8/2007 till 31/12/9999)
    in pp01 50032647 job description showing QAII (from28/8/2008 till 31/12/9999)
    Help me gurus.....Thanks in advance
    Shan

    Because the position name is not stored on either PA0000 or PA0001, the system "looks up" the name associated with the position each time it displays one of these infotypes.  It uses the start date of the infotype to get the name.
    Look at the start date on Infotype 0000 and Infotype 0001 for the person.  Are they different start dates?
    Danialle

  • Job Pricing - Survey Job Description

    Does anyone know what table in ERP the survey job description field is stored?  This field describes the duties related to the survey job.  Our intent is to try and include this in the BW cubes.
    Thanks

    Isn't that related to the Survey Job Name?  Example my Survey Job Number is AHR020 and the survey job name is Benefits, which is in the LTEXT as you referenced.  What I am looking for is the actual job description of the job.  Such as the following . . . Thanks
    Supports general business operations by providing various administrative support activities.  Coordinates delivery of office and business support services either internally or through an outsourced service

Maybe you are looking for

  • SQL to register custom Interface

    Steps to register a custom interface are given below. 1) Assign iSetup super user role. 2) Create Function 3) Create Menu 4) Create Grant 5) Register Interface. Since it consumes good amount some time, it may not be required in development or UT envi

  • Libraries and Workspaces

    I'm trying to organize my InDesign CS4 libraries into workspaces (Eg. I use libraries 1-5 for 'Project Type A' and libraries 6-17 for 'Project Type B'). What I'm trying to do is set up one workspace for each project type - I've got panel location and

  • Chapter Selection on Movies

    Is the chapter selection feature available on all movies either rented or purchased from itunes?

  • 'Control Shockwave or SWF' Deprecated (CS4) – What is the new way of controlling a swf

    Hi I have been asked to insert some background music into a website with a simple on/off button.  Following the Adobe Help files I created a SWF file using flash and inserted it into a page and named it. This is working when uploaded but without any

  • Problem with warp text tool

    I have a text layer which I want to do some warping to. When I hit the warp text tool all the options are greyed out ??? Any help ? Incidentally, I tried to just transform warp it but no "handles" appear...