BCSS_FXED SAP (Part of the Fax Cover Sheet that Can Be Edited) Structure details

Dictionary Type: Structure
Description: Part of the Fax Cover Sheet that Can Be Edited




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




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

BCSS_FXED is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Part of the Fax Cover Sheet that Can Be Edited" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_BCSS_FXED TYPE BCSS_FXED.

The BCSS_FXED table consists of various fields, each holding specific information or linking keys about Part of the Fax Cover Sheet that Can Be Edited data available in SAP. These include RE_NAM_TXT (Full Name of Person), RE_Z_HD (Full Name of Person), RE_DEPT (Department), RE_FAX (Complete number: dialling code+number+extension).. 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP BCSS_FXED structure 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
RE_TITLMEDTitle text AD_TITLETXCHAR30TEXT30
RE_NAM_TXTFull Name of Person AD_NAMTEXTCHAR80TEXT80
RE_Z_HDFull Name of Person AD_NAMTEXTCHAR80TEXT80
RE_DEPTDepartment AD_DPRTMNTCHAR40TEXT40
RE_FAXComplete number: dialling code+number+extension AD_FXNRLNGCHAR30CHAR30
RE_STREETStreet AD_STREETCHAR60TEXT60CLSTRTNAME
RE_HSNUMHouse Number AD_HSNM1CHAR10TEXT10
RE_CITYCity AD_CITY1CHAR40TEXT40CLCITYNAME
SP_TITLMEDTitle text AD_TITLETXCHAR30TEXT30
SP_NAM_TXTFull Name of Person AD_NAMTEXTCHAR80TEXT80
SP_DEPTDepartment AD_DPRTMNTCHAR40TEXT40
SP_FAXComplete number: dialling code+number+extension AD_FXNRLNGCHAR30CHAR30
SP_TELComplete number: dialling code+number+extension AD_TELNRLGCHAR30CHAR30
SC_COMPName 1 AD_NAME1CHAR40TEXT40
SC_STREETStreet AD_STREETCHAR60TEXT60CLSTRTNAME
SC_CITYCity AD_CITY1CHAR40TEXT40CLCITYNAME
SC_FAXComplete number: dialling code+number+extension AD_FXNRLNGCHAR30CHAR30
SC_TELComplete number: dialling code+number+extension AD_TELNRLGCHAR30CHAR30

Key field Non-key field



How do I retrieve data from SAP structure BCSS_FXED using ABAP code?

As BCSS_FXED is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on BCSS_FXED as there is no data to select.

How to access SAP table BCSS_FXED

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