FIS_INV_DOC_HEADER SAP (Biller Direct Bill Structure (Header Data)) Structure details

Dictionary Type: Structure
Description: Biller Direct Bill Structure (Header Data)




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




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

FIS_INV_DOC_HEADER 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 "Biller Direct Bill Structure (Header Data)" 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_FIS_INV_DOC_HEADER TYPE FIS_INV_DOC_HEADER.

The FIS_INV_DOC_HEADER table consists of various fields, each holding specific information or linking keys about Biller Direct Bill Structure (Header Data) data available in SAP. These include BILL_TYPE (Biller Direct: Bill Type), BILL_SUBTYPE (Biller Direct: Bill Subcategory), BILL_TYPE_TEXT (Biller Direct: Name of Bill Type), CURRENCY (Currency Key).. 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 FIS_INV_DOC_HEADER 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
BILLINGDOCBill Number INVID_FISCHAR32ALPHAINVID_FIS
BILL_TYPEBiller Direct: Bill Type BILL_TYPE_FISCHAR4BILL_TYPE_FIS
BILL_SUBTYPEBiller Direct: Bill Subcategory BILL_SUBTYPE_FISCHAR12BILL_SUBTYPE_FIS
BILL_TYPE_TEXTBiller Direct: Name of Bill Type BILL_TYPE_TEXT_FISCHAR128BILL_TYPE_TEXT_FIS
CURRENCYCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
CURRENCY_ISOISO Currency Code BAPIISOCDCHAR3ISOCD
NET_VALUENet Value in Document Currency NETWRCURR15(2) WERTV8
GROSS_VALUEGross Value in Document Currency FIS_GROSS_VALUECURR15(2) WERTV8
SOLD_TOSold-To Party FSOLD_TO_FISCHAR10ALPHAFPARTNER_FIS
PAYERPayer FPAYER_FISCHAR10ALPHAFPARTNER_FIS
TAX_AMOUNTTax amount in document currency MWSBPCURR13(2) WERTV7
IS_CANCELDOCBill Document is Reversal Document IS_CANCELDOC_FISCHAR1BOOLEAN
CANCELLEDBilling document is cancelled FKSTOCHAR1XFELD
BILL_DATEBill Date BILL_DATE_FISDATS8DATUM
PMNTTRMSTerms of Payment Key PMNTTRMS_FISCHAR4PMNTTRMS_FIS
PMNTTRMS_TEXTName of Terms of Payment PMNTTRMS_TEXT_FISCHAR256TEXT256
COMPANYFSCM Biller Direct: Billing Unit COMP_FISCHAR10COMP_FIS
COMP_NAMEName of the Billing Unit COMP_NAME_FISCHAR256TEXT256
REFERENCEReference Document Number REFERENCE_FISCHAR32REFERENCE_FIS
REFERENCE_CATReference Document Category REFERENCE_CAT_FISCHAR4REFERENCE_CAT_FIS
REFERENCE2Reference Document Number REFERENCE_FISCHAR32REFERENCE_FIS
REFERENCE2_CATReference Document Category REFERENCE_CAT_FISCHAR4REFERENCE_CAT_FIS
BLINE_DATEBaseline Date for Due Date Calculation DZFBDTDATS8DATUM
DSCT_DATE1Due Date for Cash Discount FAEDS_KKDATS8DATUM
DSCT_DATE2Due Date for Cash Discount FAEDS_KKDATS8DATUM
NET_DATEDue date for net payment FAEDN_KKDATS8DATUM
DSCT_PCT1Cash Discount Percentage 1 DZBD1PDEC5(3) PRZ23
DSCT_PCT2Cash Discount Percentage 2 DZBD2PDEC5(3) PRZ23
ADD_TEXTFSCM Biller Direct: Text for Bill Header HEADER_TEXT_FISCHAR1024HEADER_TEXT_FIS
BILL_STATUSBiller Direct: Bill Status BILL_STATUS_FISCHAR2BILL_STATUS_FIS
BILL_STATUS_TEXTBiller Direct: Name of Bill Status BILL_STATUS_TEXT_FISCHAR128TEXT128
BILL_DUN_STATUSBiller Direct: Dunning Status of Bill BILL_DUN_STATUS_FISCHAR2BILL_DUN_STATUS_FIS
BILL_DUN_STATUS_TEXTBiller Direct: Name of Bill Dunning Status BILL_DUN_STATUS_TEXT_FISCHAR256TEXT256
BILL_SEND_DATEBiller Direct: Date Bill Sent BILL_SEND_DATE_FISDATS8DATUM
BILL_READ_DATEBiller Direct: Date Bill Read BILL_READ_DATE_FISDATS8DATUM

Key field Non-key field



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

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

How to access SAP table FIS_INV_DOC_HEADER

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