INVOICE_PLAN_ITEM SAP (Purchasing: Invoice Plan Item) Structure details

Dictionary Type: Structure
Description: Purchasing: Invoice Plan Item




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




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

INVOICE_PLAN_ITEM 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 "Purchasing: Invoice Plan Item" 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_INVOICE_PLAN_ITEM TYPE INVOICE_PLAN_ITEM.

The INVOICE_PLAN_ITEM table consists of various fields, each holding specific information or linking keys about Purchasing: Invoice Plan Item data available in SAP. These include IV_PLAN_ITEM (Item for billing plan/invoice plan/payment cards), DEL_IND (Deletion Indicator), DATE_CATG (Date category), DATE_DESC (Date description).. 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 or numeric)


SAP INVOICE_PLAN_ITEM 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
IV_PLAN_NUMBilling plan number / invoicing plan number FPLNRCHAR10Assigned to domainFPLNR
IV_PLAN_ITEMItem for billing plan/invoice plan/payment cards FPLTRNUMC6Assigned to domainFPLTR
DEL_INDDeletion Indicator DELCHAR1CHAR01
DATE_CATGDate category FPTTPCHAR2Assigned to domainFPTTP
DATE_DESCDate description TETXT_FPCHAR4Assigned to domainTETXT
SETT_DATE_FROMSettlement date for deadline BFDATDATS8DATUM
ID_BILL_DATEID for adopting billing/invoice date FPFIXCHAR1FPFIX
BILL_RULERule in billing plan/invoice plan FAREGCHAR1FAREG
INVOICE_PERCENTAGEPercentage of value to be invoiced FPROZDEC5(2) PRZ32
CURRENCYCurrency Key of Credit Control Area WAERS_CPCUKY5Assigned to domainWAERS
EXCHG_RAT_DATExchange rate for date in billing plan KURFPDEC9(5) KURRF
BILL_VALUEValue to be billed/calc. on date in billing/invoice plan FAKWRCURR15(2) WERTV8
BILLING_BLOCKBilling block for billing plan/invoice plan dates FAKSP_FPCHAR2Assigned to domainFAKSP
BILLING_STATUSBilling status for the billing plan/invoice plan date FKSAFCHAR1STATV
PERIODRule for Origin of Next Billing/Invoice Date PERIO_FPCHAR2Assigned to domainVDREG_VEDA
LNGTH_STAND_PRDLength of a standard period in the billing plan FPLAENUMC3NUM3
SETT_DATE_TOSettlement date for deadline NFDATDATS8DATUM
CALENDER_IDCalendar for Defining Days Relevant to Billing/Invoicing FAKCACHAR2Assigned to domainWFCID
BILL_DATEBilling date for billing index and printout FKDATDATS8DATUM
NET_VALUENet value of the order item in document currency NETWR_APCURR15(2) WERTV8
NET_PRICENet price NETPRCURR11(2) WERTV6
COSTCost in document currency WAVWRCURR13(2) WERTV7
ORGN_BILL_DTBaseline date for determining AFDAT OFKDATDATS8DATUM
CASH_DISCOUNTAmount eligible for cash discount in document currency SKFBPCURR13(2) WERTV7
REBATE_BASIS1Rebate basis 1 BONBACURR13(2) WERTV7
PRICING_OKPricing is OK PRSOKCHAR1XFELD
MILESTONE_NUMMilestone number MLST_ZAEHLNUMC12NUM12
MILESTONE_USEUsage MILESTONECHAR5Assigned to domainMILESTONE
MANUALLYProcess as for manually entered date TEMAN_1CHAR1TEMAN
CHANGE_INDModification indicator: Depreciation area KZCHAR1CHAR1

Key field Non-key field



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

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

How to access SAP table INVOICE_PLAN_ITEM

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