J_3ROS6_SETTINGS SAP (Settings for inventory card printing (forms OS-6,NMA-1...)) Table details

Dictionary Type: Table
Description: Settings for inventory card printing (forms OS-6,NMA-1...)




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




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

J_3ROS6_SETTINGS is a standard SAP Table which is used to store Settings for inventory card printing (forms OS-6,NMA-1...) data and is available within R/3 SAP systems depending on the version and release level.

The J_3ROS6_SETTINGS table consists of various fields, each holding specific information or linking keys about Settings for inventory card printing (forms OS-6,NMA-1...) data available in SAP. These include KEYSET (Code of Parameter Line for Printing Asset Forms), DESCRIPT (Name of a parameters line), CARDNUMBER (Filling an invetory card number), STRUCTDIV1 (1st Field For Struct Division).. 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)

Text table = J_3ROS6_SETTINGT


SAP J_3ROS6_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
MANDTClient MANDTCLNT3Assigned to domainMANDT
KEYSETCode of Parameter Line for Printing Asset Forms J_3RKEYSETCHAR10J_3RKEYSET
DESCRIPTName of a parameters line J_3RDESCRIPTCHAR40CHAR40
CARDNUMBERFilling an invetory card number J_3RCARDNUMBERCHAR6J_3RCARDNUMBER
STRUCTDIV11st Field For Struct Division J_3RSTRUCTDIV1CHAR5J_3RSTRUCTDIV
STRUCTDIV22nd Field For Struct Division J_3RSTRUCTDIV2CHAR5J_3RSTRUCTDIV
STRUCTDIV33st Field For Struct Division J_3RSTRUCTDIV3CHAR5J_3RSTRUCTDIV
LOCATION11st field for location J_3RLOCATION1CHAR5J_3RSTRUCTDIV
LOCATION22st field for location J_3RLOCATION2CHAR5J_3RSTRUCTDIV
LOCATION33st field for location J_3RLOCATION3CHAR5J_3RSTRUCTDIV
RESP_PERSONResponsible person filling rule J_3RRESP_PERSONCHAR5J_3RRESP_PERSON
INVNAUMBERInventory number from field J_3RINVNUMBERCHAR6J_3RINVNUMBER
DEPR_CALCDepreciation calculating J_3RDEPR_CALCCHAR5J_3RDEPR_CALC
SHORT_CHARAsset Characteristic Field J_3RSHORT_CHARCHAR4J_3RSHORT_CHAR
INTER_COMPProcess intercompany asset's transfers J_3RINTERCOMPCHAR1XFELD
VAL_ADJUSTValue adjustments J_3RVAL_ADJUSTCHAR10J_3RVAL_ADJUST

Key field Non-key field



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

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

SELECT SINGLE *
FROM J_3ROS6_SETTINGS
INTO CORRESPONDING FIELDS OF WA_J_3ROS6_SETTINGS
WHERE...

How to access SAP table J_3ROS6_SETTINGS

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