TE970B SAP (Special Procesing Variants for Move-In/Out) Table details

Dictionary Type: Table
Description: Special Procesing Variants for Move-In/Out




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




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

TE970B is a standard SAP Table which is used to store Special Procesing Variants for Move-In/Out data and is available within R/3 SAP systems depending on the version and release level.

The TE970B table consists of various fields, each holding specific information or linking keys about Special Procesing Variants for Move-In/Out data available in SAP. These include BVAR (Dependent Processing Variant (Move-In/Out) for Action), OKCODE (Action in Move-In/Out Processing), ECSELECTALLC (Automatic contract selection for move-out), ECSELECTALLCF (Automatic contract selection for mandatory move-out).. 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 TE970B 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
BVARDependent Processing Variant (Move-In/Out) for Action ECOKBVARCHAR4BVAR
OKCODEAction in Move-In/Out Processing EC6OKCODECHAR10EC6OKCODE
ECSELECTALLCAutomatic contract selection for move-out ECSELECTALLCCHAR1ECSELECTALLC
ECSELECTALLCFAutomatic contract selection for mandatory move-out ECSELECTALLCFCHAR1ECSELECTALLCF
ECSELECTALLIAutomatic installation for move-in/out ECSELECTALLICHAR1ECSELECTALLI
MONODIALOGCreate move-out in background ECMONODIALOGCHAR1KENNZX
MONODIALOGFCreate Mandatory Move-Out in Background ECMONODIALOGFCHAR1ECMONODIALOGF
TAKEVKONTCopy business partner's existing contract account ECTAKEVKONTCHAR1ECTAKEVKONT
STORNODIALOGCreate Move-In and Move-Out Reversal in Background ECSTORNODIALOGCHAR1KENNZX
MIIFNOMOTry to perform a move-in, even is a move-out is not possible ECMIIFNOMOCHAR1KENNZX
ENVTIMEDisplay Period for Data Environment EENVTIMENUMC5NUMC
CTRSWTCVKONTCopy contract account during contract change ECTRSWTCVKONTCHAR1ECTRSWTCVKONT
SSWTCREASONReasons for contract change SSWTCREASONCHAR2TE960CHAR2
SUBRREASONReason for customer change DEBWECHSCHAR2TE990DEBWECHS
MOMIBELSELDocument selection list for move-in/move-out ECMOMIBELSELCHAR1ECMOMIBELSEL
ECPARTNERSELControl of Business Partner Selection List ECPARTNERSELCHAR1ECMOMIBELSEL
MO_LAYOUTLayout for Move-Out Processing EMO_TABLAYOUTCHAR4TAMLAY0TAB_LAYOUT
MOFLAYOUTLayout for Processing Forced Move-Out EMOFTABLAYOUTCHAR4TAMLAY0TAB_LAYOUT
REVERSE_INVOICEInvoice Reversal in Move-In/Out ECREVERSEINVOICECHAR1ECREVERSEINVOICE
BCREASONReason for Reversal BCREASONCHAR2TE272BCREASONTE272_BCREASON_F4
MI_LAYOUTLayout for Move-In Processing EMI_TABLAYOUTCHAR4TAMLAY0TAB_LAYOUT
BU_FRGIDBDT: External Applications EBU_FRGIDCHAR10TBZ1IBU_FRGID

Key field Non-key field



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

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

SELECT SINGLE *
FROM TE970B
INTO CORRESPONDING FIELDS OF WA_TE970B
WHERE...

How to access SAP table TE970B

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