TRLC_DFT_ASSGN_B SAP (Assignment: Update Types to Position Change Category B) Table details

Dictionary Type: Table
Description: Assignment: Update Types to Position Change Category B




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




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

TRLC_DFT_ASSGN_B is a standard SAP Table which is used to store Assignment: Update Types to Position Change Category B data and is available within R/3 SAP systems depending on the version and release level.

The TRLC_DFT_ASSGN_B table consists of various fields, each holding specific information or linking keys about Assignment: Update Types to Position Change Category B data available in SAP. These include POS_MAN_PROC (Position Management Procedure), B001 (Update Type), B002 (Update Type), B003 (Update 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: Cannot Be Enhanced


SAP TRLC_DFT_ASSGN_B 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
POS_MAN_PROCPosition Management Procedure TPM_POS_MAN_PROCCHAR4TRLC_DFT_ASSGN_ATPM_POS_MAN_PROC
B001Update Type TPM_DIS_FLOWTYPECHAR8TRDC_DFLOWTYPETPM_DIS_FLOWTYPE
B002Update Type TPM_DIS_FLOWTYPECHAR8TRDC_DFLOWTYPETPM_DIS_FLOWTYPE
B003Update Type TPM_DIS_FLOWTYPECHAR8TRDC_DFLOWTYPETPM_DIS_FLOWTYPE
B004Update Type TPM_DIS_FLOWTYPECHAR8TRDC_DFLOWTYPETPM_DIS_FLOWTYPE
B005Update Type TPM_DIS_FLOWTYPECHAR8TRDC_DFLOWTYPETPM_DIS_FLOWTYPE
B006Update Type TPM_DIS_FLOWTYPECHAR8TRDC_DFLOWTYPETPM_DIS_FLOWTYPE
B007Update Type TPM_DIS_FLOWTYPECHAR8TRDC_DFLOWTYPETPM_DIS_FLOWTYPE
B008Update Type TPM_DIS_FLOWTYPECHAR8TRDC_DFLOWTYPETPM_DIS_FLOWTYPE
B009Update Type TPM_DIS_FLOWTYPECHAR8TRDC_DFLOWTYPETPM_DIS_FLOWTYPE
B010Update Type TPM_DIS_FLOWTYPECHAR8TRDC_DFLOWTYPETPM_DIS_FLOWTYPE
B011Update Type TPM_DIS_FLOWTYPECHAR8TRDC_DFLOWTYPETPM_DIS_FLOWTYPE
B012Update Type TPM_DIS_FLOWTYPECHAR8TRDC_DFLOWTYPETPM_DIS_FLOWTYPE
B013Update Type TPM_DIS_FLOWTYPECHAR8TRDC_DFLOWTYPETPM_DIS_FLOWTYPE
B014Update Type TPM_DIS_FLOWTYPECHAR8TRDC_DFLOWTYPETPM_DIS_FLOWTYPE
B015Update Type TPM_DIS_FLOWTYPECHAR8TRDC_DFLOWTYPETPM_DIS_FLOWTYPE
B016Update Type TPM_DIS_FLOWTYPECHAR8TRDC_DFLOWTYPETPM_DIS_FLOWTYPE
B017Update Type TPM_DIS_FLOWTYPECHAR8TRDC_DFLOWTYPETPM_DIS_FLOWTYPE
B018Update Type TPM_DIS_FLOWTYPECHAR8TRDC_DFLOWTYPETPM_DIS_FLOWTYPE
B019Update Type TPM_DIS_FLOWTYPECHAR8TRDC_DFLOWTYPETPM_DIS_FLOWTYPE
B020Update Type TPM_DIS_FLOWTYPECHAR8TRDC_DFLOWTYPETPM_DIS_FLOWTYPE
B021Update Type TPM_DIS_FLOWTYPECHAR8TRDC_DFLOWTYPETPM_DIS_FLOWTYPE
B022Update Type TPM_DIS_FLOWTYPECHAR8TRDC_DFLOWTYPETPM_DIS_FLOWTYPE
B023Update Type TPM_DIS_FLOWTYPECHAR8TRDC_DFLOWTYPETPM_DIS_FLOWTYPE
B024Update Type TPM_DIS_FLOWTYPECHAR8TRDC_DFLOWTYPETPM_DIS_FLOWTYPE

Key field Non-key field



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

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

SELECT SINGLE *
FROM TRLC_DFT_ASSGN_B
INTO CORRESPONDING FIELDS OF WA_TRLC_DFT_ASSGN_B
WHERE...

How to access SAP table TRLC_DFT_ASSGN_B

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