WSPT_LIKP_REJ SAP (Rejected documents for Portugal Webservice) Table details

Dictionary Type: Table
Description: Rejected documents for Portugal Webservice




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




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

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

The WSPT_LIKP_REJ table consists of various fields, each holding specific information or linking keys about Rejected documents for Portugal Webservice data available in SAP. These include VBELN (Delivery), DOC_SR (Serial No for wspt_likp), DOC_CATG (Document Category), REJ_CODE (Rejection Code for Delivery).. 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_REJ 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
REJ_CODERejection Code for Delivery WSPT_REJ_CODECHAR5WSPT_REJ_CODESWSPT_REJ_CODE
FILE_IDSAF-T File ID WSPT_FILE_IDCHAR128CHAR128
DOC_STATUSDocument Status for PT Websevice WSPT_DOC_STATUSCHAR1WSPT_DOC_STATUS
ERNAMName of Person who Created the Object ERNAMCHAR12USNAM
ERDATDate on Which Record Was Created ERDATDATS8DATUM
ERZETEntry time ERZETTIMS6UZEIT
REJ_TEXT_LENWSPT: Rejection Text Lenght WSPT_REJ_TEXT_LENINT25INT2
REJ_TEXTRejection Text WSPT_REJ_TEXTLCHR2000

Key field Non-key field



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

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

SELECT SINGLE *
FROM WSPT_LIKP_REJ
INTO CORRESPONDING FIELDS OF WA_WSPT_LIKP_REJ
WHERE...

How to access SAP table WSPT_LIKP_REJ

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