SIPT_BKPF SAP (Portugal: Digital Signature for Accounting Documents) Table details

Dictionary Type: Table
Description: Portugal: Digital Signature for Accounting Documents




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




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

SIPT_BKPF is a standard SAP Table which is used to store Portugal: Digital Signature for Accounting Documents data and is available within R/3 SAP systems depending on the version and release level.

The SIPT_BKPF table consists of various fields, each holding specific information or linking keys about Portugal: Digital Signature for Accounting Documents data available in SAP. These include BUKRS (Company Code), BELNR (Accounting Document Number), GJAHR (Fiscal Year), NRRANGENR (Number range number).. 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 (Deep)


SAP SIPT_BKPF 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
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
BELNRAccounting Document Number BELNR_DCHAR10ALPHABELNRBLN
GJAHRFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
NRRANGENRNumber range number NRNRCHAR2CHAR2
TOYEARTo fiscal year NRYEARNUMC4GJAHRGJAHR
LEAD_DOCTYPESignature Portugal: Leading Accounting Document Type SIPT_BLARTCHAR2Assigned to domainBLART
SERIESSignature Portugal: Series SIPT_SERIESCHAR4CHAR4
INV_DATESignature PT: Invoice/Billing Date SIPT_INV_DATECHAR10CHAR10
SY_DATESignature PT: System Entry Date and Time SIPT_SY_DATECHAR19CHAR19
INV_NOSignature PT: Invoice Number SIPT_INV_NOCHAR20CHAR20
GROSS_TOTALSignature PT: Gross Amount SIPT_GROSS_TOTALCHAR23
PREVPRINT_CHARSignature PT: Print Characters from the previous invoice SIPT_PREVPRINT_CHARCHAR7
PRINT_CHARSignature PT: Print Characters SIPT_PRINT_CHARCHAR7
CERT_IDSignature PT: Certification ID SIPT_CERT_IDCHAR20
KEY_VERSSignature PT: Encryption Key Version SIPT_KEY_VERSCHAR3
CREAUSERSignature PT: Created By User SIPT_CREAUSERCHAR12USNAM
CREADATESignature PT: Creation Date SIPT_CREADATEDATS8DATUM
CREATIMESignature PT: Creation Time SIPT_CREATIMETIMS6UZEIT
CHANUSERSignature PT: Changed By User SIPT_CHANUSERCHAR12USNAM
CHANDATESignature PT: Changing Date SIPT_CHANDATEDATS8DATUM
CHANTIMESignature PT: Changing Time SIPT_CHANTIMETIMS6UZEIT
SIGNATURE 0

Key field Non-key field



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

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

SELECT SINGLE *
FROM SIPT_BKPF
INTO CORRESPONDING FIELDS OF WA_SIPT_BKPF
WHERE...

How to access SAP table SIPT_BKPF

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