TCORT_SAT_ALLBPG SAP ((Obsolete) Allowed BP Groups for SAT Corresp. activities) Table details

Dictionary Type: Table
Description: (Obsolete) Allowed BP Groups for SAT Corresp. activities




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




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

TCORT_SAT_ALLBPG is a standard SAP Table which is used to store (Obsolete) Allowed BP Groups for SAT Corresp. activities data and is available within R/3 SAP systems depending on the version and release level.

The TCORT_SAT_ALLBPG table consists of various fields, each holding specific information or linking keys about (Obsolete) Allowed BP Groups for SAT Corresp. activities data available in SAP. These include COMPANY_CODE (Company Code), PRODUCT_CATEGORY (Product Category), PRODUCT_TYPE (Product Type), SEC_ACCOUNT (Securities Account).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP TCORT_SAT_ALLBPG 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 MANDTCLNT3TCORT_SAT_ACTVTMANDT
COMPANY_CODECompany Code BUKRSCHAR4TCORT_SAT_ACTVTBUKRSBUKC_T001
PRODUCT_CATEGORYProduct Category SANLFNUMC3TCORT_SAT_ACTVTVVSANLF
PRODUCT_TYPEProduct Type VVSARTCHAR3TCORT_SAT_ACTVTVVSARTSANVVSART_APPL_BAS
SEC_ACCOUNTSecurities Account VRLDEPOCHAR10TCORT_SAT_ACTVTRLDEPODEP
RECIPIENT_TYPERecipient/Sender Type FTR_RECIPIENT_TYPECHAR15TCORT_SAT_ACTVTFTR_RECIPIENT_TYPE
FLOW_TYPEUpdate Type TPM_DIS_FLOWTYPECHAR8TCORT_SAT_ACTVTTPM_DIS_FLOWTYPE
FUNCTIONCorrespondence Class FTR_FUNCTIONCHAR15TCORT_SAT_ACTVTFTR_FUNCTION
BPGROUPBusiness Partner Group ID FTR_BPGRPCHAR15TCORC_BUSGRPFTR_BPGRP

Key field Non-key field



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

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

SELECT SINGLE *
FROM TCORT_SAT_ALLBPG
INTO CORRESPONDING FIELDS OF WA_TCORT_SAT_ALLBPG
WHERE...

How to access SAP table TCORT_SAT_ALLBPG

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