TB2BMAPSTATUS SAP (Trading Contract - Mapping of Appl. to Web status values) Table details

Dictionary Type: Table
Description: Trading Contract - Mapping of Appl. to Web status values




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




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

TB2BMAPSTATUS is a standard SAP Table which is used to store Trading Contract - Mapping of Appl. to Web status values data and is available within R/3 SAP systems depending on the version and release level.

The TB2BMAPSTATUS table consists of various fields, each holding specific information or linking keys about Trading Contract - Mapping of Appl. to Web status values data available in SAP. These include BTBSTA (Trading Contract: Application Status), LAST_CHANGED_FLG (Trading Contract Last Chngd Flag (Customer, Trader, Vendor)), BTBWEBST (Trading Contract Web Status).. 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: G - Customising table which is protected against SAP Update
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)


SAP TB2BMAPSTATUS 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
BTBSTATrading Contract: Application Status BTBSTACHAR1TB2BABTBSTA
LAST_CHANGED_FLGTrading Contract Last Chngd Flag (Customer, Trader, Vendor) TC_LAST_CHANGED_FLAGCHAR1TC_LAST_CHANGED_FLAG
BTBWEBSTTrading Contract Web Status BTBWEBSTCHAR2TB2BWEBSTBTBWEBST

Key field Non-key field



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

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

SELECT SINGLE *
FROM TB2BMAPSTATUS
INTO CORRESPONDING FIELDS OF WA_TB2BMAPSTATUS
WHERE...

How to access SAP table TB2BMAPSTATUS

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