OIH_J1B_ACSDEF SAP (Brazil: Oil Access Defintion) Table details

Dictionary Type: Table
Description: Brazil: Oil Access Defintion




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




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

OIH_J1B_ACSDEF is a standard SAP Table which is used to store Brazil: Oil Access Defintion data and is available within R/3 SAP systems depending on the version and release level.

The OIH_J1B_ACSDEF table consists of various fields, each holding specific information or linking keys about Brazil: Oil Access Defintion data available in SAP. These include ACSID (Access ID), ACSSEQ (Access sequence number), DELIMITER (Delimiter), FORMATID (Numeric values: blank=xxx,xxx; 1=num,xxx; 2=num,num).. 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)


SAP OIH_J1B_ACSDEF 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
MANDTClient MANDTCLNT3T000MANDT
ACSIDAccess ID OIH_J1B_ACSIDCHAR3OIH_J1B_ACSID
ACSSEQAccess sequence number OIH_J1B_ACSSEQCHAR2OIH_J1B_ACSSEQ
DELIMITERDelimiter OIH_J1B_DELIMITERCHAR1CHAR1
FORMATIDNumeric values: blank=xxx,xxx; 1=num,xxx; 2=num,num OIH_J1B_FORMATIDCHAR1CHAR1
VARKEYFVariable Key Definition OIH_J1B_VARKEYFCHAR120CHAR120

Key field Non-key field



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

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

SELECT SINGLE *
FROM OIH_J1B_ACSDEF
INTO CORRESPONDING FIELDS OF WA_OIH_J1B_ACSDEF
WHERE...

How to access SAP table OIH_J1B_ACSDEF

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