VPSOSEGA SAP (Change Document Structure; Generated by RSSCD000) Structure details

Dictionary Type: Structure
Description: Change Document Structure; Generated by RSSCD000




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




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

VPSOSEGA 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 "Change Document Structure; Generated by RSSCD000" 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_VPSOSEGA TYPE VPSOSEGA.

The VPSOSEGA table consists of various fields, each holding specific information or linking keys about Change Document Structure; Generated by RSSCD000 data available in SAP. These include MANDT (Client), LOTKZ (Lot Number for Documents), BUKRS (Company Code), ITABKEY (Internal key of internal table).. 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: Not classified


SAP VPSOSEGA 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
LOTKZLot Number for Documents LOTKZCHAR10ALPHALOTKZLOT
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
ITABKEYInternal key of internal table FM_ITABKEYNUMC10FM_ITABKEY
GJAHRFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
BZKEYNumber of Line Item Within Accounting Document BUZEINUMC3BUZEIBUZ
AUSBKSource Company Code AUSBKCHAR4Assigned to domainBUKRS
BUZEINumber of Line Item Within Accounting Document BUZEINUMC3BUZEIBUZ
BSCHLPosting Key BSCHLCHAR2Assigned to domainBSCHL
SHKZGDebit/Credit Indicator SHKZGCHAR1SHKZG
PARGBTrading partner's business area PARGBCHAR4Assigned to domainGSBERGSB
MWSKZTax on sales/purchases code MWSKZCHAR2Assigned to domainMWSKZ
DMBTRAmount in Local Currency DMBTRCURR13(2) WERT7
DMBE2Amount in Second Local Currency DMBE2CURR13(2) WERT7
DMBE3Amount in Third Local Currency DMBE3CURR13(2) WERT7
WRBTRAmount in document currency WRBTRCURR13(2) WERT7
HWMETMethod with Which the Local Currency Amount Was Determined HWMETCHAR1HWMET
HWBASTax Base Amount in Local Currency HWBASCURR13(2) WERT7
FWBASTax Base Amount in Document Currency FWBASCURR13(2) WERT7
MWARTTax Type MWARTCHAR1MWART
KURSRHedged Exchange Rate KURSRDEC9(5) KURSP
ZUONRAssignment Number DZUONRCHAR18ZUONR
SGTXTItem Text SGTXTCHAR50TEXT50
ANLN1Main Asset Number ANLN1CHAR12Assigned to domainALPHAANLN1AN1
ANLN2Asset Subnumber ANLN2CHAR4Assigned to domainALPHAANLN2AN2
ANBWAAsset Transaction Type ANBWACHAR3Assigned to domainBWASL
BZDATAsset value date BZDATDATS8DATUM
XSKRLIndicator: Line item not liable to cash discount? XSKRLCHAR1XFELD
HKONTGeneral Ledger Account HKONTCHAR10Assigned to domainALPHASAKNR
HZUONAssignment Number for Special G/L Accounts HZUONCHAR18ZUONR
MENGEQuantity MENGE_DQUAN13(3) MENG13
MEINSBase Unit of Measure MEINSUNIT3Assigned to domainCUNITMEINS
TXJCDTax Jurisdiction TXJCDCHAR15Assigned to domainTXJCDTXJ
PS_PSP_PNRWork Breakdown Structure Element (WBS Element) PS_PSP_PNRNUMC8Assigned to domainKONPRPS_POSNR
AUFNROrder Number AUFNRCHAR12Assigned to domainALPHAAUFNRANR
FIPOSCommitment Item FIPOSCHAR14Assigned to domainFIPOSFIP
KBLNRDocument Number for Earmarked Funds KBLNR_FICHAR10KBLKALPHAKBLNRKBL
KBLPOSEarmarked Funds: Document Item KBLPOSNUMC3KBLPKBLPOSKBP
FISTLFunds Center FISTLCHAR16Assigned to domainFISTLFIS
GEBERFund BP_GEBERCHAR10Assigned to domainBP_GEBERFIC
RECIDRules for Issuing an Invoice RECIDCHAR4TEXT4
GRICDActivity Code for Gross Income Tax J_1AGICD_DCHAR2J_1AGICDJ_1AGICD2
GRIRGSTATE (State, Province, County) REGIOCHAR3T005SREGIO
GITYPDistribution Type for Employment Tax J_1ADTYP_DCHAR2J_1ADTYPJ_1ADTYP
FIPEXCommitment Item FM_FIPEXCHAR24Assigned to domainFM_FIPEXFPS
MEASUREFunded Program FM_MEASURECHAR24Assigned to domainFM_MEASUREFM_MEASURE
CHWRBDocument Parking: Amount not Modifiable CHWRBCHAR1CHAR1
KZChange Type (U, I, S, D) CDCHNGINDCHAR1CDCHNGIND
VBKPFWAERSCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
VBKPFHWAERLocal Currency HWAERCUKY5Assigned to domainWAERS
VBKPFHWAE2Currency Key of Second Local Currency HWAE2CUKY5Assigned to domainWAERS
VBKPFHWAE3Currency Key of Third Local Currency HWAE3CUKY5Assigned to domainWAERS

Key field Non-key field



How do I retrieve data from SAP structure VPSOSEGA using ABAP code?

As VPSOSEGA 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 VPSOSEGA as there is no data to select.

How to access SAP table VPSOSEGA

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