PP02: Create Qualification Management (infotype 1055) record for a job

Hi Experts,
I would like to create Infotype 1055 records via PP02 for a job (Otype: C). I'm able to create Object type 'Qualification' and Object id 'XXXXXXXX'. There is another field Proficiency which is disabled. But we do want to maintain Proficiency at this point.
When I checked the code behind the screen, I found that this field is enabled for input only when the OTYPE is 'QB' (Qualification Block).
How do I enable this in order to maintain it. Any user exit/config setting to enable it would be highly appreciated.
Regards,
Ramesh

Suresh/Om, Thanks for the quick replies. My screen MP105500 (screen 2000) is not available in T588M. So I thought I cannot use this method.
Gary, I do not want to use PPPM as it is difficult to manage it via BDC or LSMW and the most important thing is that PPPM creates relationships but I want to create entries in HRP1055.
Any other ideas/thoughts ? My first thoughts are to use an enhancement. But couldn't find one.

Similar Messages

  • Create BDC recording for position,job,role

    hi all,
    i want to create BDC recording for position,job,role . what is the transaction for creating postion,job, role?/??
    and i have to check wheather for one job , role is there or not? if not i have to create that role.. similiarly i have to check for position that there is corresponding job is there or not.. if not i have to create the job???
    how would i do that??
    thanks
    SAchin

    Hi Sachin,
    1) Creating BDC is an ABAP-ers job and being functional its not ur responsibility. If u really want to do that then u can do it through T.Code - SHDB.
             While creating BDC for Position u have to go through T.Cdoe - SHDB and in that give PP01 in the TRANSACTION CODE feild. Then go on for recording.  After that ask the help of an ABAP-er.
    2) To Check if a POSITION or a JOB is there, then Go to T.Code - PP01, under Obj Abbr. feild put S for POSITION and C for JOB and press enter after entering the POSITION and JOB id. U'll get the result. OK
    3) To check for ROLE, u have go to T.Code - PFCG and there check for the particular ROLE u r looking for. Here in this T.Code u can actually create, change and delete the ROLES.OK
    Hope this helps,
    ARNAV...

  • Infotype s record for one employee

    Hi ALl,
    How we can find out all the infotypes maintained for one emplooyee in single screen,,(Not PA30)
    I mean a table / report
    SD

    Hi,
    Report RPLINFC0 (Infotype overview for employee) will help you in doing this. The report is most useful when you need a quick summary of an individual employee's master data. Also, the TCode PC00_M02_LINF0 may be useful.
    Best Regards,
    Venkat.

  • FM or BAPI for creating/deleting condition records for an output type

    Hi all,
               what is the FM or BAPI for creating and deleting the condition records for a Z(custom) output type.

    You can use trasaction SXDA_TOOLS.....
    object type BUS3003
    program type BINP
    program/method RM06IBI0
    but the fields must be sequentially written in the txt, with every space inclusive....

  • FM to create Qualification

    Hi
    I am trying to create qualification in Infotype 0024 for a person. I tried using FM <b>"HR_INFOTYPE_OPERATION"</b>. But saying complex error occured. is this the FM to create qualification or some other FM is there. please suggest. Also i cant see any records in PA0024 table for the entries created manually in PA30.
    Regards
    Anandan

    You don't see them in PA0024  b'coz Quals are PD Objects & the 0024 records of an employee get saved as B032 Relationships in HRP1001 Table. This is the reason you cannot use HR_INFOTYPE_OPERATION to upload quals into infotype 0024. Instead, you can use the BAPI call BAPI_QUALIPROF_CHANGE in a custom Program. Pass the employee number in SOBID & the Qualifications to be loaded in the itab PROFILE_ADD. Pl take a look at the function call QUALI_PROFILE_SAVE.
    ~Suresh

  • Insert new Master Data Record for an InfoObject using a Function Module

    Hi @ all,
    is there any Function Module for creating a new master data record for an InfoObject? Implementing a FM for inserting a master data record into a master data table is done quickly. I think there will be problems with inconsistency implementing a FM using a simple "Insert" Statement. Isn´t it?
    I know it is possible to maintain an InfoObject in RSA1 (Master data IO> right click>Maintain Master data>execute(F8)> ...) but I have another requirement for using a FM.
    Thanks!
    Regards,
    Johannes

    use this
    RSNDI_MD_ATTRIBUTES_UPDATE

  • Multiple IT1005 for one job

    Can we have multiple planned compensation (IT1005) records for one job within the same country? The standard SAP has the time constraint as "3" for IT1005 and that means that it can have multiple records with the same dates. We want to use different pay structures for various positions attached to the same job. How is it going to affect the sub-modules in ECM like Job Pricing where the Job Evaluation/Survey are going to be used based on the same jobs/planned comp records.
    What is the best practice in this regard, generally in US and other countries?

    Hi,
    Yes you can use.
    Regards,
    Kapil

  • FM for Background JOB

    Hi,
    Is there any FM in which I can get the latest successful background job details(startdate& time and end date& time) by passing backgroud Job name as an import paramter to FM.
    Otherwise one simple select query to fetch the latest job details from TBTCO table directly?
    I dont want all the records for that job to be fetched from TBTCP into another internal table and sort it descendingly and get the first record.
    Thanks in adv,points for sure.
    Thanks,
    Ponraj.s.

    Hi,
    U can use like below:
    data : lv_jobcount  TYPE tbtco-jobcount.
    First get the max jobcont from TBTCO
    select max( jobcount ) from tbtco into lv_jobcount
                                     where jobname = jobname.
    Get the required start date, time, for the above Jobcount & Jobanme from TBTCO
    IF sy-subrc EQ 0.
      select single * from tbtco where jobname = jobname
                                               and jobcount = lv_jobcount.
    ENDIF.
    Hope it helps!!
    Rgds,
    Pavan

  • Postings in SAP HR for creating delta records for Time Management

    Hi Experts,
                      I am trying to test delta load for SAP HR Time Management Datasources. I am fairly new to SAP HR and need some help.
    Where do we create postings in  SAP HR for creating delta records which can be imported to BW. This is for the data sources 0HR_PT_1 and 0HR_PT_2.
                   Any help is appreciated. Will assign full points
    Regards
    Sunil Kumar.

    Hi,
    In order to test the above data sources you need to have some employee enter his time details or change the entered time details.  That will create some delta records for the planned or actual times.  CAT2 transaction should help entering the time details in SAP. 
    Hope it helps.

  • Log records for PA infotype updates

    Hi folks,
    I have a question related to the working of how the logs gets created when an infotype record is updated. Here is the scenario: I updated an action for an employee record in action infotype through PA40 and using an upload BDC program, the process took me through screens updating infotypes 0,1,2,7,8 and 19 to complete the action process.The changes are recorded in these tables. However when I checked to see the log records, a log record was created only for infotype 0.  Also I did verify that all these infotypes are entered in V_t585A, V_t585b and v_t585C to create logs.
    My question is: why the log records was not created for other infotypes inspite of defining these infotypes in the log maintainence tables? I am trying to understand this log creation process because most of our processes is directly dependant on it and poses problems .
    Any kind of help is really appreciated.
    Thanks in advance.
    SK

    It is a standard setting. The infotypes, their field groups and field group charcterstics are defined in V_T585A, V_T585B and V_T585C. I believe the end users are missing some process. Because it started to happen since a week or so. The same program was picking the records fine earlier and it has not changed.
    I do not know what kind of process they follow. what changed now? Since I am the only SAP guy out here, got to find it out.
    They are using PA30/PA40 to enroll and the web application. Both these records did not create the log data. The reocrds went through to SAP.
    Could there be any step they might be missing?
    Thanks for the quick reply,
    SK

  • Create infotype 0105 records

    Hi All,
    I am trying to use HR_MAINTAIN_MASTERDATA to create IT 0105 records for 2 subtypes namely '0010' for e-mail and '9000' for external id.
    I am able to create a record for both by populating the PROPOSED_VALUES table and passing it to the FM.
    But when I check the infotype, I see that the e-mail address for the subty '0010' is stored in the USRID field and not the USRID_LONG field. I tried different things but havent been able to figure out how I can populate the value in the USRID_LONG field instead of USRID field.
    this is how i am populating the PROPOSED_VALUES table
    p0105   p0105-begda  '20080603'  '01'
    p0105   p0105-endda  '99991231'  '01'
    p0105   p0105-usrty  '0010'  '01'
    p0105   p0105-usrid  'abc@ yahoo dot com'  '01'
    NOTE: when i use USRID_LONG above, the FM returns an error message saying 'Required fields missing'.
    p0105   p0105-begda  '20080603'  '02'
    p0105   p0105-endda  '99991231'  '02'
    p0105   p0105-usrty  '9000'  '02'
    p0105   p0105-usrid  'ABC'  '02'
    I tried using HR_INFOTYPE_OPERATION and no luck there either.
    All your suggestions are greatly appreciated.
    Thanks!
    Sandeep

    Hi Pradeep,
    I did what you mentioned and it still does not work.
    When a hiring action is carried out through PA40, the e-mail id is stored in USRID_LONG field when a value is entered (as expected).
    But when I try to create a record using the function module that is when the problem occurs.
    Any other suggestions are greatly appreciated.
    Thanks!
    Sandeep

  • How to create the custom infotypes in Campus Management

    Hi,
    Please help me how to create the custom infotypes in campus management.
    Thanks,
    Lakshmi.

    Hi,
    Steps to create a HR Infotype:
    1) Go to Transaction PM01.
    2) Enter the custom Infotype number which you want to create (Should be a 4 digit number, start with 9).
    3) Select the 'Employee Infotype' radio button.
    4) Select the 'PS Structure Infotype'.
    5) Click on Create... A separate table maintenance window appears...
    6) Create a PS structure with all the fields you want on the Infotype
    7) Save and Activate the PS structure
    8) Go back to the initial screen of PM01.
    9) Click on 'All' push button. It takes a few moments.
    10) Click on 'Technical Characteristics'. Infotype list screen appears
    11) Click on 'Change'(pencil) button
    12) Select your Infotype and click on 'Detail' (magnifying glass) button
    13) Give 'T591A' as subtype table
    14) Give 'T591S' as subtype txt tab
    15) Give your subtype field as subtype field
    16) Save and come back to PM01 initial screen
    17) Click on 'Infotype Characteristics' ... Infotype list screen appears
    18) Click on 'Change' (pencil) button
    19) Click on 'New Entries'
    20) Enter your Infotype number and short text
    21) Here we have to set different Infotype Characteristics as per the requirement. (Better open another session with some standard Infotype's infotype characteristics screen and use as the reference to fill yours)
    22) Save your entries.
    23) Now the Infotype is created and ready to use.
    24) If you want to change the layout of the Infotype as per your requirement...
    25) In the PM01 initial screen...Select 'Screen' radio button and give 2000 as the screen name, then click on edit.
    26) In the next screen.. Select 'Layout Editor' and click 'Change'.
    27) Screen default layout appears...here you can design/modify the screen..change the attributes of the fields..etc.
    28) Save and activate. (Don't forget to 'Activate at every level)
    Subtype Creation :
    Transaction PM01 Goto Subtype Characteristics. Click on Append and then subtype. Enter the name and description of subtype on screen.
    Then goto technical Characteristics and maintain the details of subtype there. I.e name of subtype i.e. component name defined in PSnnnn. Subtype table is T591A.
    Subty.text tab is T591S and time const tab is T591A.
    See:
    http://help.sap.com/saphelp_46c/helpdata/en/4f/d5268a575e11d189270000e8322f96/content.htm
    HR related site:
    http://www.sapdevelopment.co.uk/hr/hrhome.htm
    Enhancement of Infotype
    Check the following
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/PAXX/PYINT_INFOTYP.pdf
    Infotype Enhancement overview screen
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/60a7586d-edd9-2910-68a8-8204303835a1
    Cheers,
    vasavi.
    kindly reward if helpful.

  • How can I create a new E-mail address for the Marketing Manager

    Hullo,
    how can I create a new E-mail address for the Marketing Manager (i.e. marketing professional role in SAP CRM) please.
    That when you go and create a new E-mail campaign you need to choose an E-mail form in addition to the E-mail address of the Marketing Manager.
    Kind Regards.

    Hi Alhussien
    Add it to his Position in the Organisational Model. Transaction PPOMA_CRM.
    Under there address section is an option to populate the email address.
    Regards
    Arden

  • Create Quality Management view for a Material in background mode

    I want to know if there is a way to create a Quality Management View (Quality Management tab) on Material Master (material already extended to plant ) in background mode.
    The requirement is to add inspection setup data for a material extended to a particular plant in background. I tried using 'BAPI_MATINSPCTRL_SAVEREPLICA' to add the data and it works perfect as required. Now the problem is this BAPI is creating the inspection setup data only for the material which has QM tab in MM02 for e.g. I manually created the inspection setup for a Material from MM01 and then deleted it , now the BAPI works fine for this material because when I created an inspection setup from MM01 it created the QM tab and after i deleted the entry the tab was still there with no entry in inspection setup.
    I want to create inspection setup for a material which does not have QM tab.
    I have to create everything is background mode. BDC is one option which I am list interested in.
    Thank you for helping in advance.

    Thank you for looking into my issue. I have to do the inspection setup in background without using any front end transaction.

  • How to create a record for table PLAF with order type 'NB'.

    How to create a record for table PLAF with order type 'NB'(standard purchase order).
    who can tell me the T-code or some usefull information?
    Thanks.

    Hi
    This will be updated automatically when generate planned orders thru MRP. (MD02)
    regards
    Srinivas

