In this post, I will try and describe everything you need to know about the SAP crmd_schedlin table. What it is, including what type of data it stores.
A list of fields which make up the table structure and on an S/4Hana System for CRMD_SCHEDLIN what does this table look like.
And what relationships it has with other SAP tables.
Also see here for example ABAP code to select data from CRMD_SCHEDLIN....Right lets get started!
Object Name: CRMD_SCHEDLIN
Dictionary Type: Transparent table
Description: Business Transaction Item - Schedule Line
Field | Data Element | Data Type | length (Dec) | Check table | Description | Conversion Routine | Domain Name | MemoryID | AppClass | SHLP | SHLP Field | ConvExit |
CLIENT | MANDT | CLNT | 3(0) | * | Client | MANDT | TEST | CRM | ||||
GUID | CRMT_SCHEDLIN_GUID | RAW | 16(0) | GUID for Schedule Line in Business Transaction | SYSUUID | CRM | ||||||
SCHEDLIN_NO | CRMT_SCHEDLIN_NO | NUMC | 4(0) | Schedule Line Number | CRM_SCHEDLIN_NO | CRM | ||||||
ITEM_GUID | CRMT_ITEM_GUID | RAW | 16(0) | Item GUID for a CRM Document | SYSUUID | CRM | ||||||
PARENT_SDLN_GUID | CRMT_SCHEDLIN_GUID | RAW | 16(0) | GUID for Schedule Line in Business Transaction | SYSUUID | CRM | ||||||
EVENT_TYPE_APPL | EV_TYPE_APPL | CHAR | 4(0) | Application: Date Type | EV_TYPE_APPL | CRM | ||||||
EVENT_TYPE | EV_TYPE | CHAR | 12(0) | Date Type | EV_TYPE | CRM | ||||||
FROM_FLAGFIXED | EV_FR_FLAGFIXED | CHAR | 1(0) | Flag Whether Start Time is Fixed | XFLAG | CRM | ||||||
TO_FLAGFIXED | EV_TO_FLAGFIXED | CHAR | 1(0) | Flag Whether End Time is Fixed | XFLAG | CRM | ||||||
QUANTITY | CRMT_SCHEDLIN_QUAN | QUAN | 13(3) | CRM Schedule Line Quantity | MENG13 | CRM | ||||||
SOURCE | CRMT_SCHEDLIN_SOURCE | CHAR | 1(0) | Source of Schedule Line | CRM_SCHEDLIN_SOURCE | CRM | ||||||
FROM_TIME | EV_FR_TIME | DEC | 15(0) | Start Time Stamp: Date | BCOS_TSTMP | CRM | ||||||
FROM_TIMEZONE | EV_FR_TIMEZONE | CHAR | 6(0) | * | Start Time Zone: Date | TZNZONE | CRM | |||||
TO_TIME | EV_TO_TIME | DEC | 15(0) | End Time Stamp: Date | BCOS_TSTMP | CRM | ||||||
TO_TIMEZONE | EV_TO_TIMEZONE | CHAR | 6(0) | * | End Time Zone: Date | TZNZONE | CRM | |||||
FROM_TIME_IO | TZTF_IO_FIELD | CHAR | 26(0) | Field for Date Input | TZTF_IO_FIELD | CRM | ||||||
SCHED_NO_EXT | CRMT_SCHED_NO_EXT | CHAR | 10(0) | External Schedule Line Number for Type ORDERED | CHAR10 | CRM |