/CCEE/SIFIPE7 SAP (Pro forma invoice for temporary export of goods) Table details

Dictionary Type: Table
Description: Pro forma invoice for temporary export of goods




ABAP Code to SELECT data from /CCEE/SIFIPE7
Related tables to /CCEE/SIFIPE7
Access table /CCEE/SIFIPE7




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

/CCEE/SIFIPE7 is a standard SAP Table which is used to store Pro forma invoice for temporary export of goods data and is available within R/3 SAP systems depending on the version and release level.

The /CCEE/SIFIPE7 table consists of various fields, each holding specific information or linking keys about Pro forma invoice for temporary export of goods data available in SAP. These include VBELN (Billing Document), POSNR (Billing item), EDATE (Date), ETIME (Time).. 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: Not classified


SAP /CCEE/SIFIPE7 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
VBELNBilling Document VBELN_VFCHAR10Assigned to domainALPHAVBELNVF
POSNRBilling item POSNR_VFNUMC6Assigned to domainPOSNR
EDATEDate DATUMDATS8DATUM
ETIMETime UZEITTIMS6UZEIT
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
PODATDate DATUMDATS8DATUM
FKDATBilling date for billing index and printout FKDATDATS8DATUM
NETWRNet value of the billing item in document currency NETWR_FPCURR15(2) WERTV8
WAERKSD Document Currency WAERKCUKY5Assigned to domainWAERSFWS
FKIMGActual Invoiced Quantity FKIMGQUAN13(3) MENG13
VRKMESales unit VRKMEUNIT3Assigned to domainCUNITMEINS
ARKTXShort text for sales order item ARKTXCHAR40TEXT40
EXARTBusiness Transaction Type for Foreign Trade EXARTCHAR2Assigned to domainEXARTEXA
BEZEIDescription BEZEI30CHAR30TEXT30
LLAND_AUFTCountry of destination of sales order LLAND_AUFTCHAR3Assigned to domainLAND1VLL
WADAT_ISTActual Goods Movement Date WADAT_ISTDATS8DATUMWDTI
RELEVNot relevant flag /CCEE/SIFIRELEVCHAR1CHAR1
ERDATDate DATUMDATS8DATUM
ERQUAQuantity /CCEE/SIFIERQUAQUAN13(3) MENG13
ERDESShort text for sales order item ARKTXCHAR40TEXT40

Key field Non-key field



How do I retrieve data from SAP table /CCEE/SIFIPE7 using ABAP code

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

SELECT SINGLE *
FROM /CCEE/SIFIPE7
INTO CORRESPONDING FIELDS OF WA_/CCEE/SIFIPE7
WHERE...

How to access SAP table /CCEE/SIFIPE7

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