Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

inputs for RHPD_INSERT_COMPETENCY fm

Former Member
0 Likes
1,053

HI all,

I have a requirement in which i need to create Qualifications for the employee. So i used "RHPD_INSERT_COMPETENCY" FM for creating qualifications.

This FM asks the GUID and PARENT value.

What these GUID and PARENT represent?. From which table i can retrieve the value for these 2 parameter and assign it to this FM.

Could anyone knidly help me out in this..

Regards,

Shanthi

8 REPLIES 8
Read only

Former Member
0 Likes
1,004

Hi Santhi,

guid field is having in many tables.GUID: Globally Unique Identifier...

There some tables below.

DFKKREPMH

DFKKREPAP,etc...

I Hope this will help u.

Regards,

Venkat.

Read only

viquar_iqbal
Active Contributor
0 Likes
1,004

Hi

check this table

T777GUID1 its a table for HR: Global Object ID for HR Objects

here you would find a few gui ids

Read only

0 Likes
1,004

Hi,

i already tried using the GUID from this table. Its not working. Returning errors.

My requirement here is, i have an object (qualification group ) of type (QK). Now for this object, i have to retrive the GUID value. From where i can get the GUID value for this object (quali. group).

Pls help me...

Regards,

Shanthi

Read only

Former Member
0 Likes
1,004

Hi Santhi,

GUID CHAR 32 0 HR: Globally Unique Identifier

Tables :

HRGUIDKEY-----HR: Object Key with GUID

Thanks & regards,

Dileep .C

Read only

0 Likes
1,004

Hi shanthi,

also check this,

DATA: l_guidobj TYPE hrguidkey.

l_guidobj-guid = parent.

CALL FUNCTION 'HR_GUID_TO_OBJECT'

EXPORTING

create_guid = ' '

CHANGING

guidobj = l_guidobj

EXCEPTIONS

guid_is_initial = 1

guid_not_found = 2

guid_deleted = 3

key_creation_failed = 4

OTHERS = 5.

Thank & Regards

Dileep .C

Read only

0 Likes
1,004

Hi,

HRGUIDKEY - This is a structure. Not a table..

Pls help me...

Edited by: Shanthi on Feb 18, 2009 7:25 AM

Read only

0 Likes
1,004

Hi,

Regarding the tables that contain GUID

1. crmd_orderadm_h

2. crmd_orderadm_i

Regards,

Venkat.

Read only

0 Likes
1,004

Hi Santhi,

These are the only tables available in the SAP for what you are asking....

here is Tables & description, below to that your field, next again table & so...on.......

CGPL_R3_ATTRIBUT R/3 Interface: Attributes of R/3 Shadow Objects

GUID Globally Unique Identifier

CPED_KNUMVTOGUID CPE Caller - Mapping KNUMV and Document Item to GUID

DOCITEM_GUID Globally Unique Identifier

DNOD_NOTIF_TA Notification: Data for Task Planning

PO_GUID Globally Unique Identifier

IBEXTINST IB: Instance Number for External Display

EXT_INST_ID Globally Unique Identifier

PDS_COMP Component Data for PDS

GUID_COMP Globally Unique Identifier

GUID Globally Unique Identifier

PDS_HEADER Header Data for PDS with Changes

GUID Globally Unique Identifier

PDS_KEY Key Table for PDS Data from PDS Maintenance

GUID Globally Unique Identifier

PDS_OPER PDS Data for Operations and Dependent Data

GUID_OPER Globally Unique Identifier

GUID Globally Unique Identifier

POGT_ARGUMENT Additional Arguments

GUARD_ID Globally Unique Identifier

POGT_POS_GUARD Lock Objects

GUARD_ID Globally Unique Identifier

PPFTTRIGG PPF: Actions

STARTCOND Globally Unique Identifier

STARTCONT Globally Unique Identifier

PPFTTRIGG PPF: Actions

STARTCOND Globally Unique Identifier

STARTCONT Globally Unique Identifier

PPFTTRTM2 PPF: Action Template Table (Transportable)

STARTCOND Globally Unique Identifier

STARTCONT Globally Unique Identifier

PPFTTRTMP PPF: Action Template Table

STARTCONT Globally Unique Identifier

STARTCOND Globally Unique Identifier

SMYOTREE MyObjects Together with Hierarchy

GUID Globally Unique Identifier

UAP_FAVORITES User-Specific Settings

PROXY_ID Globally Unique Identifier

VTB_WEB_SUSER FTR Web: Service Users

GUID Globally Unique Identifier

Thanks & regards.

Dileep .C