/BEV2/CSWEMPF_CE SAP (Certificates for Temporarily Registered Consignees) Table details

Dictionary Type: Table
Description: Certificates for Temporarily Registered Consignees




ABAP Code to SELECT data from /BEV2/CSWEMPF_CE
Related tables to /BEV2/CSWEMPF_CE
Access table /BEV2/CSWEMPF_CE




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

/BEV2/CSWEMPF_CE is a standard SAP Table which is used to store Certificates for Temporarily Registered Consignees data and is available within R/3 SAP systems depending on the version and release level.

The /BEV2/CSWEMPF_CE table consists of various fields, each holding specific information or linking keys about Certificates for Temporarily Registered Consignees data available in SAP. These include WEMPF (Customer Numbers), ITEM (Item Number), CERTIFICATE_P1 (Certificate for Temporarily Registered Consignee Part 1), CERTIFICATE_P2 (Certificate for Temporarily Registered Consignee Part 2).. 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: Can be enhanced (character-type or numeric)


SAP /BEV2/CSWEMPF_CE 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
WEMPFCustomer Numbers KUNNRCHAR10/BEV2/EDWEMPFALPHAKUNNRKUNC_KUNNR
ITEMItem Number /BEV2/EDPOSNRNUMC3NUMC3
CERTIFICATE_P1Certificate for Temporarily Registered Consignee Part 1 /BEV2/CS_CERTIFICATE_P1CHAR175
CERTIFICATE_P2Certificate for Temporarily Registered Consignee Part 2 /BEV2/CS_CERTIFICATE_P2CHAR175
DATABValid-From Date /BEV2/EDDATABDATS8DATUM
DATBIValid To Date /BEV2/EDDATBIDATS8DATUM

Key field Non-key field



How do I retrieve data from SAP table /BEV2/CSWEMPF_CE using ABAP code

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

SELECT SINGLE *
FROM /BEV2/CSWEMPF_CE
INTO CORRESPONDING FIELDS OF WA_/BEV2/CSWEMPF_CE
WHERE...

How to access SAP table /BEV2/CSWEMPF_CE

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