TINV_INV_LOGHD SAP (Log Table - HEAD - for Bill Receipt Processing) Table details

Dictionary Type: Table
Description: Log Table - HEAD - for Bill Receipt Processing




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




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

TINV_INV_LOGHD is a standard SAP Table which is used to store Log Table - HEAD - for Bill Receipt Processing data and is available within R/3 SAP systems depending on the version and release level.

The TINV_INV_LOGHD table consists of various fields, each holding specific information or linking keys about Log Table - HEAD - for Bill Receipt Processing data available in SAP. These include INV_LOG_NO (Unique Log Key (GUID 22)), INT_INV_NO (Internal Bill/Payment Advice Number), INT_INV_DOC_NO (Internal Number of Bill Document/Payment Advice Document), DATEFROM (Date).. 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: Can be enhanced (character-type or numeric)


SAP TINV_INV_LOGHD 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 MANDTCLNT3T000MANDT
INV_LOG_NOUnique Log Key (GUID 22) INV_LOG_NOCHAR22SYSUUID_22
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
DATEFROMDate DATUMDATS8DATUM
TIMEFROMTime UZEITTIMS6UZEIT
DATETODate DATUMDATS8DATUM
TIMETOTime UZEITTIMS6UZEIT
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

Key field Non-key field



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

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

SELECT SINGLE *
FROM TINV_INV_LOGHD
INTO CORRESPONDING FIELDS OF WA_TINV_INV_LOGHD
WHERE...

How to access SAP table TINV_INV_LOGHD

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