N1BCEXP SAP (Basic Cat.: Export) Table details

Dictionary Type: Table
Description: Basic Cat.: Export




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




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

N1BCEXP is a standard SAP Table which is used to store Basic Cat.: Export data and is available within R/3 SAP systems depending on the version and release level.

The N1BCEXP table consists of various fields, each holding specific information or linking keys about Basic Cat.: Export data available in SAP. These include BCEXPID (Technical Key of an Object), BCHID (Basic Catalog: Catalog Key), BCEXPCFGID (Technical Key of an Object), UNAME (Basic Cat.: Exporting User).. 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 N1BCEXP 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 MANDTCLNT3T000MANDT
BCEXPIDTechnical Key of an Object N1UUIDCHAR32SYSUUID_C
BCHIDBasic Catalog: Catalog Key N1BCHIDCHAR33ISH_UUID_P
BCEXPCFGIDTechnical Key of an Object N1UUIDCHAR32SYSUUID_C
UNAMEBasic Cat.: Exporting User N1BCEXP_UNAMECHAR12Assigned to domainXUBNAME
START_DATEBasic Cat.: Start Date of Export N1BCEXP_STARTDATEDATS8N1BCDATE
START_TIMEBasic Cat.: Start Time of Export N1BCEXP_STARTTIMETIMS6N1BCTIME
END_DATEBasic Cat: End Date of Export N1BCEXP_ENDDATEDATS8N1BCDATE
END_TIMEBasic Cat.: End Time of Export N1BCEXP_ENDTIMETIMS6N1BCTIME
EXPCOMMENTBasic Cat.: Comment on an Export N1BCEXP_COMMENTCHAR255TEXT255
FILENAMEFile Name (255 Characters, with Small Letters) N1FILENAME_255CHAR255TEXT255

Key field Non-key field



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

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

SELECT SINGLE *
FROM N1BCEXP
INTO CORRESPONDING FIELDS OF WA_N1BCEXP
WHERE...

How to access SAP table N1BCEXP

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