Announcement:
wanna exchange links? contact me at sapchatroom@gmail.com.
Posted by
Admin at
Reply from Matt_Pymont on May 8 at 6:36 PM Hi Shehzad, The value of 0TCTIOBJNM (InfoObject) is determined by a routine in our solution. It is determined by the HR object type coming from ECC. The ABAP is as follows: * result value of the routine case COMM_STRUCTURE-HR_OBJTYPE. when 'O'. RESULT = 'ZORGUNIT'. when 'C'. RESULT = '0JOB'. when 'S'. RESULT = '0HRPOSITION'. when 'P'. RESULT = 'ZEMPLOYEE'. when 'Q'. RESULT = '0QUALIFICTN'. when 'QK'. RESULT = '0QUALIGROUP'. when 'BA'. RESULT = '0APPRAISAL'. when 'A'. RESULT = '0HRWORKCNTR'. when 'BK'. RESULT = '0AP_CRIT'. when 'BS'. RESULT = '0AP_SCHEME'. when 'E'. RESULT = '0EVENT'. when 'D'. RESULT = '0EVENTTYPE'. when 'L'. RESULT = '0EVENTGROUP'. when 'F'. RESULT = '0EVLOCATION'. when 'G'. RESULT = '0RESOU'. when 'R'. RESULT = '0RESTYPE'. when 'H'. RESULT = '0EXTPERS'. when 'U'. RESULT = '0EXTORG'. when others.RETURNCODE = 4. endcase. We have custom infoobjects for Org Unit and Employee. If you are using the standard infoobjects you will need to change them to 0ORGUNIT and 0EMPLOYEE. Good luck! Cheers, Matt
| | | ---------------Original Message--------------- From: Shehzad Sent: Wednesday, May 07, 2014 10:46 AM Subject: HCM Structural Authorization in BW Hi Experts, I am trying to load the data for authorizations from HCM in BW 7.0. I am using 0HR_PA_2 and 0HR_PA_3 extractors in order to pull the data from HCM in to 0TCA_DS01 and 0TCA_DS02 respectively. I am able to load the data for both DSO's (0TCA_DS01 and 0TCA_DS02). But when i try to generate the Hierarchy Authorization I am having error "Infoobject not available in version A" for "0TCTIOBJNM" field. My Transformation values for 0HR_PA_3 are: Data Source Fields Transformation Fields DateFrom (Star Date) = 0TCTADFROM DATE TO (End Date) = 0TCTADTO UNAME (User Name) = 0TCTUSERNM OTYPE (Object Type) BLANK OBJID (Object ID) BLANK HIENM (Hierarchy name) = 0TCTHIENM VERSION (Hierarchy version) = 0TCTHIEDATE In my transformation The "0TCTOBJNM" and some other fields listed below are not part of the data source.All these Transformation listed fields are part of 0TCA_DS02 and not coming from source. BLANK 0TCTIOBJNM BLANK 0TCTNIOBJNM BLANK 0TCTNODE BLANK 0TCTATYPE BLANK 0TCTACOMPM BLANK 0TCTTLEVEL BLANK 0TCTNDEF BLANK 0TCTOBJVERS = 'A' 0TCTSYSID = 'SYSTEM VALUE' how can i populate those fields into 0tca_ds02. Can anyone share your experience how can I fix this issue. I followed these templates provided by SAP. http://help.sap.com/saphelp_nw70ehp2/helpdata/en/4 6/8bbe3b38fc429ee10000000a1553f7/content.htm http://help.sap.com/saphelp_nw70ehp2/helpdata/en/4 6/8bbd2738fc429ee10000000a1553f7/content.htm Thanks, Shehzad | | Reply to this email to post your response. __.____._ | _.____.__ |