SDFPLC_ALV SAP (Structure for Program SDFPLAC1 and SDFPLAC2) Structure details

Dictionary Type: Structure
Description: Structure for Program SDFPLAC1 and SDFPLAC2




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




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

SDFPLC_ALV 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 "Structure for Program SDFPLAC1 and SDFPLAC2" 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_SDFPLC_ALV TYPE SDFPLC_ALV.

The SDFPLC_ALV table consists of various fields, each holding specific information or linking keys about Structure for Program SDFPLAC1 and SDFPLAC2 data available in SAP. These include POSNR (Sales Document Item), PERIO (Rule for Origin of Next Billing/Invoice Date), AUTTE (Billing/Invoice Creation in Advance), TEMAN (Process as for manually entered 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP SDFPLC_ALV 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
VBELNSales Document VBELN_VACHAR10Assigned to domainALPHAVBELNAUN
POSNRSales Document Item POSNR_VANUMC6Assigned to domainPOSNRAPO
PERIORule for Origin of Next Billing/Invoice Date PERIO_FPCHAR2Assigned to domainVDREG_VEDA
AUTTEBilling/Invoice Creation in Advance AUTTECHAR1XFELD
TEMANProcess as for manually entered date TEMAN_1CHAR1TEMAN
FKDAT1Settlement date for deadline BFDATDATS8DATUM
NFDAT1Settlement date for deadline BFDATDATS8DATUM
FKSAV1Status FKFAS_ALVCHAR1CHAR1
FKDAT2Settlement date for deadline BFDATDATS8DATUM
NFDAT2Settlement date for deadline BFDATDATS8DATUM
FKSAV2Status FKFAS_ALVCHAR1CHAR1
FAKSP1Billing block for billing plan/invoice plan dates FAKSP_FPCHAR2Assigned to domainFAKSP
FKARV1Proposed billing type for an order-related billing document FKARACHAR4Assigned to domainFKART

Key field Non-key field



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

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

How to access SAP table SDFPLC_ALV

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