/MIVE/S_TRC_CREATE_RECEIPT SAP (Create Receipt) Structure details

Dictionary Type: Structure
Description: Create Receipt




ABAP Code to SELECT data from /MIVE/S_TRC_CREATE_RECEIPT
Related tables to /MIVE/S_TRC_CREATE_RECEIPT
Access table /MIVE/S_TRC_CREATE_RECEIPT




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

/MIVE/S_TRC_CREATE_RECEIPT 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 "Create Receipt" 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_/MIVE/S_TRC_CREATE_RECEIPT TYPE /MIVE/S_TRC_CREATE_RECEIPT.

The /MIVE/S_TRC_CREATE_RECEIPT table consists of various fields, each holding specific information or linking keys about Create Receipt data available in SAP. These include RECEIPT_ID (Receipt ID), CLIENT_ID (Travel Receipt Capture: Inbound Client ID), EXP_TYPE (Travel Receipt Capture: Expense Type), AMOUNT (Amount in External format).. 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 /MIVE/S_TRC_CREATE_RECEIPT 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
UNAMEUser Name UNAMECHAR12UNAME
RECEIPT_IDReceipt ID /MIVE/TRC_RECEIPT_IDCHAR10
CLIENT_IDTravel Receipt Capture: Inbound Client ID /MIVE/TRC_INB_CLIENT_IDCHAR36
EXP_TYPETravel Receipt Capture: Expense Type /MIVE/TRC_EXPENSE_TYPECHAR4
AMOUNTAmount in External format /MIVE/TRC_AMOUNT_DECDEC10(2)
CURRENCYCurrency /MIVE/TRC_CURRENCY_CHARCHAR3
DEBIT_CREDIT_CODEIndicator: 'X' = true /MIVE/TRC_INDICATORCHAR1
CC_DATEField of type DATS DATSDATS8DATS
DESCRIPTIONReceipt description /MIVE/TRC_RECEIPT_DESCRIPTIONCHAR45
COUNTRYCountry Key LAND1CHAR3Assigned to domainLAND1LND
LANGUAGEVersion Number Component CHAR2CHAR2CHAR2
ATTACHMENT_TYPE1Attachment type /MIVE/TRC_ATTACHMENT_TYPECHAR20Assigned to domainSADC20_DD
ATTACHMENT_NAME1Attachment Name /MIVE/TRC_ATTACHMENT_NAMECHAR20
ATTACHMENT_CSET1Attachment Characterset /MIVE/TRC_ATTACHMENT_CSETCHAR20
ATTACHMENT_DATA1Attachment Data /MIVE/TRC_ATTACHMENT_DATARSTR0
ATTACHMENT_TYPE2Attachment type /MIVE/TRC_ATTACHMENT_TYPECHAR20Assigned to domainSADC20_DD
ATTACHMENT_NAME2Attachment Name /MIVE/TRC_ATTACHMENT_NAMECHAR20
ATTACHMENT_CSET2Attachment Characterset /MIVE/TRC_ATTACHMENT_CSETCHAR20
ATTACHMENT_DATA2Attachment Data /MIVE/TRC_ATTACHMENT_DATARSTR0
ATTACHMENT_TYPE3Attachment type /MIVE/TRC_ATTACHMENT_TYPECHAR20Assigned to domainSADC20_DD
ATTACHMENT_NAME3Attachment Name /MIVE/TRC_ATTACHMENT_NAMECHAR20
ATTACHMENT_CSET3Attachment Characterset /MIVE/TRC_ATTACHMENT_CSETCHAR20
ATTACHMENT_DATA3Attachment Data /MIVE/TRC_ATTACHMENT_DATARSTR0
ATTACHMENT_TYPE4Attachment type /MIVE/TRC_ATTACHMENT_TYPECHAR20Assigned to domainSADC20_DD
ATTACHMENT_NAME4Attachment Name /MIVE/TRC_ATTACHMENT_NAMECHAR20
ATTACHMENT_CSET4Attachment Characterset /MIVE/TRC_ATTACHMENT_CSETCHAR20
ATTACHMENT_DATA4Attachment Data /MIVE/TRC_ATTACHMENT_DATARSTR0
ATTACHMENT_TYPE5Attachment type /MIVE/TRC_ATTACHMENT_TYPECHAR20Assigned to domainSADC20_DD
ATTACHMENT_NAME5Attachment Name /MIVE/TRC_ATTACHMENT_NAMECHAR20
ATTACHMENT_CSET5Attachment Characterset /MIVE/TRC_ATTACHMENT_CSETCHAR20
ATTACHMENT_DATA5Attachment Data /MIVE/TRC_ATTACHMENT_DATARSTR0
ATTACHMENT_TYPE6Attachment type /MIVE/TRC_ATTACHMENT_TYPECHAR20Assigned to domainSADC20_DD
ATTACHMENT_NAME6Attachment Name /MIVE/TRC_ATTACHMENT_NAMECHAR20
ATTACHMENT_CSET6Attachment Characterset /MIVE/TRC_ATTACHMENT_CSETCHAR20
ATTACHMENT_DATA6Attachment Data /MIVE/TRC_ATTACHMENT_DATARSTR0
ATTACHMENT_TYPE7Attachment type /MIVE/TRC_ATTACHMENT_TYPECHAR20Assigned to domainSADC20_DD
ATTACHMENT_NAME7Attachment Name /MIVE/TRC_ATTACHMENT_NAMECHAR20
ATTACHMENT_CSET7Attachment Characterset /MIVE/TRC_ATTACHMENT_CSETCHAR20
ATTACHMENT_DATA7Attachment Data /MIVE/TRC_ATTACHMENT_DATARSTR0
UI_PAYED_BY_COMPANYUI Payed by Company flag /MIVE/TRC_PAYED_BY_COMPANYCHAR1BOOLEAN

Key field Non-key field



How do I retrieve data from SAP structure /MIVE/S_TRC_CREATE_RECEIPT using ABAP code?

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

How to access SAP table /MIVE/S_TRC_CREATE_RECEIPT

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