LAE_CRM_BILLPLAN SAP (Payment Schedule) Table details

Dictionary Type: Table
Description: Payment Schedule




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




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

LAE_CRM_BILLPLAN is a standard SAP Table which is used to store Payment Schedule data and is available within R/3 SAP systems depending on the version and release level.

The LAE_CRM_BILLPLAN table consists of various fields, each holding specific information or linking keys about Payment Schedule data available in SAP. These include BUKRS (Company Code), OBJID (Object Number), SUBID (Subobject Number), TMSTAMP (UTC Time Stamp in Short Form (YYYYMMDDhhmmss)).. 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: Not classified


SAP LAE_CRM_BILLPLAN 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
OBJIDObject Number FILA_OBJIDRAW16
SUBIDSubobject Number FILA_SUBIDNUMC5
TMSTAMPUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TIMESTAMPDEC15TZNTSTMPS
BILLIDSequence Number FILA_BILIDNUMC6
KSCHACondition type KSCHACHAR4Assigned to domainKSCHLVKS
KWERTCondition value KWERTCURR13(2) WERTV7
WAERSCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
PERIODDATEPayment Due Date FILA_PERIODDATEDATS8DATUM
SETTLFROMStart Date of Period in Billing Plan FILA_SETTLFROMDATS8DATUM
SETTLTOEnd Date of Period in Billing Plan FILA_SETTLTODATS8DATUM
CASHFLOWTYPEFlow Category FILA_CASHFLOWTYPECHAR4
SETTLFROMEXCLFIMA Exclusive Indicator for Start Date FILA_SETTLFROMEXCLNUMC1NUMC1
SETTLTOINCLFIMA Inclusive Indicator for End Date FILA_SETTLTOINCLNUMC1NUMC1
PERIODDATEINCLFIMA Inclusive Indicator for Due Date FILA_PERIODDATEINCLNUMC1FILA_INCLUSIV
PERIODDATEULTFIMA Month-End Indicator for Due Date FILA_PERIODDATEULTCHAR1FILA_ULTIMO
SETTLFROMULTFIMA Month-End Indicator for Start Date FILA_SETTLFROMULTCHAR1CHAR1
SETTLTOULTFIMA Month-End Indicator for End Date FILA_SETTLTOULTCHAR1CHAR1
IMMSETTLFIMA Indicator for Immediate Clearing FILA_IMMSETTLCHAR1CHAR1
CLEARDATESettlement Date FILA_CLEARDATEDATS8DATS
CLEARDATEINCLFIMA Inclusive Indicator for Settlement Date FILA_CLEARDATEINCLNUMC1NUMC1
CLEARDATEULTFIMA Month-End Indicator for Settlement Date FILA_CLEARDATEULTCHAR1CHAR1
CALCDATECalculation Date FILA_CALCDATEDATS8DATS
CALCDATEINCLFIMA Inclusive Indicator for Calculation Date FILA_CALCDATEINCLNUMC1NUMC1
CALCDATEULTFIMA Month-End Indicator for Calculation Date FILA_CALCDATEULTCHAR1CHAR1
PERENDDPeriod To FILA_PERENDDDATS8DATS
PERENDDINCLFIMA Inclusive Indicator for End Date FILA_PERENDDINCLNUMC1NUMC1
PERENDDULTFIMA Month-End Indicator for End Date FILA_PERENDDULTCHAR1CHAR1

Key field Non-key field



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

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

SELECT SINGLE *
FROM LAE_CRM_BILLPLAN
INTO CORRESPONDING FIELDS OF WA_LAE_CRM_BILLPLAN
WHERE...

How to access SAP table LAE_CRM_BILLPLAN

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