0Job_attr

Hi There,
I was trying to extract master data 0job_attr.
when i scheduled the info package, i had a caller error, saying error occured in the source system.
then i tried to check the same in rsa3, and i have a message, error occured during extraction...
I saw similar posting here, but no answer for this question.  Please help, it's urgent.
Thanks
Joey

Does anyone know if 0job_attr is replaced by 0ec_cjob_attr?
the reason I am asking is they both have extract structure HRECM00BW_IO_CJOBGRP and both are using same function module HR_ECM_BW_GET_MASTER_DATA_JA.
But function module HR_ECM_BW_GET_MASTER_DATA_JA only checks for 0EC_CJOB_ATTR, never mention about 0JOB_ATTR?
I also try RSA3 to extract 0EC_CJOB_ATTR, but didn't get any result, so I am not sure if I should use 0EC_CJOB_ATTR instead of 0JOB_ATTR?
Here is the code from function module HR_ECM_BW_GET_MASTER_DATA_JA.
Check InfoObject validity supported update modes
    CASE i_chabasnm.
      WHEN  '0EC_CJOB_ATTR'.                          "0741054
        CASE i_updmode.
          WHEN sbiwa_c_updmode_full.
          WHEN OTHERS.
            IF 1 = 2. MESSAGE e011(r3) WITH i_updmode. ENDIF.
            log_write 'E'              "message type
                      'R3'             "message class
                      '011'            "message number
                      i_updmode        "message variable 1
                      ' '.             "message variable 2
            RAISE error_passed_to_mess_handler.
        ENDCASE.
      WHEN OTHERS.
        IF 1 = 2. MESSAGE e009(r3) WITH i_chabasnm. ENDIF.
        log_write 'E'                  "message type
                  'R3'                 "message class
                  '009'                "message number
                  i_chabasnm           "message variable 1
                  ' '.                 "message variable 2
        RAISE error_passed_to_mess_handler.
    ENDCASE.
Edited by: joey chow on Feb 14, 2008 3:56 PM
I look up OSS 0741054, in the correction section, it indicates to delete 0job_attr, and insert 0ec_cjob_attr, but there is no any note that mention 0job_attr is officially replaced by 0ec_cjob_attr?  Also, the biggest problem for me is I got 0 data when using 0ec_cjob_attr.  are they extract from different area? or I am missing some authorization?

