MEV_S_AD_ITEM_SD_WORK_DATA SAP (Period-End Valuation: Work Structure for MEV_D_AD_ITEM_SD) Structure details

Dictionary Type: Structure
Description: Period-End Valuation: Work Structure for MEV_D_AD_ITEM_SD




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




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

MEV_S_AD_ITEM_SD_WORK_DATA 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 "Period-End Valuation: Work Structure for MEV_D_AD_ITEM_SD" 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_MEV_S_AD_ITEM_SD_WORK_DATA TYPE MEV_S_AD_ITEM_SD_WORK_DATA.

The MEV_S_AD_ITEM_SD_WORK_DATA table consists of various fields, each holding specific information or linking keys about Period-End Valuation: Work Structure for MEV_D_AD_ITEM_SD data available in SAP. These include VBELN_POST (Posting Billing Document), POSNR_POST (Posting Billing Document Item), POSNR_POST_2 (Differential Billing: Item Number of the 2nd Item in a Pair), VBELN_RESET (Resetting Billing Document).. 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: Can Be Enhanced (Deep)


SAP MEV_S_AD_ITEM_SD_WORK_DATA 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
VBELN_POSTPosting Billing Document VBELN_VF_MEV_POSTCHAR10Assigned to domainALPHAVBELN
POSNR_POSTPosting Billing Document Item POSNR_VF_MEV_POSTNUMC6Assigned to domainPOSNR
POSNR_POST_2Differential Billing: Item Number of the 2nd Item in a Pair POSNR_VF_BILL_DIFF_2NUMC6Assigned to domainPOSNR
VBELN_RESETResetting Billing Document VBELN_VF_MEV_RESETCHAR10Assigned to domainALPHAVBELN
POSNR_RESETResetting Billing Document Item POSNR_VF_MEV_RESETNUMC6Assigned to domainPOSNR
POSNR_RESET_2Differential Billing: Item Number of the 2nd Item in a Pair POSNR_VF_BILL_DIFF_2NUMC6Assigned to domainPOSNR
VKORGSales Organization VKORGCHAR4Assigned to domainVKORGVKOC_VKORG
VTWEGDistribution Channel VTWEGCHAR2Assigned to domainVTWEGVTWC_VTWEG
SPARTDivision SPARTCHAR2Assigned to domainSPARTSPAC_SPART
VKGRPSales Group VKGRPCHAR3Assigned to domainVKGRPVKG
VKBURSales Office VKBURCHAR4Assigned to domainVKBURVKB
KUNAGSold-to party KUNAGCHAR10Assigned to domainALPHAKUNNRVAG
VBTYP_OBJSD document category VBTYPCHAR1VBTYP
NAME1Name 1 NAME1_GPCHAR35NAME
KNUMVNumber of the document condition KNUMVCHAR10KNUMV
VBTYP_POSTSD document category VBTYPCHAR1VBTYP
VBTYP_RESETSD document category VBTYPCHAR1VBTYP
FKART_POSTBilling Type FKARTCHAR4Assigned to domainFKART

Key field Non-key field



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

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

How to access SAP table MEV_S_AD_ITEM_SD_WORK_DATA

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