BAPISDBPL SAP (BAPI Structure of FPLA with English Field Names) Structure details

Dictionary Type: Structure
Description: BAPI Structure of FPLA with English Field Names




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




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

BAPISDBPL 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 "BAPI Structure of FPLA with English Field Names" 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_BAPISDBPL TYPE BAPISDBPL.

The BAPISDBPL table consists of various fields, each holding specific information or linking keys about BAPI Structure of FPLA with English Field Names data available in SAP. These include SD_DOC (Sales and Distribution Document Number), ITM_NUMBER (Item number of the SD document), BILL_PLAN (Billing plan number / invoicing plan number), BILLPLATYP (Billing plan category).. 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: Not classified


SAP BAPISDBPL 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
OPERATIONFunction MSGFNCHAR3MSGFN
SD_DOCSales and Distribution Document Number VBELNCHAR10Assigned to domainALPHAVBELNAUN
ITM_NUMBERItem number of the SD document POSNRNUMC6Assigned to domainPOSNR
BILL_PLANBilling plan number / invoicing plan number FPLNRCHAR10Assigned to domainFPLNR
BILLPLATYPBilling plan category FPTYP_FPCHAR1FPTYP
B_INPLATYPBilling/Invoicing Plan Type FPARTCHAR2Assigned to domainFPART
SORT_FLDSort field SORTLCHAR10CHAR10
BILLSTADATStart date for billing plan/invoice plan BEDAT_FPDATS8DATUM
BILLENDDATEnd date billing plan/invoice plan ENDAT_FPDATS8DATUM
RULEDETHORRule for Determining Horizon in Billing/Invoicing Plan HORIZ_FPCHAR2Assigned to domainVDREG_VEDA
RULEORISTARule for Origin of Start Date of Billing/Invoicing Plan BEDAT_FPKCHAR2Assigned to domainVDREG_VEDA
RULEORIENDRule for Origin of End Date for Billing/Invoicing Plan ENDAT_FPKCHAR2Assigned to domainVDREG_VEDA
RULEORINEXRule for Origin of Next Billing/Invoice Date PERIO_FPCHAR2Assigned to domainVDREG_VEDA
LENSTANPERLength of a standard period in the billing plan FPLAENUMC3NUM3
STANBILLNOStandard Billing/Invoicing Plan Number RFPLN_DCHAR10Assigned to domainFPLNR
DATESFROMDates from TADATDATS8DATUM
BILLCREAIABilling/Invoice Creation in Advance AUTTECHAR1XFELD
RULEDATFRORule for Origin of Start Dates LODARCHAR2Assigned to domainVDREG_VEDA
RULEDETBILRule for Determination of a Deviating Billing/Invoice Date PERAF_FPCHAR2Assigned to domainVDREG_VEDA
CALDEFDAYSCalendar for Defining Days Relevant to Billing/Invoicing FAKCACHAR2Assigned to domainWFCID
DATESTODates to TBDATDATS8DATUM
RULDATESTORule for Origin of End Dates TBDARCHAR2Assigned to domainVDREG_VEDA
ROUTING_NORouting number of operations in the order CO_AUFPLNUMC10AUFPL
CO_APLZLGeneral counter for order CO_APLZLNUMC8Assigned to domainCO_APLZL
RESERV_NONumber of Reservation/Dependent Requirement RSNUMNUMC10Assigned to domainRSNUMRES
RES_ITEMItem Number of Reservation/Dependent Requirement RSPOSNUMC4RSPOSRPO
PO_NUMBERPurchasing Document Number EBELNCHAR10Assigned to domainALPHAEBELNBESMEKK_C
ITUNLIMITItem unlimited in value FPLTUNUMC6Assigned to domainFPLTR
PAYCARDS1Payment cards: Status regarding requirements AUST1_CCCHAR1AUST1_CC
PAYCARDS2Payment cards: Totals status - Call external system AUST2_CCCHAR1CCALL
PAYCARDS3Payment cards: Overall status - Responses from ext. system AUST3_CCCHAR1REACT_SD
PAYCARDS4Payment cards: Reserve AUST4_CCCHAR1CHAR1
PAYCARDS5Payment cards: Authorization block AUST5_CCCHAR1XFELD
INTPROJNOWBS Element PS_POSNRNUMC8Assigned to domainABPSPPS_POSNR
AUTOCREATEAutomatic creation of correction dates in billing plan AUTKORCHAR1XFELD

Key field Non-key field



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

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

How to access SAP table BAPISDBPL

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