/SAPPSSRM/PROGSS_POPAYM_MCN SAP (Structure for Purchase Order Payment History) Structure details

Dictionary Type: Structure
Description: Structure for Purchase Order Payment History




ABAP Code to SELECT data from /SAPPSSRM/PROGSS_POPAYM_MCN
Related tables to /SAPPSSRM/PROGSS_POPAYM_MCN
Access table /SAPPSSRM/PROGSS_POPAYM_MCN




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

/SAPPSSRM/PROGSS_POPAYM_MCN is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Structure for Purchase Order Payment History" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_/SAPPSSRM/PROGSS_POPAYM_MCN TYPE /SAPPSSRM/PROGSS_POPAYM_MCN.

The /SAPPSSRM/PROGSS_POPAYM_MCN table consists of various fields, each holding specific information or linking keys about Structure for Purchase Order Payment History data available in SAP. These include EBELP (Item Number of Purchasing Document), FLGORIG (Character Field Length 1), VGABE (Character Field Length 1), BLKLS (Character Field Length 1).. 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP /SAPPSSRM/PROGSS_POPAYM_MCN structure 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
EBELNPurchasing Document Number EBELNCHAR10Assigned to domainALPHAEBELNBESMEKK_C
EBELPItem Number of Purchasing Document EBELPNUMC5Assigned to domainEBELPBSP
FLGORIGCharacter Field Length 1 CHAR01CHAR1CHAR1
VGABECharacter Field Length 1 CHAR01CHAR1CHAR1
BLKLSCharacter Field Length 1 CHAR01CHAR1CHAR1
BLARTDocument Type BLARTCHAR2Assigned to domainBLARTBAR
GJAHRFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
LTEXTTransaction Description CRMT_PROCESS_DESCRIPTIONCHAR40CRM_PROCESS_DESCRIPTION
BEWTPCharacter Field Length 1 CHAR01CHAR1CHAR1
DOCNRFollow-On Document Object ID in Back-End System BE_OBJECT_IDCHAR20BBP_BE_OBJECT_ID
BUZEINumber of Line Item Within Accounting Document BUZEINUMC3BUZEIBUZ
BLDATDocument Date in Document BLDATDATS8DATUM
BUDATPosting Date in the Document BUDATDATS8DATUM
CPUTMTime UZEITTIMS6UZEIT
MENGEQuantity MENGE_DQUAN13(3) MENG13
MEINSBase Unit of Measure MEINSUNIT3Assigned to domainCUNITMEINS
AMOUNTNet Value BBP_VALUECURR15(2) WERT8
SHKZGDebit/Credit Indicator SHKZGCHAR1SHKZG
WAERSCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
STATUSCharacter Field with Length 5 CHAR05CHAR5CHAR005
REFFIAccounting Document Number BELNR_DCHAR10ALPHABELNRBLN
RBUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
RGJAHRFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
AUGBLDocument Number of the Clearing Document AUGBLCHAR10ALPHABELNR
REBZGCharacter Field Length = 10 CHAR10CHAR10CHAR10
PAR_RESCharacter Field Length 1 CHAR01CHAR1CHAR1
BWARTMovement Type (Inventory Management) BWARTCHAR3Assigned to domainBWARTBWA
BWTXTTransaction Description CRMT_PROCESS_DESCRIPTIONCHAR40CRM_PROCESS_DESCRIPTION
WRTTPVersion Number Component CHAR2CHAR2CHAR2
FINALCharacter Field Length 1 CHAR01CHAR1CHAR1
ELIKZ'Delivery Completed' Indicator BBP_ELIKZCHAR1XFELD
OTHERPOCharacter Field Length 1 CHAR01CHAR1CHAR1
FLGNOQCharacter Field Length 1 CHAR01CHAR1CHAR1
FLGOACharacter Field Length 1 CHAR01CHAR1CHAR1

Key field Non-key field



How do I retrieve data from SAP structure /SAPPSSRM/PROGSS_POPAYM_MCN using ABAP code?

As /SAPPSSRM/PROGSS_POPAYM_MCN is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on /SAPPSSRM/PROGSS_POPAYM_MCN as there is no data to select.

How to access SAP table /SAPPSSRM/PROGSS_POPAYM_MCN

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