SIPT_VBRK SAP (Portugal: Digital Signature for Billing Document) Table details

Dictionary Type: Table
Description: Portugal: Digital Signature for Billing Document




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




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

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

The SIPT_VBRK table consists of various fields, each holding specific information or linking keys about Portugal: Digital Signature for Billing Document data available in SAP. These include VBELN (Billing Document), BUKRS (Company Code), NRRANGENR (Number range number), LEAD_DOCTYPE (Signature PT: Leading Billing Document Type).. 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_VBRK 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
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
NRRANGENRNumber range number NRNRCHAR2CHAR2
LEAD_DOCTYPESignature PT: Leading Billing Document Type SIPT_FKARTCHAR4Assigned to domainFKART
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_VBRK using ABAP code

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

SELECT SINGLE *
FROM SIPT_VBRK
INTO CORRESPONDING FIELDS OF WA_SIPT_VBRK
WHERE...

How to access SAP table SIPT_VBRK

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