BAPI1307HEADER SAP (IS-H: BAPI Billing Document: Header Data) Structure details

Dictionary Type: Structure
Description: IS-H: BAPI Billing Document: Header Data




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




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

BAPI1307HEADER 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 "IS-H: BAPI Billing Document: 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_BAPI1307HEADER TYPE BAPI1307HEADER.

The BAPI1307HEADER table consists of various fields, each holding specific information or linking keys about IS-H: BAPI Billing Document: Header Data data available in SAP. These include BILL_DOC (Billing Document), PAYER (Payer), BILL_DATE (Billing date for billing index and printout), ACC_STATUS (Status for transfer to accounting).. 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)


SAP BAPI1307HEADER 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
CLIENTClient MANDTCLNT3T000MANDT
BILL_DOCBilling Document VBELN_VFCHAR10VBUKALPHAVBELNVF
PAYERPayer KUNRGCHAR10KNA1ALPHAKUNNR
BILL_DATEBilling date for billing index and printout FKDATDATS8DATUM
ACC_STATUSStatus for transfer to accounting RFBSKCHAR1RFBSK
CURRENCYSD Document Currency WAERKCUKY5TCURCWAERSFWS
CURRENCY_ISOISO Currency Code BAPIISOCDCHAR3ISOCD
CAN_NOCancelled billing document number SFAKNCHAR10VBUKALPHAVBELNVF
COLL_INV_NOIS-H: Collective Invoice Number ISH_VBELNSCHAR10Assigned to domainALPHAVBELNSARSANR
CAN_REASONIS-H: Reason for Canceling Billing Document ISH_FAKSTOIDCHAR3Assigned to domainN1STOIDN_FAKSTO
FISC_YEARFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
POST_PERIODPosting period POPERNUMC3POPERPOPR
BILL_TYPEBilling Type FKARTCHAR4TVFKFKART
BILL_CATBilling category FKTYPCHAR1FKTYP
SD_DOC_CATSD document category VBTYPCHAR1VBTYP
PMNTTRMSTerms of Payment Key DZTERMCHAR4ZTERM
PAY_METHODPayment Method SCHZW_BSEGCHAR1T042ZZLSCH
COMP_CODECompany Code BUKRSCHAR4T001BUKRSBUKC_T001
CREATED_BYName of Person who Created the Object ERNAMCHAR12USNAM
REC_TIMEEntry time ERZETTIMS6UZEIT
REC_DATEDate on Which Record Was Created ERDATDATS8DATUM
SOLD_TOSold-to party KUNAGCHAR10KNA1ALPHAKUNNRVAG
DUNN_KEYDunning key MSCHLCHAR1Assigned to domainMSCHL
DUNN_BLOCKDunning block MANSPCHAR1Assigned to domainMANSP
INST_BILLInstitution (Especially Required for Billing) EINRIFCHAR4ALPHAEINRIF
CASE_TYPEIS-H: Case Type FALLARTFCHAR1FALLART
INS_PROVIDERIS-H: Insurance Provider KH_KOSTRFCHAR10ALPHAKH_KOSTRFKOT
IP_TYPEIS-H: Insurance Provider Type (e.g. Private, Statutory) KOSTR_ARTFCHAR3ALPHAKOSTR_ARTF
BILL_TYPE_PATIS-H: Billing Type for Patient Accounting ABRARTCHAR2Assigned to domainALPHAABRART
INS_SEQNOIS-H: Sequence Number of Insurance Relationship LFDVVNUMC3LFDVV
ISHDATZWIS-H: Date up to which Interim Billing Is to Be Performed ISH_ZWIABR_DATDATS8RI_DATUM
NON_RESIDENTIndicator That Patient Is Non-Resident ISH_RESIDCHAR1XFELD
EMPLOYEE_TYPEIS-H: Employee Type ISH_EMTYPECHAR2Assigned to domainALPHAISH_EMTYPE
USERDEF0IS-H: User Field for Billing Document ISH_USER0CHAR30CHAR30
COUNTRYIS-H: Country of patient's place of residence LAND_PATCHAR3Assigned to domainLAND1
COUNTRYISOCountry ISO code INTCACHAR2INTCAF4_INTCA
FLAT_RATE_INDIS-H: Ind. whether the Case Has a Flat Rate (at Least 1) ISH_FPKZCHAR1XFELD
FOREIGN_CASEIS-H: Foreign Case ISH_FOREIGCHAR1XFELD
LOG_INV_NOIS-H SG: Logical invoice number ISH_VBELNFCHAR10Assigned to domainALPHAVBELN
INT_IP_TYPEIS-H NL: Internal insurance provider type ISH_KTARTICHAR4ALPHAISH_KTARTI
SUPPL_INS_INDIS-H NL: Supplementary Insurance Indicator (NL) ISH_ADINSCHAR1XFELD

Key field Non-key field



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

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

How to access SAP table BAPI1307HEADER

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