WPOSN_CSGMT SAP (Stock Determination Entries for Consignment Processing) Table details

Dictionary Type: Table
Description: Stock Determination Entries for Consignment Processing




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




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

WPOSN_CSGMT is a standard SAP Table which is used to store Stock Determination Entries for Consignment Processing data and is available within R/3 SAP systems depending on the version and release level.

The WPOSN_CSGMT table consists of various fields, each holding specific information or linking keys about Stock Determination Entries for Consignment Processing data available in SAP. These include RETAILSTOREID (Partner Number of Sender), IDOCNUMBER (IDoc number), SEGMENTNUMBER (Number of SAP segment), CSGMT_INDEX (Index for Saving Additional Items).. 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 WPOSN_CSGMT 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
CLIENTClient MANDTCLNT3Assigned to domainMANDT
RETAILSTOREIDPartner Number of Sender EDI_SNDPRNCHAR10Assigned to domainALPHAEDI_PARNUM
IDOCNUMBERIDoc number EDI_DOCNUMNUMC16EDI_DOCNUMDCN
SEGMENTNUMBERNumber of SAP segment IDOCDSGNUMNUMC6EDI_NUMBER
CSGMT_INDEXIndex for Saving Additional Items POS_CSGMT_INDEXINT410
IDOCTYPEIDoc type (for example, ORDERS01) DOCTYPCHAR8EDI_DOCTYPEDD
CREATIONDATEEntry Created On POS_CSGMT_ERZDATEDATS8
CSGMT_DATAField for Entering Stock Determination Details POS_CSGMT_DATARSTR0

Key field Non-key field



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

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

SELECT SINGLE *
FROM WPOSN_CSGMT
INTO CORRESPONDING FIELDS OF WA_WPOSN_CSGMT
WHERE...

How to access SAP table WPOSN_CSGMT

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