/BEV3/CHCTM2OTHE SAP (Modules called by the date) Table details

Dictionary Type: Table
Description: Modules called by the date




ABAP Code to SELECT data from /BEV3/CHCTM2OTHE
Related tables to /BEV3/CHCTM2OTHE
Access table /BEV3/CHCTM2OTHE




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

/BEV3/CHCTM2OTHE is a standard SAP Table which is used to store Modules called by the date data and is available within R/3 SAP systems depending on the version and release level.

The /BEV3/CHCTM2OTHE table consists of various fields, each holding specific information or linking keys about Modules called by the date data available in SAP. These include ABR_TYP (Settlement Type (Settlement/Proposal/Simulation/Event)), LFDNR (Sequence Number), FUBA (Function module called by the date).. 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 /BEV3/CHCTM2OTHE 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
ABR_TYPSettlement Type (Settlement/Proposal/Simulation/Event) /BEV3/CHABRTYPCHAR1/BEV3/CHABRTYP
LFDNRSequence Number /BEV3/CHLFDNRNUMC4/BEV3/CHLFDNR
FUBAFunction module called by the date /BEV3/CHTMFUBACHAR30Assigned to domainFUNCNAME

Key field Non-key field



How do I retrieve data from SAP table /BEV3/CHCTM2OTHE using ABAP code

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

SELECT SINGLE *
FROM /BEV3/CHCTM2OTHE
INTO CORRESPONDING FIELDS OF WA_/BEV3/CHCTM2OTHE
WHERE...

How to access SAP table /BEV3/CHCTM2OTHE

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