WSPT_LIKP SAP (Documents for Portugal Webservice) Table details

Dictionary Type: Table
Description: Documents for Portugal Webservice




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




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

WSPT_LIKP is a standard SAP Table which is used to store Documents for Portugal Webservice data and is available within R/3 SAP systems depending on the version and release level.

The WSPT_LIKP table consists of various fields, each holding specific information or linking keys about Documents for Portugal Webservice data available in SAP. These include VBELN (Delivery), DOC_SR (Serial No for wspt_likp), DOC_CATG (Document Category), FILE_ID (SAF-T File ID).. 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: Cannot Be Enhanced


SAP WSPT_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 MANDTCLNT3T000MANDT
VBELNDelivery VBELN_VLCHAR10Assigned to domainALPHAVBELNVL
DOC_SRSerial No for wspt_likp WSPT_DOC_SRNUMC3NUMC3
DOC_CATGDocument Category WSPT_DOC_CATGCHAR2WSPT_DOC_CATG
FILE_IDSAF-T File ID WSPT_FILE_IDCHAR128CHAR128
MBLNRNumber of Material Document MBLNRCHAR10ALPHABELNRMBN
MJAHRMaterial Document Year MJAHRNUMC4GJAHRGJAHRMJA
DOC_TYPEDocument Type WSPT_DOC_TYPECHAR4WSPT_DOC_TYPE
DOC_LEVELDocument level(for IS-OIL) WSPT_DOC_LEVELCHAR1WSPT_DOC_LEVEL
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
DOC_STATUSDocument Status for PT Websevice WSPT_DOC_STATUSCHAR1WSPT_DOC_STATUS
DOC_LOCKRFC sent Lock for Delivery Document WSPT_DOC_LOCKCHAR1WSPT_DOC_LOCK
APPR_IDDocument Approval ID WSPT_APPR_IDCHAR200CHAR200
RESP_DTResponse Received Date WSPT_RESP_DTDATS8DATUM
ERNAMName of Person who Created the Object ERNAMCHAR12USNAM
ERDATDate on Which Record Was Created ERDATDATS8DATUM
ERZETEntry time ERZETTIMS6UZEIT
AENAMName of Person Who Changed Object AENAMCHAR12USNAM
AEDATChanged On AEDATDATS8DATUM
AEZETTime last change was made AEZETTIMS6UZEIT
MOVE_ST_DTMovement Start Date WSPT_MOVE_ST_DTDATS8DATUM
MOVE_ST_TMMovement Start Time WSPT_MOVE_ST_TMTIMS6UZEIT
DOC_CDFlag for Document changed/deleted for IS-OIL WSPT_DOC_CDCHAR1WSPT_DOC_CD
SHNUMBERShipping Document no for IS-OIL WSPT_SHPNUMBERCHAR10Assigned to domainALPHAVBELN
ACTIVEActive Document WSPT_ACTIVE_OBJCHAR1FLAG

Key field Non-key field



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

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

SELECT SINGLE *
FROM WSPT_LIKP
INTO CORRESPONDING FIELDS OF WA_WSPT_LIKP
WHERE...

How to access SAP table WSPT_LIKP

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