INV_LOG_MSGHEAD SAP (Bill/Payment Advice Data for Messages and Log) Structure details

Dictionary Type: Structure
Description: Bill/Payment Advice Data for Messages and Log




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




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

INV_LOG_MSGHEAD 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 "Bill/Payment Advice Data for Messages and Log" 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_INV_LOG_MSGHEAD TYPE INV_LOG_MSGHEAD.

The INV_LOG_MSGHEAD table consists of various fields, each holding specific information or linking keys about Bill/Payment Advice Data for Messages and Log data available in SAP. These include INT_INV_DOC_NO (Internal Number of Bill Document/Payment Advice Document), PROCESS_TYPE (Process Type), PROCESS (Process), NR_OF_TURN (Program Run Number).. 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)


SAP INV_LOG_MSGHEAD 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
INT_INV_NOInternal Bill/Payment Advice Number INV_INT_INV_NONUMC18INV_INT_INV_NO
INT_INV_DOC_NOInternal Number of Bill Document/Payment Advice Document INV_INT_INV_DOC_NONUMC18INV_INT_INV_DOC_NOTINV_INV_DOC
PROCESS_TYPEProcess Type INV_PROCESS_TYPENUMC2INV_PROCESS_TYPEINV_PROCESS_TYPE
PROCESSProcess INV_PROCESSNUMC8INV_PROCESS
NR_OF_TURNProgram Run Number INV_NR_OF_TURNNUMC4
SUB_PROCESS_NOSubprocess Number (Such As Check Function Module) INV_NR_OF_SUBPROCNUMC8INV_PROCESS
PROCESS_RUN_NOProcess Execution Number INV_PROCESS_RUN_NONUMC6
STATUSStatus of Log Entry INV_LOG_STATUSNUMC2INV_LOG_STATUS
CUST_STATUSCustomer Status for Log Processing INV_LOG_CUST_STATUSCHAR10
DATEFROMDate DATUMDATS8DATUM
TIMEFROMTime UZEITTIMS6UZEIT
DATETODate DATUMDATS8DATUM
TIMETOTime UZEITTIMS6UZEIT

Key field Non-key field



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

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

How to access SAP table INV_LOG_MSGHEAD

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