Maybe you are looking for

  • Create PDF document from Word with hyperlink index entries

    Hello, I'm having a MS Word 2010 document with a content and index directory, both directories were created with the official Word functions and their page numbers are updated automatically. If I convert this document to a PDF file with Acrobat 9 Pro

  • How is to replace iphone 6 plus screen in Canada

    i bought my phone about 10 days ago and my son of 2 years old dropped it, now the phone has a crack on it even though it was in a case. Can Apple do anything about it if not how much will it be to get the screen replaced in Canada. Thank you.

  • Airport extreme with windows service pack 2

    I have just recently bought a macbook pro laptop, & have been corresponding with a forum member about a wireless setup. I want to have a wireless set up with a PC desktop with windows xp home service pack 2 that is stationed in the kitchen. This was

  • JApplet quitting too early

    Hello. I have a JApplet that exchanges information with a remote server via an ObjectOutputStream (which wraps an HTTP URLConnection). When the applet is shut down, my applet must notify the servlet that the applet is shutting down. My applet has cod

  • (re)Enable iCalendar ability to execute AppleScript

    Hi there fellow early adopters of ML (i'm talking to those who wait the final release and never installed ML DP). I were using tons of AppleScript with Calendar ability to run script. Is there any way to recover this ability in Mountain Lion ? Thanks