/LIME/SERIAL_MODIFY SAP (Structure for Posting of Goods Movements) Structure details

Dictionary Type: Structure
Description: Structure for Posting of Goods Movements




ABAP Code to SELECT data from /LIME/SERIAL_MODIFY
Related tables to /LIME/SERIAL_MODIFY
Access table /LIME/SERIAL_MODIFY




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

/LIME/SERIAL_MODIFY 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 Posting of Goods Movements" 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_/LIME/SERIAL_MODIFY TYPE /LIME/SERIAL_MODIFY.

The /LIME/SERIAL_MODIFY table consists of various fields, each holding specific information or linking keys about Structure for Posting of Goods Movements data available in SAP. These include S_SERIAL (), MANDT (Client), GUID_STOCK (GUID Stock Item), GUID_PARENT (Parent GUID).. 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 (character-type or numeric)


SAP /LIME/SERIAL_MODIFY 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
LOG_TYPEType of LIME Log Entry /LIME/LOG_TYPECHAR3/LIME/LOG_TYPE
S_SERIAL 0
MANDTClient MANDTCLNT3MANDT
GUID_STOCKGUID Stock Item /LIME/GUID_STOCKRAW16
GUID_PARENTParent GUID /LIME/GUID_PARENTRAW16
VSIVirtual Stock Indicator /LIME/VSICHAR1/LIME/VSI
GUID_USIDGUID: Unique Serial Identifier /LIME/GUID_USIDRAW16
IDX_USIDCurrent Nummer of Key Table /LIME/KEY_INDEXCHAR3
IDX_STOCKCurrent Nummer of Key Table /LIME/KEY_INDEXCHAR3
TYPE_PARENTObject Type /LIME/OBJECT_TYPECHAR1/LIME/OBJECT_TYPE
IDX_PARENTCurrent Nummer of Key Table /LIME/KEY_INDEXCHAR3
GUID_PN_ADDLIME GUID for Prima Nota /LIME/GUID_PNRAW16
ID_ADDItem /LIME/LINE_ITEM_IDNUMC6
TARGET_ADDDescribes Whether It Is Source or Target Data Record /LIME/TARGETCHAR1/LIME/TARGET
TS_LIME_ADDLIME Internal Time Stamp (YYYYMMDDhhmmss,mmmuuun) /LIME/TIMESTAMP_INTDEC21(7) TZNTSTMPL
GUID_PN_SUBLIME GUID for Prima Nota /LIME/GUID_PNRAW16
ID_SUBItem /LIME/LINE_ITEM_IDNUMC6
TARGET_SUBDescribes Whether It Is Source or Target Data Record /LIME/TARGETCHAR1/LIME/TARGET
TS_LIME_SUBLIME Internal Time Stamp (YYYYMMDDhhmmss,mmmuuun) /LIME/TIMESTAMP_INTDEC21(7) TZNTSTMPL

Key field Non-key field



How do I retrieve data from SAP structure /LIME/SERIAL_MODIFY using ABAP code?

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

How to access SAP table /LIME/SERIAL_MODIFY

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