FMPU_MIG_RPITEMS SAP (Migration of Payment Update: Doc. Bundle to Be Reconstructed) Table details

Dictionary Type: Table
Description: Migration of Payment Update: Doc. Bundle to Be Reconstructed




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




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

FMPU_MIG_RPITEMS is a standard SAP Table which is used to store Migration of Payment Update: Doc. Bundle to Be Reconstructed data and is available within R/3 SAP systems depending on the version and release level.

The FMPU_MIG_RPITEMS table consists of various fields, each holding specific information or linking keys about Migration of Payment Update: Doc. Bundle to Be Reconstructed data available in SAP. These include BUKRS (Company Code), BELNR (Accounting Document Number), GJAHR (Fiscal Year), DB_NUMBER (Sequence Number of Document Bundle).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP FMPU_MIG_RPITEMS table 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
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
BELNRAccounting Document Number BELNR_DCHAR10ALPHABELNRBLN
GJAHRFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
DB_NUMBERSequence Number of Document Bundle DB_NUMBERNUMC10DB_NUMBER
BUDATPosting Date in the Document BUDATDATS8DATUM
MONATFiscal Period MONATNUMC2MONAT
CPUDTDay On Which Accounting Document Was Entered CPUDTDATS8DATUM
TEXTError Text for Reconstruction FMRP_TEXTCHAR100CHAR100
LCOL3-Byte field CHAR3CHAR3CHAR3

Key field Non-key field



How do I retrieve data from SAP table FMPU_MIG_RPITEMS using ABAP code

The following ABAP code Example will allow you to do a basic selection on FMPU_MIG_RPITEMS to SELECT all data from the table
DATA: WA_FMPU_MIG_RPITEMS TYPE FMPU_MIG_RPITEMS.

SELECT SINGLE *
FROM FMPU_MIG_RPITEMS
INTO CORRESPONDING FIELDS OF WA_FMPU_MIG_RPITEMS
WHERE...

How to access SAP table FMPU_MIG_RPITEMS

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