Similar Messages

  • The extraction program does not support object 0JOB_ATTR

    HI all,
    I'm getting the following error when execting 0JOB_ATTR extractor in R/3 system (via RSA3):
    The extraction program does not support object 0JOB_ATTR
    Message no. R3009
    Diagnosis
    The application program for the extraction of data was called up using the invalid InfoSource/invalid InfoObject 0JOB_ATTR.
    System Response
    The data extraction is terminated.
    Procedure
    Check the SAP Support Portal for the appropriate Notes and create a customer message if necessary.
    I've found various threads with this error (or similar ones), but none of them are solved (or not published solution). Haven't found any SAP notes yet either, so any input would be very helpfull.
    Thank you.
    G.

    0JOB_ATTR not in use and SAP replaced this with 0EC_CJOB_ATTR... U have to use 0EC_CJOB_ATTR to load master data for 0JOB.
    Even i faced the same problem and found the following info in one of the SDN thread, and we are using 0EC_CJOB_ATTR (make sure u have data in table HRP5050).
    I have sent a message to SAP asking for the solution . Below is the reply what they gave.
    "This error appears because of naming conventions we have to switch the name of the Data Source from 0JOB_ATTR to 0EC_CJOB_ATTR. Please use this data source to extract the compensation job attributes to BW.
    Note also that data source 0EC_CJOB_ATTR extracts data from table HRP5050.
    If no data is being extracted please do the following:
    If you have data in HRP5050 and still do not get any data please try the following :
    1) Take over the Data Source from the business content (RSA5)again and check in RSA3 .
    2) Replicate the Data Source to BW
    3) Activate the Info Source again.
    4) Delete any previous delta initializations for the datasource.
    5) Initialize the delta again
    6) Try to load data".

  • How to use 0EC_CJOB_ATTR instead of 0JOB_ATTR  in 2004S ECC HR?

    Situation:
    We did some enhancement (addition of fields) to the datasource 0EC_CJOB_ATTR. All the changes made to  0EC_CJOB_ATTR appear in 0JOB_ATTR as well.
    1. But when trying to extract data in /nRSA3, 0JOB_ATTR is erroring out and 0EC_CJOB_ATTR does not give any data eventhough ECC maintains some data for some particular PERNRs. Is there any suggestion on what could be the reason?
    2. In the standard cubes like 0PA_C01, 0JOB is used as a characteristics. What is the process to use 0EC_CJOB instead of 0JOB so that we can use the standard cubes and associated queries without customization? Any thoughts?
    Thanks
    Raj

    HI experts,
    Any thoughts? We desparately need some direction!!!

  • How to use 0EC_CJOB_ATTR instead of 0JOB_ATTR  in 2004S ECC HR BI?

    Situation:
    We did some enhancement (addition of fields) to the datasource 0EC_CJOB_ATTR. All the changes made to  0EC_CJOB_ATTR appear in 0JOB_ATTR as well.
    1. But when trying to extract data in /nRSA3, 0JOB_ATTR is erroring out and 0EC_CJOB_ATTR does not give any data eventhough ECC maintains some data for some particular PERNRs. Is there any suggestion on what could be the reason?
    2. In the standard cubes like 0PA_C01, 0JOB is used as a characteristics. What is the process to use 0EC_CJOB instead of 0JOB so that we can use the standard cubes and associated queries without customization? Any thoughts?
    Thanks

    HI experts,
    Any thoughts? We desparately need some direction!!!

  • Datasource for HR 0JOB_ATTR

    Hi All,
    I am activating the datasource 0JOB_ATTR in R/3 and when checking in RSA3, its giving error stating " The application program for the extraction of data was called up using the invalid InfoSource/invalid InfoObject 0JOB_ATTR." Please help me as I am not able to loacate any OSS or help for the same.
    thanks in advance.

    0JOB_ATTR not in use and SAP replaced this with 0EC_CJOB_ATTR... U have to use 0EC_CJOB_ATTR to load master data for 0JOB.
    Even i faced the same problem and found the following info in one of the SDN thread, and we are using 0EC_CJOB_ATTR (make sure u have data in table HRP5050). 
    I have sent a message to SAP asking for the solution . Below is the reply what they gave.
    "This error appears because of naming conventions we have to switch the name of the Data Source from 0JOB_ATTR to 0EC_CJOB_ATTR. Please use this data source to extract the compensation job attributes to BW.
    Note also that data source 0EC_CJOB_ATTR extracts data from table HRP5050.
    If no data is being extracted please do the follwoing:
    If you have data in HRP5050 and still do not get any data please try the following :
    1) Take over the Data Source from the business content (RSA5)again and check in RSA3 .
    2) Replicate the Data Source to BW
    3) Activate the Info Source again.
    4) Delete any previous delta initializations for the datasource.
    5) Initialize the delta again
    6) Try to load data".
    Hope it helps.

  • Error occur during extraction

    Hi All,
    i am activate the bussiness content RSA5 : 0job_attr & ojob_text, but check in RSA6 warning error occur. check the data in RSA6 found : Errors occurred during the extraction.
    Check in log found that :The application program for the extraction of data was called up using
    the invalid InfoSource/invalid InfoObject 0JOB_ATTR.
    another error i am found : shortext medium text longtext non maintain language 'E'
    Regards
    Priya

    Hi,
    This problem is relted to HR Module ?
    RSA6 Delete the object. Again go to RSA5 bussiness content select 0JOB_ATTR ;> transfer datasource. before goto RSA5 , inform to the Functional consultant they maintain the shortext medium text longtext non maintain language 'E' for 0JOB_ATTR. becuse DE is maintain for the object before.
    Regards
    Sangram sutar

  • Error during Extraction in RSA3.

    Hi,
    I have activated the datasource 0JOB_ATTR in R3 site. I can see it in RSA6 but when I try to extract data from RSA3 it is giving an error message like : Errors occurred during the extraction..
    Any help on this highly appreciated..
    Regards
    Uday

    0JOB_ATTR not in use and SAP replaced this with 0EC_CJOB_ATTR... U have to use 0EC_CJOB_ATTR to load master data for 0JOB.
    Even i faced the same problem and found the following info in one of the SDN thread, and we are using 0EC_CJOB_ATTR (make sure u have data in table HRP5050).
    I have sent a message to SAP asking for the solution . Below is the reply what they gave.
    "This error appears because of naming conventions we have to switch the name of the Data Source from 0JOB_ATTR to 0EC_CJOB_ATTR. Please use this data source to extract the compensation job attributes to BW.
    Note also that data source 0EC_CJOB_ATTR extracts data from table HRP5050.
    If no data is being extracted please do the following:
    If you have data in HRP5050 and still do not get any data please try the following :
    1) Take over the Data Source from the business content (RSA5)again and check in RSA3 .
    2) Replicate the Data Source to BW
    3) Activate the Info Source again.
    4) Delete any previous delta initializations for the datasource.
    5) Initialize the delta again
    6) Try to load data".
    Hope it helps.

  • Errors occured during the Extraction.

    Hi Folks,
    I've transported Some of the HR data sources to the quality server,But when i check the data for 0HR_PT_2 DS in RSA3,I'm getting the message Errors occured during the Extraction.I checked for the details but nothing was there except Message No.RJ012.
    And the same thing was happening for 0JOB_ATTR. In the developement Server 0HR_PT_2 is fine showing 0 records,but the second had the same problem.

    Hi ,
    Look at following points
    1. ST22 dump
    2. Check whether underline table have any data or not
    3. Check the SP level whether it supports these DS
    4. cHECK WHether Errors occurred during the extraction, Message nos. RJ012 & R3009 debugging the datasource and see what is exact error.
    5. Extraction problem : RSA3 and in BW
    Thanks and regards
    Kiran

  • The extraction program does not support object 6BEREC_REP_CH_PERFORMANCE1

    Hai friends,
    I am pulling data from Oracle database to BW through UDConnect. When I check in RSA3 for the datasource 6BEREC_REP_CH_PERFORMANCE1, I get the following error:
    "The extraction program does not support object 6BEREC_REP_CH_PERFORMANCE1"
    What does it mean? Kindly help.
    Regards,
    Neha Solanki

    Hi,
    It's not Absolute version. It's obsolete version(means No more)
    This will help you:----
    The extraction program does not support object 0JOB_ATTR
    Regards,
    Suman

  • 0JOB Data Load Error

    Hi,
    I'm loading master data for 0HRPOSITION_ATTR. Load fails with error saying "Value '40002718 &' of attribtue 0JOB & does not exist for data record 105 & with the key 50000057".
    I have reloaded data for 0JOB_TEXT, still error exists. I activated 0JOB_ATTR in RSA5, when I check extractor in RSA3, I get an error "The application program for the extraction of data was called up using the invalid InfoSource/invalid InfoObject 0JOB_ATTR."
    How can I resolve this issue? Please suggest.
    Points will be rewarded.
    Thanks.

    Hi
    Firts go and delete the object from RSA6
    Now ask your HR Functional consultant to maintain the shortext, medium text, and longtext non maintain language 'E' for 0JOB_ATTR. The reason is  DE was the language maintain for the object earlier
    now go to RSA5 and activate and you know the rest!!!!!!!
    assign points if helpful
    kalyan

Maybe you are looking for

  • [SOLVED] (C) How do you store objects on the fly?

    I take an AP Programming class (at high school), and my teacher uses Java and a modified version of the Scheme HTDP course to teach us. I love Python for its simple effectiveness, and I love C for its power. I dislike Java, because as everyone knows,

  • Using mx:RemoteObject

    Hi There, I was trying "Daniel Harfleet's" sample example , where he is showing how to integrate Java and Flex using a simple RPC example. I followed the steps, but I am getting an error on the Server console. My Flex application is deployed on JBoss

  • Performance Point Services in Sharepoint 2010 getting annotations out of the databasse

    Hi, I have a requirement to put in a Reporting Services Report the comments\ annotations from a PPS score card. I see the annotations table in the database, but don't see how to connect the GUIDS in the annotations table to the scorecard name. Is the

  • Event booking entries created for failed payments

    We accept credit card payments on our event booking forms. In the event that the customer makes an error in entering their payment information, the page correctly detects the error and reports it. However, attempt is seen as a "failed payment" and an

  • For TDS Bank hallan not updated.

    Hi Expert, I have configured House Bank.As we know HB will create under co code level.But for my case while run J1INBANK (bank challan update) there is showing below error.But not able to understand why system is showing this?Please share your view r