BAPIMEDCM_ALLVERSIONS SAP (Version Management - All Version Data) Structure details

Dictionary Type: Structure
Description: Version Management - All Version Data




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




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

BAPIMEDCM_ALLVERSIONS 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 "Version Management - All Version Data" 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_BAPIMEDCM_ALLVERSIONS TYPE BAPIMEDCM_ALLVERSIONS.

The BAPIMEDCM_ALLVERSIONS table consists of various fields, each holding specific information or linking keys about Version Management - All Version Data data available in SAP. These include DOC_NUMBER (Object Number in Purchasing), ITEM_NUMBER (Purchasing object: item), VERSION (Version number in Purchasing), CREATED_BY (Name of Person who Created the Object).. 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 BAPIMEDCM_ALLVERSIONS 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
DOC_TYPEPurchasing Document Category BSTYP_DCMCHAR1BSTYP_DCM
DOC_NUMBERObject Number in Purchasing EDOKNCHAR10ALPHAEDOKN
ITEM_NUMBERPurchasing object: item EDOKPNUMC5Assigned to domainEBELP
VERSIONVersion number in Purchasing REVNOCHAR8ALPHAREVNO
CREATED_BYName of Person who Created the Object ERNAMCHAR12USNAM
CR_ONDate on Which Record Was Created ERDATDATS8DATUM
REC_TIMEEntry time ERZETTIMS6UZEIT
RELEASED_BYName of person effecting release FGNAMCHAR12USNAM
RELEASE_DATEDate of release FGDATDATS8DATUM
RELEASE_TIMETime of release FGUHRTIMS6UZEIT
RELEASEBY_PURName of approving buyer OKNAMCHAR12USNAM
RELEASEDATE_PURDate of buyer approval OKDATDATS8DATUM
RELEASETIME_PURTime of buyer approval OKUHRTIMS6UZEIT
REASONReason for change RSCODCHAR4Assigned to domainRSCOD
DESCRIPTIONDescription of version TXZ01_DCMCHAR60TEXT60
REQ_BY_EXTExternal Change Number of Version DCM_EXTNRCHAR20CHAR20
REQ_BYPerson requesting change DCM_AFNAMCHAR12AFNAM
NET_VALUENet Order Value in PO Currency BWERTCURR13(2) WERT7
VALUE_CHANGEDValue change due to version DCM_DIFWRCURR13(2) WERTV7
CURRENCYCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
CURRENCY_ISOISO code currency WAERS_ISOCHAR3ISOCD
POST_DATEPosting date of version DCM_BUDATDATS8DATUM
COMPLETEDStatus 'version completed' DCM_REVOKCHAR1XFELD
STATUSVersion status STREVCHAR1STREV
DELETE_INDDeletion Indicator in Purchasing Document ELOEKCHAR1ELOEK
STATUS_DOC_OLDOld processing state in purchasing document before version BANPR_OLDCHAR2BANPR

Key field Non-key field



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

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

How to access SAP table BAPIMEDCM_ALLVERSIONS

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