SAP MSIT_PIRGENERAL_X Purchase Info Record General data Changes Table data and field list

MSIT_PIRGENERAL_X 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 " Purchase Info Record General data Changes" 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_MSIT_PIRGENERAL_X TYPE MSIT_PIRGENERAL_X.

The MSIT_PIRGENERAL_X table consists of various fields, each holding specific information or linking keys about Purchase Info Record General data Changes data available in SAP. These include MATKL (Updated information in related user data field), LIFNR (Updated information in related user data field), LOEKZ (Updated information in related user data field), ERDAT (Updated information in related user data field)... 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. .

MSIT_PIRGENERAL_X structure Technical Details:

Delivery Class:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)


SAP MSIT_PIRGENERAL_X structure fields - Full list of fields found in SAP data dictionary

Looking for S/4HANA specific information? Click here to explore the details, fields and extensibility available for this table in the SAP S/4HANA version of the MSIT_PIRGENERAL_X table. Also check whether the table still exists or has been transformed into a CDS view as part of the HANA simplifications.
Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
MATNRUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
MATKLUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
LIFNRUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
LOEKZUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
ERDATUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
ERNAMUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
TXZ01Updated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
SORTLUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
MEINSUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
UMREZUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
UMRENUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
IDNLFUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
VERKFUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
TELF1Updated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
MAHN1Updated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
MAHN2Updated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
MAHN3Updated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
URZNRUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
URZDTUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
URZLAUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
URZTPUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
URZZTUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
LMEINUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
REGIOUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
VABMEUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
LTSNRUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
LTSSFUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
WGLIFUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
RUECKUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
LIFABUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
LIFBIUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
KOLIFUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
ANZPUUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
PUNEIUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
RELIFUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
MFRNRUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE

Key field Non-key field



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

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

How to access SAP table MSIT_PIRGENERAL_X

Within an ECC or HANA version of SAP you can also view further information about MSIT_PIRGENERAL_X and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).