/DSD/HH_RACOCIMI SAP (DSD Route Settlement: Check-Out Check-In - Items) Table details

Dictionary Type: Table
Description: DSD Route Settlement: Check-Out Check-In - Items




ABAP Code to SELECT data from /DSD/HH_RACOCIMI
Related tables to /DSD/HH_RACOCIMI
Access table /DSD/HH_RACOCIMI




Table field list including key, data, relationships and ABAP select examples

/DSD/HH_RACOCIMI is a standard SAP Table which is used to store DSD Route Settlement: Check-Out Check-In - Items data and is available within R/3 SAP systems depending on the version and release level.

The /DSD/HH_RACOCIMI table consists of various fields, each holding specific information or linking keys about DSD Route Settlement: Check-Out Check-In - Items data available in SAP. These include TOUR_ID (DSD Route Settlement: Tour ID), CHECK_ID (DSD - RA: Check ID for Check-Out / Check-In), ITEMNR (DSD - RA: Check-Out / Check-In - Item Number), MATNR (Material Number).. See below for full list along with technical details, documentation, text table, check tables, foreign key relationships, conversion routines, relevant tcodes and example ABAP select code etc. .

Delivery Class: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP /DSD/HH_RACOCIMI table fields - Full list of fields found in SAP data dictionary

Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
CLIENTClient MANDTCLNT3T000MANDT
TOUR_IDDSD Route Settlement: Tour ID /DSD/HH_TOUR_IDCHAR32/DSD/HH_RAHD/DSD/HH_GUID
CHECK_IDDSD - RA: Check ID for Check-Out / Check-In /DSD/HH_CHECK_IDNUMC6/DSD/HH_RACOCIHD/DSD/HH_LFDNR
ITEMNRDSD - RA: Check-Out / Check-In - Item Number /DSD/HH_COCI_ITEMNRNUMC6/DSD/HH_LFDNR
MATNRMaterial Number MATNRCHAR18MARAMATN1MATNRMATS_MAT1
PLANTPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
QUAN_PLANDSD - RA: Target Quantity /DSD/HH_QUAN_PLANQUAN13(3) MENG13
QUAN_COUNTDSD - RA: Actual Quantity in Check-In / Check-Out /DSD/HH_QUAN_COUNTQUAN13(3) MENG13
QUAN_DIFFDSD - RA: Difference Quantity /DSD/HH_QUAN_DIFFQUAN13(3) MENG13V
UOMDSD - RA: Unit of Measure /DSD/HH_UOMUNIT3T006CUNITMEINS
REASONDSD - RA: Reasons for Differences in Check /DSD/HH_CHECK_REASONCHAR2/DSD/HH_RACKDRS/DSD/HH_CHECK_REASON
ROTRUCKDSD - RA: Flag, Goods Remain on the Vehicle /DSD/HH_ROTRUCKCHAR1/DSD/HH_CHECKBOX
SPEC_RETURNControl Parameters /DSD/HH_SPEC_RETURNCHAR1/DSD/DE_CONTROL_PAR
STATUSDSD - RA: Processing Status of the Data Record /DSD/HH_RECSTATCHAR2/DSD/HH_PROCSTAT
NOKDSD - RA: Data Record is Incorrect /DSD/HH_INVALID_DATACHAR1/DSD/HH_CHECKBOX
CHARGBatch Number CHARG_DCHAR10MCHACHARGCHA
BWTARValuation Type BWTAR_DCHAR10Assigned to domainBWTARBWT

Key field Non-key field



How do I retrieve data from SAP table /DSD/HH_RACOCIMI using ABAP code

The following ABAP code Example will allow you to do a basic selection on /DSD/HH_RACOCIMI to SELECT all data from the table
DATA: WA_/DSD/HH_RACOCIMI TYPE /DSD/HH_RACOCIMI.

SELECT SINGLE *
FROM /DSD/HH_RACOCIMI
INTO CORRESPONDING FIELDS OF WA_/DSD/HH_RACOCIMI
WHERE...

How to access SAP table /DSD/HH_RACOCIMI

Within an ECC or HANA version of SAP you can also view further information about /DSD/HH_RACOCIMI and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).


Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!