TOIJ_SS_SETTINGS SAP (Ship shore settings) Table details

Dictionary Type: Table
Description: Ship shore settings




ABAP Code to SELECT data from TOIJ_SS_SETTINGS
Related tables to TOIJ_SS_SETTINGS
Access table TOIJ_SS_SETTINGS




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

TOIJ_SS_SETTINGS is a standard SAP Table which is used to store Ship shore settings data and is available within R/3 SAP systems depending on the version and release level.

The TOIJ_SS_SETTINGS table consists of various fields, each holding specific information or linking keys about Ship shore settings data available in SAP. These include SSC_SETID (Measurement comparison ID), SSC_UOM (Measurement Comparison calculation Unit), INIT_ANC (Initial ANC), SHIP_HIST (Ship History).. 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP TOIJ_SS_SETTINGS 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
SSC_SETIDMeasurement comparison ID OIJ_SSC_SETIDCHAR10OIJ_SSC_SETID
SSC_UOMMeasurement Comparison calculation Unit OIJ_SSC_UOMUNIT3T006CUNITMEINS
INIT_ANCInitial ANC OIJ_INIT_ANCDEC5(2) OIJ_INIT_ANC
SHIP_HISTShip History OIJ_SH_HISTNUMC4OIJ_SH_HIST
SHIP_HIST_UOMUoM for Ship's history OIJ_SH_HIST_UOMUNIT3T006CUNITMEINS
NO_LIFT_PERIODNo Lifting Period OIJ_NO_LIFT_PERNUMC4OIJ_NO_LIFT_PER
NO_LIFT_UOMUoM for no lifting period OIJ_NO_LIFT_UOMUNIT3T006CUNITMEINS
VEH_PERF_PERIODVehicle Performanance Period OIJ_VEH_PERF_PERNUMC4OIJ_VEH_PERF_PER
VEH_PERF_PER_UOMUoM for Vehicle Performance OIJ_VEH_PERF_PER_UOMUNIT3T006CUNITMEINS

Key field Non-key field



How do I retrieve data from SAP table TOIJ_SS_SETTINGS using ABAP code

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

SELECT SINGLE *
FROM TOIJ_SS_SETTINGS
INTO CORRESPONDING FIELDS OF WA_TOIJ_SS_SETTINGS
WHERE...

How to access SAP table TOIJ_SS_SETTINGS

Within an ECC or HANA version of SAP you can also view further information about TOIJ_SS_SETTINGS 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!