/LSIERP/PROC_LOG SAP (Persistence for Payment Trigger Containing Errors) Table details

Dictionary Type: Table
Description: Persistence for Payment Trigger Containing Errors




ABAP Code to SELECT data from /LSIERP/PROC_LOG
Related tables to /LSIERP/PROC_LOG
Access table /LSIERP/PROC_LOG




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

/LSIERP/PROC_LOG is a standard SAP Table which is used to store Persistence for Payment Trigger Containing Errors data and is available within R/3 SAP systems depending on the version and release level.

The /LSIERP/PROC_LOG table consists of various fields, each holding specific information or linking keys about Persistence for Payment Trigger Containing Errors data available in SAP. These include LOG_HANDLE (Reference Document ID for Leasing Payment), PROCEEDS_TYPE (Payment Trigger), POSTING_DATE (Posting Date for Third-Party Cash Flows), DOCUMENT_DATE (Document Date for Third-Party Cash Flows).. 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 /LSIERP/PROC_LOG 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
LOG_HANDLEReference Document ID for Leasing Payment /LSIERP/LEAD_PCC_LOG_HANDLERAW16
PROCEEDS_TYPEPayment Trigger /LSIERP/LEAD_PCC_PROC_TYPECHAR4/LSIERP/PROC_TYP
POSTING_DATEPosting Date for Third-Party Cash Flows /LSIERP/LEAD_PCC_POSTING_DATEDATS8DATS
DOCUMENT_DATEDocument Date for Third-Party Cash Flows /LSIERP/LEAD_PCC_DOCUMENT_DATEDATS8DATS
ABRZUField of type DATS DATSDATS8DATS
ABRZOField of type DATS DATSDATS8DATS
REFERENCE_DOC_IDPayments: Error Log ID /LSIERP/LEAD_PCC_REF_DOC_IDCHAR12
COMPANY_CODECompany Code /LSIERP/LEAD_PCC_BUKRSCHAR4Assigned to domainBUKRS
THIRD_PARTY_BPBusiness Partner for Third Party /LSIERP/LEAD_PCC_BU_PARTNERCHAR10Assigned to domainALPHABU_PARTNER
MAIN_TRANSACTIONMain Transaction for Line Item /LSIERP/LEAD_PCC_MAIN_TRANSCHAR4
SUB_TRANSACTIONSubtransaction for Line Item /LSIERP/LEAD_PCC_SUB_TRANSCHAR4
NET_AMOUNTAmount in Transaction Currency with +/- Sign /LSIERP/LEAD_PCC_NET_AMOUNTDEC23(4) BAPICURR
CURRENCYTransaction Currency /LSIERP/LEAD_PCC_CURRENCYCUKY5Assigned to domainWAERS
VKONTContract Account Number /LSIERP/LEAD_PCC_VKONTCHAR12
MESSAGE_CLASSMessage Class SYMSGIDCHAR20Assigned to domainARBGB
MESSAGE_TYPEMessage Type SYMSGTYCHAR1SYCHAR01
MESSAGE_NRMessage Number SYMSGNONUMC3SYMSGNO
MESSAGE_V1Message Variable SYMSGVCHAR50SYCHAR50
MESSAGE_V2Message Variable SYMSGVCHAR50SYCHAR50

Key field Non-key field



How do I retrieve data from SAP table /LSIERP/PROC_LOG using ABAP code

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

SELECT SINGLE *
FROM /LSIERP/PROC_LOG
INTO CORRESPONDING FIELDS OF WA_/LSIERP/PROC_LOG
WHERE...

How to access SAP table /LSIERP/PROC_LOG

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