OIH_J1B_SSTAD SAP (Brazil tax: Determines Accounts for posting Split of S. T.) Table details

Dictionary Type: Table
Description: Brazil tax: Determines Accounts for posting Split of S. T.




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




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

OIH_J1B_SSTAD is a standard SAP Table which is used to store Brazil tax: Determines Accounts for posting Split of S. T. data and is available within R/3 SAP systems depending on the version and release level.

The OIH_J1B_SSTAD table consists of various fields, each holding specific information or linking keys about Brazil tax: Determines Accounts for posting Split of S. T. data available in SAP. These include KTOPL (Chart of Accounts), TRAN_TYPE (Transaction type (sales, purchase, transf. in, transf. out)), PTYPE (Parcel type), NFTYPE (Nota Fiscal Type).. 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)


SAP OIH_J1B_SSTAD 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
KTOPLChart of Accounts KTOPLCHAR4T004KTOPLKPLC_KTOPL
TRAN_TYPETransaction type (sales, purchase, transf. in, transf. out) OIH_J1B_TRTYPECHAR2OIH_J1B_TRTYPE
PTYPEParcel type OIH_J1B_PTYPECHAR2OIH_J1B_PTYPE
NFTYPENota Fiscal Type J_1BNFTYPECHAR2J_1BAAJ_1BNFTYPE
ITMTYPNota Fiscal Item Type J_1BITMTYPCHAR2Assigned to domainALPHAJ_1BITMTYP
TXREGTax Region J_1BTXREGCHAR3J_1BTREGXJ_1BTXREG
MATNRMaterial Number MATNRCHAR18MARAMATN1MATNRMATS_MAT1
MAT_TAX_GRMaterial tax group OIH_J1B_MTXGRCHAR4OIH2M_J1BOIH_J1B_MTXGRH_OIHMTXGR
SAKNR1G/L Account Number SAKNRCHAR10SKA1ALPHASAKNRSAKC_SAKNR
SHKZG1Debit/Credit Indicator SHKZGCHAR1SHKZG
SAKNR2G/L Account Number SAKNRCHAR10SKA1ALPHASAKNRSAKC_SAKNR
SHKZG2Debit/Credit Indicator SHKZGCHAR1SHKZG

Key field Non-key field



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

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

SELECT SINGLE *
FROM OIH_J1B_SSTAD
INTO CORRESPONDING FIELDS OF WA_OIH_J1B_SSTAD
WHERE...

How to access SAP table OIH_J1B_SSTAD

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