SAP /DSD/SL_CL_CONST OO Class - DSD Route Settlement: General Constant Definition
/DSD/SL_CL_CONST is a standard SAP object class available within R/3 SAP systems depending on your version and release level. You can view/maintain the class details by entering its name into the relevant SAP transactions such as SE24, SE80 or even SE84. Below is the documentation available for class /DSD/SL_CL_CONST including details of:
- Interface class implementations
- Inheritance details
- Methods defined within class ( including link to full details )
- Attributes ( including initial values )
- Class Events
Method list of /DSD/SL_CL_CONST SAP class
A method is a coding block that performs a certain procedure (i.e. ABAP functionality) on an object within the overall SAP class. In simple terms if the object is an SAP database table a method could be the procedure to add a record or to delete a record. If you are new to OO in many respects, the implementation of a method is similar to a function module and can be called in a very similar way using CALL METHOD.
Instead of "CALL FUNCTION", Methods are referenced using the following syntax: CALL METHOD =>methodname EXPORTING/IMPORTING...
| Method Name | Description | Visability |
/DSD/SL_CL_CONST attributes
List of attributes within class CL_ABAP_CHAR_UTILITIES. These can be referenced using the following syntax CL_ABAP_CHAR_UTILITIES=>. Although depending on where you are inserting the ABAP code you do need to check if the attribute is public or private.
| Name | Level | Description | Initial Value | Type | Visability |
| ATTYP_DISPLAY | Constant | Article Type Display | '12' | LIKE ATTYP | Public |
| ATTYP_LOT | Constant | Article Type Lot | '11' | LIKE ATTYP | Public |
| ATTYP_SET | Constant | Article Type Set | '10' | LIKE ATTYP | Public |
| BADI_NAME_DIFFCHECK | Constant | Business Add-In Definition | '/DSD/SLD_DIFF_CHECK' | LIKE EXIT_DEF | Public |
| BAL_SUBOBJ_FSR | Constant | Application Log: Subobject Final Settlement Run | 'FSR' | LIKE BALSUBOBJ | Public |
| CHECKIN | Constant | Direction - Check-Out or Check-In | '2' | LIKE /DSD/HH_COCI_DIRECT | Public |
| CHECKIN_USAGE_NR | Constant | DSD Purpose for Number Range Intervals | '0002' | LIKE /DSD/SL_NRIV_VERWENDUNG | Public |
| CHECKOUT | Constant | DSD - RA: Direction - Check-Out or Check-In | '1' | LIKE /DSD/HH_COCI_DIRECT | Public |
| CHECKOUT_USAGE_NR | Constant | DSD Purpose for Number Range Intervals | '0001' | LIKE /DSD/SL_NRIV_VERWENDUNG | Public |
| CL_AMNT_CRED_OK | Constant | DSD - RA: Customer Visit Clearing Status | 'CC' | LIKE /DSD/HH_CLEARSTAT | Public |
| CL_AMNT_DEB_OK | Constant | DSD - RA: Customer Visit Clearing Status | 'CI' | LIKE /DSD/HH_CLEARSTAT | Public |
| CL_AMNT_DIFFERENCE | Constant | DSD - RA: Customer Visit Clearing Status | 'ND' | LIKE /DSD/HH_CLEARSTAT | Public |
| CL_APPL_CLEAR_SOBJ | Constant | Application log: Object name (Application code) | 'CLEARING' | LIKE BALSUBOBJ | Public |
| CL_CLEARING_DONE | Constant | DSD - RA: Customer Visit Clearing Status | 'CD' | LIKE /DSD/HH_CLEARSTAT | Public |
| CL_CLEARING_POSSIBLE | Constant | DSD - RA: Customer Visit Clearing Status | 'CP' | LIKE /DSD/HH_CLEARSTAT | Public |
| CL_DIFF_COMPCODE | Constant | DSD - RA: Customer Visit Clearing Status | 'NC' | LIKE /DSD/HH_CLEARSTAT | Public |
| CL_DIFF_CUSTOMER | Constant | DSD - RA: Customer Visit Clearing Status | 'NK' | LIKE /DSD/HH_CLEARSTAT | Public |
| CL_DIFF_FISCYEAR | Constant | DSD - RA: Customer Visit Clearing Status | 'NY' | LIKE /DSD/HH_CLEARSTAT | Public |
| CL_OI_MISSING | Constant | DSD - RA: Customer Visit Clearing Status | 'NE' | LIKE /DSD/HH_CLEARSTAT | Public |
| CL_PMTTYP_CASH | Constant | Payment Method 'Cash' | 'CA' | LIKE /DSD/HH_PAYMT | Public |
| CL_PMTTYP_CHEQUE | Constant | Payment Method 'Check' | 'CH' | LIKE /DSD/HH_PAYMT | Public |
| CL_PMTTYP_CREDITCARD | Constant | Payment Method 'Credit Card' | 'CC' | LIKE /DSD/HH_PAYMT | Public |
| CL_SD_DELIVERY | Constant | Subsequent Sales Document Type: Outbound Delivery | 'J' | LIKE VBTYP_N | Public |
| CL_SD_INBOUND_DEL | Constant | Subsequent Sales Document Type: Inbound Delivery | '7' | LIKE VBTYP_N | Public |
| CL_SD_INVOICE | Constant | Subsequent Sales Document Type: Invoice | 'M' | LIKE VBTYP_N | Public |
| CL_SD_ORDER | Constant | Subsequent Sales Document Type: Sales Order | 'C' | LIKE VBTYP_N | Public |
| CL_SD_ORDER_WO_CHARGE | Constant | Subsequent Sales Document Type | 'I' | LIKE VBTYP_N | Public |
| CL_SD_RETURN_DELIVERY | Constant | Subsequent Sales Document Type: Return Delivery | 'T' | LIKE VBTYP_N | Public |
| CL_SD_RETURN_ORDER | Constant | Subsequent Sales Document Type | 'H' | LIKE VBTYP_N | Public |
| COCI_NUMBER_RANGE_OBJECT | Constant | Number Range Object for Check ID | '/DSD/SLCOC' | LIKE NROBJ | Public |
| DELFUL_NUMBER_FIELD | Constant | ALV Control: Field Name of Internal Table Field | 'HH_DELVRY' | LIKE LVC_FNAME | Public |
| DELFUL_NUMBER_RANGE_OBJECT | Constant | Number Range Object for DSD Delivery Execution | '/DSD/SLDEL' | LIKE NROBJ | Public |
| DELIVERY | Constant | DSD - RA: Delivery Execution Document type | '10' | LIKE /DSD/HH_DEL_DOCTYP | Public |
| DELIVERY_STATUS_DONE | Constant | Global Goods Movement Status: Completely Processed | 'C' | LIKE WBSTK | Public |
| DELIVERY_STATUS_DUE | Constant | Global Goods Movement Status: To Be Processed | 'AB' | LIKE /DSD/SL_CHAR2 | Public |
| DELIVERY_STATUS_NOT_RELEVANT | Constant | Global Goods Movement Status: Not Relevant | SPACE | LIKE WBSTK | Public |
| DELIVERY_STATUS_NOT_YET | Constant | Global Goods Movement Status: Not Yet Processed | 'A' | LIKE WBSTK | Public |
| DELIVERY_STATUS_PARTIAL | Constant | Global Goods Movement Status: Partially Processed | 'B' | LIKE WBSTK | Public |
| DELIVERY_USAGE_NR | Constant | DSD Purpose for Number Range Intervals | '0003' | LIKE /DSD/SL_NRIV_VERWENDUNG | Public |
| DOC_TYPE_TRANSPORT | Constant | DSD - RA: Tour Document Type | '10' | LIKE /DSD/HH_DOC_TYP | Public |
| DOC_TYPE_VISITLIST | Constant | DSD - RA: Tour Document Type | '20' | LIKE /DSD/HH_DOC_TYP | Public |
| EARNING | Constant | DSD - RA: Receipts/Expenditures Indicator | '1' | LIKE /DSD/HH_CSH_TYP | Public |
| EXPENSE | Constant | DSD - RA: Receipts/Expenditures Indicator | '2' | LIKE /DSD/HH_CSH_TYP | Public |
| EXT_INVOICE_USAGE_NR | Constant | DSD Purpose for Number Range Intervals | '0005' | LIKE /DSD/SL_NRIV_VERWENDUNG | Public |
| FKREL_ORDER_RELATED | Constant | Invoice Relevance: Order-Specific | 'BCFGI' | LIKE CHAR5 | Public |
| FROM_INVOICE | Constant | FI reference number | 'E' | LIKE XBLNR_FI | Public |
| FSR_ADDR_ORIG_DOC_CHG | Constant | Origin of an address | 'B' | LIKE ADDR_ORIGIN | Public |
| FSR_ADDR_ORIG_DOC_NOCHG | Constant | Origin of an address | 'C' | LIKE ADDR_ORIGIN | Public |
| FSR_ADDR_ORIG_MASTER_DATA | Constant | Origin of an address | 'A' | LIKE ADDR_ORIGIN | Public |
| FSR_BOM_EXPLOSION_NO | Constant | Do Not Explode BOMs | '1' | LIKE /DSD/SL_DO_BOM_EXPLOSION | Public |
| FSR_BOM_EXPLOSION_YES | Constant | Explode BOMs in One Step Acc. to Master Data | SPACE | LIKE /DSD/SL_DO_BOM_EXPLOSION | Public |
| FSR_COND_SOURCE_HEADER | Constant | DSD Final Settlement Run: Bill.Doc., ID for Header Condition | 'D' | LIKE CHAR1 | Public |
| FSR_CSTATYPE_CHIN_DOC | Constant | DSD Final Settlement Run: Transaction - Returns Loading Note | '12' | LIKE /DSD/SL_CS_TA_TYPE | Public |
| FSR_CSTATYPE_CI_BIT_CRED | Constant | DSD Route Settlement: Customer Sales Transaction Type | '16' | LIKE /DSD/SL_CS_TA_TYPE | Public |
| FSR_CSTATYPE_CI_BIT_DEB | Constant | DSD Route Settlement: Customer Sales Transaction Type | '15' | LIKE /DSD/SL_CS_TA_TYPE | Public |
| FSR_CSTATYPE_CO_BIT_CRED | Constant | DSD Route Settlement: Customer Sales Transaction Type | '18' | LIKE /DSD/SL_CS_TA_TYPE | Public |
| FSR_CSTATYPE_CO_BIT_DEB | Constant | DSD Route Settlement: Customer Sales Transaction Type | '17' | LIKE /DSD/SL_CS_TA_TYPE | Public |
| FSR_CSTATYPE_CO_CRED | Constant | DSD Final Settlement Run:Transaction-Check-Out Driver Credit | '11' | LIKE /DSD/SL_CS_TA_TYPE | Public |
| FSR_CSTATYPE_CO_DEB | Constant | DSD Final Settlement Run:Transaction-Check-Out Driver Debit | '10' | LIKE /DSD/SL_CS_TA_TYPE | Public |
| FSR_CSTATYPE_DFFMT_ADDSLS | Constant | DSD Final Settlement Run:Trans.- Outb. Del. with Extra Sales | '03' | LIKE /DSD/SL_CS_TA_TYPE | Public |
| FSR_CSTATYPE_DFFMT_ADDSLS_FOC | Constant | DSD Route Settlement: Customer Sales Transaction Type | '26' | LIKE /DSD/SL_CS_TA_TYPE | Public |
| FSR_CSTATYPE_DFFMT_LOADITEM | Constant | DSD Final Settlement Run: Loading Items | '31' | LIKE /DSD/SL_CS_TA_TYPE | Public |
| FSR_CSTATYPE_DFFMT_NEWORD | Constant | DSD Final Settlement Run: Transaction Order Receipt | '07' | LIKE /DSD/SL_CS_TA_TYPE | Public |
| FSR_CSTATYPE_DFFMT_NEWORD_FOC | Constant | DSD Route Settlement: Customer Sales Transaction Type | '23' | LIKE /DSD/SL_CS_TA_TYPE | Public |
| FSR_CSTATYPE_DFFMT_NOCHG | Constant | DSD Final Settlement Run: Transaction - Outb.Del. w/o Change | '01' | LIKE /DSD/SL_CS_TA_TYPE | Public |
| FSR_CSTATYPE_DFFMT_NOCHG_FOC | Constant | DSD Route Settlement: Customer Sales Transaction Type | '24' | LIKE /DSD/SL_CS_TA_TYPE | Public |
| FSR_CSTATYPE_DFFMT_REDUCT | Constant | DSD Final Sett. Run:Trans.-Outb.Del. with reduction/Deletion | '02' | LIKE /DSD/SL_CS_TA_TYPE | Public |
| FSR_CSTATYPE_DFFMT_REDUCT_FOC | Constant | DSD Route Settlement: Customer Sales Transaction Type | '25' | LIKE /DSD/SL_CS_TA_TYPE | Public |
| FSR_CSTATYPE_DFFMT_RETEMP | Constant | DSD Final Settlement Run: Transaction Empties Returns | '05' | LIKE /DSD/SL_CS_TA_TYPE | Public |
| FSR_CSTATYPE_DFFMT_RETEMP_FOC | Constant | DSD Route Settlement: Customer Sales Transaction Type | '21' | LIKE /DSD/SL_CS_TA_TYPE | Public |
| FSR_CSTATYPE_DFFMT_RETFULL | Constant | DSD Final Settlement Run: Transaction Return Delivery | '06' | LIKE /DSD/SL_CS_TA_TYPE | Public |
| FSR_CSTATYPE_DFFMT_RETFULL_BS | Constant | DSD Route Settlement: Customer Sales Transaction Type | '08' | LIKE /DSD/SL_CS_TA_TYPE | Public |
| FSR_CSTATYPE_DFFMT_RETFULL_FOC | Constant | DSD Route Settlement: Customer Sales Transaction Type | '22' | LIKE /DSD/SL_CS_TA_TYPE | Public |
| FSR_CSTATYPE_DFFMT_RTSLS | Constant | DSD Final Settlement Run: Transaction Only Route Sales | '04' | LIKE /DSD/SL_CS_TA_TYPE | Public |
| FSR_CSTATYPE_DFFMT_RTSLS_FOC | Constant | DSD Route Settlement: Customer Sales Transaction Type | '20' | LIKE /DSD/SL_CS_TA_TYPE | Public |
| FSR_CSTATYPE_DRVBAL_CRED | Constant | DSD Final Settlement Run: Transact. Difference Driver Credit | '14' | LIKE /DSD/SL_CS_TA_TYPE | Public |
| FSR_CSTATYPE_DRVBAL_DEB | Constant | DSD Final Settlement Run: Transact. Difference Driver Debit | '13' | LIKE /DSD/SL_CS_TA_TYPE | Public |
| FSR_CSTATYPE_LC_BIT_CRED | Constant | DSD Route Settlement: Customer Sales Transaction Type | '27' | LIKE /DSD/SL_CS_TA_TYPE | Public |
| FSR_CSTATYPE_LC_BIT_DEB | Constant | DSD Route Settlement: Customer Sales Transaction Type | '28' | LIKE /DSD/SL_CS_TA_TYPE | Public |
| FSR_CSTATYPE_LC_CRED | Constant | DSD Route Settlement: Customer Sales Transaction Type | '29' | LIKE /DSD/SL_CS_TA_TYPE | Public |
| FSR_CSTATYPE_LC_DEB | Constant | DSD Route Settlement: Customer Sales Transaction Type | '30' | LIKE /DSD/SL_CS_TA_TYPE | Public |
| FSR_DATTYP_DAY | Constant | Date type (day, week, month, interval) | '1' | LIKE PRGRS | Public |
| FSR_DET_PROC_DEL | Constant | DSD Final Settlement Run: Qty Determ.Type: from Confirmation | '1' | LIKE /DSD/SL_QUANT_DETERM_PROCEDURE | Public |
| FSR_DET_PROC_DIFF | Constant | DSD Final Settlement Run: Qty Determ.Type: from Difference | '0' | LIKE /DSD/SL_QUANT_DETERM_PROCEDURE | Public |
| FSR_DOC_MAP_DELIVERY | Constant | DSD Final Settlement Run: Create Deliveries | '01' | LIKE /DSD/SL_DOC_MAP | Public |
| FSR_DOC_MAP_DELIVERY_LOAD | Constant | DSD Final Settlement Run: Create Delivery for Load Delivery | '11' | LIKE /DSD/SL_DOC_MAP | Public |
| FSR_DOC_MAP_ORDER | Constant | DSD Final Settlement Run: Create Sales Orders | '02' | LIKE /DSD/SL_DOC_MAP | Public |
| FSR_DOC_MAP_ORDER_LOAD | Constant | DSD Final Settlement Run: Create Sales Order for Load Deliv. | '12' | LIKE /DSD/SL_DOC_MAP | Public |
| FSR_DOC_MAP_POD | Constant | DSD Final Settlement Run: Create Delivery Confirmation | '03' | LIKE /DSD/SL_DOC_MAP | Public |
| FSR_DTLSTAT_DUE | Constant | FSR Detail Status: To Be Processed | '12' | LIKE /DSD/SL_CHAR2 | Public |
| FSR_DTLSTAT_FINISHED | Constant | FSR Detail Status: Completed | '3' | LIKE /DSD/SL_CSTDOCS_OK | Public |
| FSR_DTLSTAT_NOT_RELEVANT | Constant | FSR Detail Status: Not Relevant | SPACE | LIKE /DSD/SL_CSTDOCS_OK | Public |
| FSR_DTLSTAT_NOT_STARTED | Constant | FSR Detail Status: Relevant, Not Started | '1' | LIKE /DSD/SL_CSTDOCS_OK | Public |
| FSR_DTLSTAT_STARTED | Constant | FSR Detail Status: Relevant, Started | '2' | LIKE /DSD/SL_CSTDOCS_OK | Public |
| FSR_NUMBER_RANGE_OBJECT | Constant | Number Range Object for DSD Final Settlement Run | '/DSD/FSR' | LIKE NROBJ | Public |
| FSR_PARA_SLD_HEAD | Constant | Create Task Name: Settlement Document | '9' | LIKE CHAR1 | Public |
| FSR_PARA_STEP_DEFFMT | Constant | Create Task Name: Delivery Execution | '0' | LIKE CHAR1 | Public |
| FSR_PARA_STEP_DR_BAL | Constant | Create Task Name: Create Driver Difference Documents | '1' | LIKE CHAR1 | Public |
| FSR_PARA_STEP_ENC_2_FI | Constant | Create Task Name: Post Cash Collection in FI | '2' | LIKE CHAR1 | Public |
| FSR_PARA_STEP_GI | Constant | Create Task Name: Post Goods Issue | '3' | LIKE CHAR1 | Public |
| FSR_PARA_STEP_INVOICING | Constant | Create Task Name: Post Invoice Data | '4' | LIKE CHAR1 | Public |
| FSR_PROC_USAGE_NR | Constant | DSD Purpose for Number Range Intervals | '0007' | LIKE /DSD/SL_NRIV_VERWENDUNG | Public |
| FSR_SPEC_RETURN_BIT | Constant | Control Parameters | '2' | LIKE /DSD/HH_SPEC_RETURN | Public |
| FSR_SPEC_RETURN_FOC | Constant | Control Parameters | '3' | LIKE /DSD/HH_SPEC_RETURN | Public |
| FSR_SPEC_RETURN_UBR | Constant | Control Parameters | '1' | LIKE /DSD/HH_SPEC_RETURN | Public |
| FSR_VBOBJ_CONTACT | Constant | Single-Character Indicator | 'K' | LIKE CHAR1 | Public |
| FSR_VBOBJ_DELIVERY | Constant | Single-Character Indicator | 'L' | LIKE CHAR1 | Public |
| FSR_VBOBJ_ORDER | Constant | Single-Character Indicator | 'A' | LIKE CHAR1 | Public |
| FSR_VBOBJ_TRANSPORT | Constant | Single-Character Indicator | 'T' | LIKE CHAR1 | Public |
| FSR_VBTYP_CONTACT | Constant | Sales Document Object: Sales Activity' | '1' | LIKE CHAR1 | Public |
| FSR_VC_TOUR_AFTER | Constant | Reference Document Number Before/After the Tour | '2' | LIKE /DSD/VC_FTOUR | Public |
| FSR_VC_TOUR_BEFORE | Constant | Reference Document Number Before/After the Tour | '1' | LIKE /DSD/VC_FTOUR | Public |
| INITIAL_LC | Constant | DSD - RA: Direction - Initial Loading Confirmation | '5' | LIKE /DSD/HH_COCI_DIRECT | Public |
| INVOICE_NUMBER_RANGE_OBJECT | Constant | Number Range Object for DSD Invoice Entry | '/DSD/SLINV' | LIKE NROBJ | Public |
| IN_PHASE_CI | Constant | Check-In | 'CI ' | LIKE CHAR3 | Public |
| IN_PHASE_CO | Constant | Check-Out | 'CO ' | LIKE CHAR3 | Public |
| IN_PHASE_FIN | Constant | Final Difference | 'FIN' | LIKE CHAR3 | Public |
| IN_PHASE_LC | Constant | Loading Confirmation | 'LC ' | LIKE CHAR3 | Public |
| MATNR_EVAL_IN_GRP | Constant | Material Valued Individually Within Tolerance Group | '9' | LIKE /DSD/SL_NUMC1 | Public |
| MESSAGE_ID_FSR | Constant | Message Class Final Settlement Run | '/DSD/SL_FSR' | LIKE SYMSGID | Public |
| MESSAGE_ID_VC | Constant | Message Class | '/DSD/VC_MESSAGE' | LIKE SYMSGID | Public |
| MSG_ABORT | Constant | Message Type 'Abort' | 'A' | LIKE BAPIRET2-TYPE | Public |
| MSG_CLASS_DELFUL | Constant | Messages, Message Class | '/DSD/SL_DELFUL' | LIKE SYMSGID | Public |
| MSG_CLASS_SETTLEMENT | Constant | Messages, Message Class | '/DSD/SL' | LIKE SYMSGID | Public |
| MSG_ERROR | Constant | Message Type 'Error' | 'E' | LIKE BAPIRET2-TYPE | Public |
| MSG_GROUP_CLEARING | Constant | Application log: Sort criterion/grouping | 'CLR' | LIKE BALSORT | Public |
| MSG_GROUP_DELIVERY | Constant | Application log: Sort criterion/grouping | 'DEL' | LIKE BALSORT | Public |
| MSG_GROUP_DELIVERY_GI | Constant | Application log: Sort criterion/grouping | 'DGI' | LIKE BALSORT | Public |
| MSG_GROUP_DRIVER | Constant | Application log: Sort criterion/grouping | 'DRV' | LIKE BALSORT | Public |
| MSG_GROUP_INVOICE | Constant | Application log: Sort criterion/grouping | 'INV' | LIKE BALSORT | Public |
| MSG_GROUP_PAYMENT | Constant | Application log: Sort criterion/grouping | 'PAY' | LIKE BALSORT | Public |
| MSG_GROUP_VTTK_UPDATE | Constant | Application log: Sort criterion/grouping | 'UPD' | LIKE BALSORT | Public |
| MSG_INFO | Constant | Message Type 'Information' | 'I' | LIKE BAPIRET2-TYPE | Public |
| MSG_LEVEL0 | Constant | Application Log: Level of Detail 1 | 0 | LIKE I | Public |
| MSG_LEVEL1 | Constant | Application Log: Level of Detail 1 | 1 | LIKE I | Public |
| MSG_LEVEL2 | Constant | Application Log: Level of Detail 2 | 2 | LIKE I | Public |
| MSG_LEVEL3 | Constant | Application Log: Level of Detail 3 | 3 | LIKE I | Public |
| MSG_LEVEL4 | Constant | Application Log: Level of Detail 4 | 4 | LIKE I | Public |
| MSG_LEVEL5 | Constant | Application Log: Level of Detail 5 | 5 | LIKE I | Public |
| MSG_PARAM_ACCOUNT | Constant | Application log: Parameters | 'ACCOUNT' | LIKE BALPAR | Public |
| MSG_PARAM_CLEARING | Constant | Application log: Parameters | 'CLEARING' | LIKE BALPAR | Public |
| MSG_PARAM_COMPCODE | Constant | Application log: Parameters | 'COMPCODE' | LIKE BALPAR | Public |
| MSG_PARAM_CONTACT | Constant | Application log: Parameters | 'CONTACT' | LIKE BALPAR | Public |
| MSG_PARAM_DELIVERY | Constant | Application log: Parameters | 'DELIVERY' | LIKE BALPAR | Public |
| MSG_PARAM_FISCYEAR | Constant | Application log: Parameters | 'FISCYEAR' | LIKE BALPAR | Public |
| MSG_PARAM_INVOICE | Constant | Application log: Parameters | 'INVOICE' | LIKE BALPAR | Public |
| MSG_PARAM_ORDER | Constant | Application log: Parameters | 'ORDER' | LIKE BALPAR | Public |
| MSG_PARAM_SLD | Constant | Application log: Parameters | 'SLD' | LIKE BALPAR | Public |
| MSG_PARAM_TRANSPORT | Constant | Application log: Parameters | 'TRANSPORT' | LIKE BALPAR | Public |
| MSG_PARAM_USEREXITF | Constant | Application Log: Callback: Routine name | '/DSD/SL_MSG_GO_DOCUMENT' | LIKE BALUEF | Public |
| MSG_PARAM_USEREXITT | Constant | Application Log: Callback: Type (Ext. Perform, FM, etc.) | 'F' | LIKE BALUET | Public |
| MSG_SUCCESS | Constant | Message Type 'Success' | 'S' | LIKE BAPIRET2-TYPE | Public |
| MSG_WARNING | Constant | Message Type 'Warning' | 'W' | LIKE BAPIRET2-TYPE | Public |
| MTART_FOR_EMPTIES | Constant | Material Type ID: Material Type for Empties Materials | '2' | LIKE WMAK | Public |
| NO | Constant | Boolean: False | SPACE | LIKE /DSD/HH_CHECKBOX | Public |
| OBJ_TYPE_DELIVERY | Constant | Object Type | 'LIKP' | LIKE SWO_OBJTYP | Public |
| OBJ_TYPE_SALES_ORDER | Constant | Object Type | 'BUS2032' | LIKE SWO_OBJTYP | Public |
| ORDER | Constant | DSD - RA: Delivery Execution Document type | '20' | LIKE /DSD/HH_DEL_DOCTYP | Public |
| ORDER_USAGE_NR | Constant | DSD Purpose for Number Range Intervals | '0004' | LIKE /DSD/SL_NRIV_VERWENDUNG | Public |
| ORIGIN_DIALOG | Constant | Data Origin 'Dialog' | '1' | LIKE /DSD/HH_ORIGIN | Public |
| ORIGIN_HH | Constant | Data Origin 'Handheld' | '2' | LIKE /DSD/HH_ORIGIN | Public |
| ORIGIN_TAKEN_BY_DIALOG | Constant | Data Origin 'Adopted from Dialog' | '3' | LIKE /DSD/HH_ORIGIN | Public |
| PARVW_SHIP_TO | Constant | Partner Function Ship-To Party | 'WE' | LIKE PARVW | Public |
| PARVW_SOLD_TO | Constant | Partner function | 'AG' | LIKE PARVW | Public |
| PAYMT_EVAL_IN_GRP | Constant | Payment Type Is Individually Valued | '9' | LIKE /DSD/SL_NUMC1 | Public |
| PO_APPL_CLEAR_SOBJ | Constant | Application log: Object name (Application code) | 'POSTING' | LIKE BALSUBOBJ | Public |
| PRESELLER | Constant | DSD - RA: Indicator for Preseller Order | '10' | LIKE /DSD/SL_PRESELL | Public |
| PRES_STATUS_UNDEFINED | Constant | DSD - RA: Processing Status 'UNDEFINED' | SPACE | LIKE /DSD/HH_PRES_PROCSTAT | Public |
| PRES_UPLOAD_COMPLETE | Constant | DSD - RA: Processing Status of the Tour | '10' | LIKE /DSD/HH_PRES_PROCSTAT | Public |
| RELOAD | Constant | Direction - Check-Out (Reload) | '3' | LIKE /DSD/HH_COCI_DIRECT | Public |
| RELOAD_LC | Constant | DSD - RA: Direction - Reload Loading Confirmation | '6' | LIKE /DSD/HH_COCI_DIRECT | Public |
| SAVE_ASSIGNMENT | Constant | Changes Payment Assignment | 'A' | LIKE CHAR1 | Public |
| SAVE_REVENUES | Constant | Changes Payments | 'R' | LIKE CHAR1 | Public |
| SC_EXCP_NOK | Constant | DB Record Incorrect | '1' | LIKE CHAR1 | Public |
| SC_EXCP_OK | Constant | DB Record Correct | '3' | LIKE CHAR1 | Public |
| SC_FCODE_APPLLOG | Constant | Fcode 'Transaction Application Log' | 'APPLLOG' | LIKE SYST-UCOMM | Public |
| SC_FCODE_BALANCING | Constant | Screens, Function Code That Triggered PAI | 'BALANCE' | LIKE SYST-UCOMM | Public |
| SC_FCODE_BUFFER_REFRESH | Constant | Fcode 'Transaction Document Flow' | 'CLEARBUFF' | LIKE SYST-UCOMM | Public |
| SC_FCODE_COCI | Constant | Fcode 'Transaction Check-In, Check-Out' | 'COCI' | LIKE SYST-UCOMM | Public |
| SC_FCODE_DELETE_EMPTY_VISIT | Constant | Fcode 'Delete Empty Visits' | 'DELVISIT' | LIKE SYST-UCOMM | Public |
| SC_FCODE_DELFUL | Constant | Fcode 'Transaction Outbound Delivery' | 'DELIVERY' | LIKE SYST-UCOMM | Public |
| SC_FCODE_DISTANCE | Constant | Fcode 'Transaction Entry Distance Information' | 'DIST' | LIKE SYST-UCOMM | Public |
| SC_FCODE_DOCFLOW | Constant | Fcode 'Transaction Document Flow' | 'DOCFLOW' | LIKE SYST-UCOMM | Public |
| SC_FCODE_ENCASHMENT | Constant | Fcode 'Transaction Payment Entry' | 'ENCASH' | LIKE SYST-UCOMM | Public |
| SC_FCODE_GENERAL_TOUR | Constant | Fcode 'Transaction General Tour Data' | 'GENTOUR' | LIKE SYST-UCOMM | Public |
| SC_FCODE_INPUT_BSO | Constant | Fcode 'Entry Settlement office' | 'INPUT_BSO' | LIKE SYST-UCOMM | Public |
| SC_FCODE_INVOICE | Constant | Fcode 'Transaction Invoice' | 'INVOICE' | LIKE SYST-UCOMM | Public |
| SC_FCODE_MODUS | Constant | Screens, Function Code That Triggered PAI | 'MODIFY' | LIKE SYST-UCOMM | Public |
| SC_FCODE_NEW_TOUR | Constant | Screens, Function Code That Triggered PAI | 'NEWTOUR' | LIKE SYST-UCOMM | Public |
| SC_FCODE_NEW_VISIT | Constant | Screens, Function Code That Triggered PAI | 'NEWVISIT' | LIKE SYST-UCOMM | Public |
| SC_FCODE_NEXT | Constant | Screens, Function Code That Triggered PAI | 'NEXT' | LIKE SYST-UCOMM | Public |
| SC_FCODE_ORDER | Constant | Fcode 'Transaction Order' | 'ORDER' | LIKE SYST-UCOMM | Public |
| SC_FCODE_PREVIOUS | Constant | Screens, Function Code That Triggered PAI | 'PREVIOUS' | LIKE SYST-UCOMM | Public |
| SC_FCODE_SAVE | Constant | Fcode 'Save' | 'SAVE' | LIKE SYST-UCOMM | Public |
| SC_FCODE_SAVE_LAYOUT | Constant | Screens, Function Code That Triggered PAI | 'SAVE_LAYO' | LIKE SYST-UCOMM | Public |
| SC_FCODE_SETTLEDOC | Constant | Fcode 'Transaction Settlement Document' | 'SETTLEDOC' | LIKE SYST-UCOMM | Public |
| SC_FCODE_TIME | Constant | Fcode 'Transaction Time Entry' | 'TIME' | LIKE SYST-UCOMM | Public |
| SC_FCODE_VISIT | Constant | Fcode 'Transaction Customer Visit' | 'VISIT' | LIKE SYST-UCOMM | Public |
| SC_ICON_FOCUS | Constant | Icon: Marking the Focus Line | ICON_DISPLAY | LIKE ICON_D | Public |
| SC_ICON_INVALID | Constant | Icon: Invalid Data = 'X'' | ICON_LED_RED | LIKE ICON_D | Public |
| SC_ICON_VALID | Constant | Icon: Invalid Data = SPACE | ICON_LED_GREEN | LIKE ICON_D | Public |
| SC_STRING_ICON_CANCEL | Constant | Icon 'Undo Release' | 'ICON_CANCEL' | LIKE ICONNAME | Public |
| SC_STRING_ICON_CHECKED_NO | Constant | Icon 'Checkbox Not Flagged' | 'ICON_DRAW_ELLIPSE' | LIKE ICONNAME | Public |
| SC_STRING_ICON_CHECKED_YES | Constant | Icon 'Checkbox Flagged' | 'ICON_STATUS_OK' | LIKE ICONNAME | Public |
| SC_STRING_ICON_CREATE | Constant | Icon 'Create' | 'ICON_CREATE' | LIKE ICONNAME | Public |
| SC_STRING_ICON_F4HELP | Constant | Icon 'F4 Help' | 'ICON_HELPASSISTENT_ON' | LIKE ICONNAME | Public |
| SC_STRING_ICON_NOK_NO | Constant | Icon 'NOK Not Set' | 'ICON_LED_GREEN' | LIKE ICONNAME | Public |
| SC_STRING_ICON_NOK_YES | Constant | Icon 'NOK Set' | 'ICON_LED_RED' | LIKE ICONNAME | Public |
| SC_STRING_ICON_RELEASE | Constant | Icon 'Release' | 'ICON_RELEASE' | LIKE ICONNAME | Public |
| SC_TOUR_NEW | Constant | Tour ID for New Creation | '-1' | LIKE /DSD/HH_TOUR_ID | Public |
| SC_VISIT_NEW | Constant | Visit ID for New Creation | '999999' | LIKE /DSD/HH_VISIT_ID | Public |
| SD_CAT_DELIVERISH | Constant | Sales Document Type: Delivery | 'JT7g' | LIKE /DSD/SL_CHAR4 | Public |
| SD_CAT_INVOICISH | Constant | Sales Document Type: Invoice | 'MNOPSU56' | LIKE /DSD/SL_CHAR8 | Public |
| SD_CAT_ORDERISH | Constant | Sales Document Type: Sales Order | 'ABCDEFGHIKLW0' | LIKE /DSD/SL_CHAR13 | Public |
| SLD_CREATED | Constant | DSD - RA: Processing Status of the Tour | '30' | LIKE /DSD/HH_PROCSTAT | Public |
| SLD_CREATED_PRES | Constant | DSD - RA: Processing Status of the Tour | '30' | LIKE /DSD/HH_PRES_PROCSTAT | Public |
| SLD_DOC_USAGE_NR | Constant | DSD Purpose for Number Range Intervals | '0006' | LIKE /DSD/SL_NRIV_VERWENDUNG | Public |
| SLD_FLOW_ACC_DOC | Constant | Document Type: Accounting Document | '015' | LIKE /DSD/SL_DOC_TYP | Public |
| SLD_FLOW_CONTACT | Constant | Settlement: Document Types | '016' | LIKE /DSD/SL_DOC_TYP | Public |
| SLD_FLOW_DELIVERY | Constant | Document Flow: Delivery Type | '010' | LIKE /DSD/SL_DOC_TYP | Public |
| SLD_FLOW_EXT_INVOICE | Constant | Document Flow: External Invoice | '402' | LIKE /DSD/SL_DOC_TYP | Public |
| SLD_FLOW_EXT_ORDER | Constant | Document Flow: External Order (Delivery/Order) | '401' | LIKE /DSD/SL_DOC_TYP | Public |
| SLD_FLOW_INVOICE | Constant | Document Flow: Invoice Type | '014' | LIKE /DSD/SL_DOC_TYP | Public |
| SLD_FLOW_LOAD_DELIVERY | Constant | Document Flow: Load Delivery Type | '002' | LIKE /DSD/SL_DOC_TYP | Public |
| SLD_FLOW_ORDER | Constant | Document Flow: Sales Order Type | '012' | LIKE /DSD/SL_DOC_TYP | Public |
| SLD_FLOW_RELOAD_DELIVERY | Constant | Document Flow: Reload Delivery Type | '005' | LIKE /DSD/SL_DOC_TYP | Public |
| SLD_FLOW_RETURN_LOAD_DELIVERY | Constant | Document Flow: Return Delivery Type | '003' | LIKE /DSD/SL_DOC_TYP | Public |
| SLD_FLOW_SETTLEMENT | Constant | Document Flow: Settlement Document | '998' | LIKE /DSD/SL_DOC_TYP | Public |
| SLD_FLOW_TRANSPORT | Constant | Settlement: Document Types | '001' | LIKE /DSD/SL_DOC_TYP | Public |
| SLD_FLOW_VISIT_LIST | Constant | Settlement: Document Types | '004' | LIKE /DSD/SL_DOC_TYP | Public |
| SLD_GEN_STATUS_FINISHED | Constant | Global Settlement Status: Settlement Complete | '2' | LIKE /DSD/SL_STATUS | Public |
| SLD_GEN_STATUS_NOT_STARTED | Constant | Global Settlement Status: Settlement Not Started Yet | SPACE | LIKE /DSD/SL_STATUS | Public |
| SLD_GEN_STATUS_STARTED | Constant | Global Settlement Status: Settlement Started | '1' | LIKE /DSD/SL_STATUS | Public |
| SLD_HIGHEST_ID | Constant | DSD: Settlement Document Number | '9999999999' | LIKE /DSD/SL_SLD_ID | Public |
| SLD_LOWEST_ID | Constant | DSD: Settlement Document Number | ' ' | LIKE /DSD/SL_SLD_ID | Public |
| SLD_NUMBER_RANGE_OBJECT | Constant | Name of Number Range Object | '/DSD/SLDID' | LIKE NROBJ | Public |
| SPEC_RETURN_BIT | Constant | Single-Character Indicator | '2' | LIKE CHAR1 | Public |
| SPEC_RETURN_NO_CHARGE | Constant | Single-Character Indicator | '3' | LIKE CHAR1 | Public |
| SPEC_RETURN_RETURN | Constant | Single-Character Indicator | '1' | LIKE CHAR1 | Public |
| TCODE_CLEAR_AUTO | Constant | Transaction Code | '/DSD/SL_CLEAR' | LIKE TCODE | Public |
| TCODE_CLEAR_DIALOG | Constant | Transaction Code | '/DSD/SL_CLEARDIALOG' | LIKE TCODE | Public |
| TOLGRP_EVAL_IN | Constant | Difference within Tolerance | '1' | LIKE /DSD/SL_NUMC1 | Public |
| TOLGRP_EVAL_OUT | Constant | Difference Outside Tolerance | '2' | LIKE /DSD/SL_NUMC1 | Public |
| TOUR_IN_BALANCING | Constant | DSD - RA: Processing Status of the Tour 'Adopted' | '25' | LIKE /DSD/HH_PROCSTAT | Public |
| TOUR_NOT_REL_FOR_SETTLE | Constant | DSD-RA: Start Blind Balancing | '0' | LIKE /DSD/SL_BAL_DARK | Public |
| TOUR_READY_FOR_PRES | Constant | DSD - RA: Processing Status of the Tour | '20' | LIKE /DSD/HH_PRES_PROCSTAT | Public |
| TOUR_READY_FOR_SLD | Constant | DSD - RA: Processing Status of the Tour | '20' | LIKE /DSD/HH_PROCSTAT | Public |
| TOUR_REL_NO_SETTLE | Constant | DSD-RA: Start Blind Balancing | '1' | LIKE /DSD/SL_BAL_DARK | Public |
| TOUR_REL_START_SETTLE | Constant | DSD-RA: Start Blind Balancing | '2' | LIKE /DSD/SL_BAL_DARK | Public |
| TOUR_STATUS_UNDEFINED | Constant | DSD - RA: Processing Status 'UNDEFINED' | SPACE | LIKE /DSD/HH_PROCSTAT | Public |
| TOUR_UPLOAD_COMPLETE | Constant | DSD - RA: Processing Status of the Tour | '10' | LIKE /DSD/HH_PROCSTAT | Public |
| TRANSPORT | Constant | DSD - RA: Tour Document Type | '10' | LIKE /DSD/HH_DOC_TYP | Public |
| TRUE | Constant | Checkbox | 'X' | LIKE /DSD/HH_CHECKBOX | Public |
| UNLOAD | Constant | Direction - Check-In (Unload) | '4' | LIKE /DSD/HH_COCI_DIRECT | Public |
| UPDKZ_DELETE | Constant | Update indicator | 'D' | LIKE UPDKZ_D | Public |
| UPDKZ_INSERT | Constant | Update indicator | 'I' | LIKE UPDKZ_D | Public |
| UPDKZ_UPDATE | Constant | Update indicator | 'U' | LIKE UPDKZ_D | Public |
| WA_FCODE_CANCEL_DELIVERIES | Constant | Work Area - Function Code | 'CANCDELIVERY' | LIKE SYST-UCOMM | Public |
| WA_FCODE_DELETE_ROW | Constant | Work Area - Function Code | 'DELROW' | LIKE SYST-UCOMM | Public |
| WA_FCODE_DIFF_DETAIL1 | Constant | Work Area - Function Code | 'DIFFDETL1' | LIKE SYST-UCOMM | Public |
| WA_FCODE_ES_DISPL | Constant | Work Area - Function Code | 'DISPLES' | LIKE SYST-UCOMM | Public |
| WA_FCODE_LINK_DEL | Constant | Work Area - Function Code | 'LINK_DEL' | LIKE SYST-UCOMM | Public |
| WA_FCODE_LINK_NEW | Constant | Work Area - Function Code | 'LINK_NEW' | LIKE SYST-UCOMM | Public |
| WA_FCODE_NEW_ROW | Constant | Work Area - Function Code | 'NEWROW' | LIKE SYST-UCOMM | Public |
| WA_ICON_CANCEL_DELIVERIES | Constant | Icon 'Cancel Deliveries' | ICON_DELIVERY_NO_CONFIRMATION | LIKE ICON_D | Public |
| WA_ICON_DELETE_ROW | Constant | Icon 'Delete Line' | ICON_DELETE_ROW | LIKE ICON_D | Public |
| WA_ICON_DIFF_DETAIL1 | Constant | Icon 'Difference Details' | ICON_DOC_ITEM_DETAIL | LIKE ICON_D | Public |
| WA_ICON_ES_DISPL | Constant | Icon 'Display Signatures' | ICON_GIF | LIKE ICON_D | Public |
| WA_ICON_LINK_DEL | Constant | Icon 'Delete Link' | ICON_DISCONNECT | LIKE ICON_D | Public |
| WA_ICON_LINK_NEW | Constant | Icon 'Create Link' | ICON_CONNECT | LIKE ICON_D | Public |
| WA_ICON_NEW_ROW | Constant | Icon 'Insert New Line' | ICON_INSERT_ROW | LIKE ICON_D | Public |
| YES | Constant | Boolean: True | 'X' | LIKE /DSD/HH_CHECKBOX | Public |
Links to Related Class(s)
/DSD/SL_...Full list of available SAP object classes
Search for further information about these or an SAP related objects