SIPT_LIKP SAP (Portugal: Digital Signature for Delivery Document) Table details

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




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




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

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

The SIPT_LIKP table consists of various fields, each holding specific information or linking keys about Portugal: Digital Signature for Delivery Document data available in SAP. These include VBELN (Delivery), XBLNR (Reference Document Number), BUKRS (Company Code), 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_LIKP 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
VBELNDelivery VBELN_VLCHAR10Assigned to domainALPHAVBELNVL
XBLNRReference Document Number XBLNR_LIKPCHAR25XBLNR_LIKP
BUKRSCompany Code BUKRSCHAR4T001BUKRSBUKC_T001
NRRANGENRNumber range number NRNRCHAR2CHAR2
LEAD_DOCTYPESignature PT: Leading Delivery Document Type SIPT_LFARTCHAR4TVLKLFART
SERIESSignature Portugal: Series SIPT_SERIESCHAR4CHAR4
DEL_DATESignature PT: Delivery Date SIPT_DEL_DATECHAR10CHAR10
SY_DATESignature PT: System Entry Date and Time SIPT_SY_DATECHAR19CHAR19
DEL_NOSignature PT: Delivery Number SIPT_DEL_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
CANCELSignature PT: Cancelled document indicator SIPT_CANCEL_INDCHAR1XFELD
SIGNATURE 0

Key field Non-key field



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

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

SELECT SINGLE *
FROM SIPT_LIKP
INTO CORRESPONDING FIELDS OF WA_SIPT_LIKP
WHERE...

How to access SAP table SIPT_LIKP

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