Question:
Hi SAPFans!
I'm searching for the database table in which the date and time fields from the activity transaction are saved.
Can anyone please help me?!
I'm looking for the screen fields:
CRMT_7011_ACTIVITY_FOREIGN_UI-DATE_FROM
CRMT_7011_ACTIVITY_FOREIGN_UI-TIME_FROM
CRMT_7011_ACTIVITY_FOREIGN_UI-DATE_TO
CRMT_7011_ACTIVITY_FOREIGN_UI-TIME_TO
How is the "linking"?
Can i use GUID from CRMD_ORDERADM_H to select the desired information?`
Kind regards,
Peter
Answer:
Hi!
I am not sure, because at the moment I do not have access to a CRM system, but possibly you can find the entries in the table CRMD_ACTIVITY_H.
lg EsAaPe
Answer:
Hi
the dates are stored in table SCAPPTSEG. This table is linked with table CRMD_ORDERADM_H through table CRMD_LINK (objtype_set = 30).
Raoul