cancel
Showing results for 
Search instead for 
Did you mean: 

BAPI_ACTIVITYCRM_GETDETAILMULT Status GUID problem

Former Member
0 Kudos
93

Hi,

Can anyone tell me what is the link between the GUID and the REF_GUID of the status paramter?

CALL FUNCTION 'BAPI_ACTIVITYCRM_GETDETAILMULT'

TABLES

guid = lt_guid

header = lt_header

partner = lt_partner

organisation = lt_organization

date = lt_date

text = lt_text

reason = lt_reason

outcome = lt_outcome

status = lt_status

location = lt_location

listofrelations = lt_listofrelations

partobj_select = lt_partobj

return = lt_return

journal = lt_journal

documents = lt_documents

material = lt_material

extensionout = lt_extension.

I want to know how to relate lt_guid and GUID of lt_status.

Regards,

Subhashini

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Subhashini,

As far as I understand your query, the GUID for lt_guid and lt_status should be the same.

Regards,

Shyamak

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

this is the same guid.

Data in Status table comes from CRM_JEST table which is designed for an Individual Object Status.

Regards, Robert

Former Member
0 Kudos

Hi,

Please can someone update me in this question?

Regards,

Subhashini