BAPI_BILLCONTR_I_CHANGE SAP (BAPI Structure for Contract Item Data (Attachment)) Structure details

Dictionary Type: Structure
Description: BAPI Structure for Contract Item Data (Attachment)




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




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

BAPI_BILLCONTR_I_CHANGE 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 for Contract Item Data (Attachment)" 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_BAPI_BILLCONTR_I_CHANGE TYPE BAPI_BILLCONTR_I_CHANGE.

The BAPI_BILLCONTR_I_CHANGE table consists of various fields, each holding specific information or linking keys about BAPI Structure for Contract Item Data (Attachment) data available in SAP. These include VALIDFROM (Contract: Time Stamp in Character Format), VALIDTO (Contract: Time Stamp in Character Format), CANCL (Contract: Time Stamp in Character Format), CONTRACTITEM_DESCRIPTION (Text for Provider Contract Item).. 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 BAPI_BILLCONTR_I_CHANGE 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
CONTRACTITEMIDExternal GUID of Provider Contract Items (CHAR) VTPID_C_KKCHAR32SYSUUID_C
VALIDFROMContract: Time Stamp in Character Format TSTMP_C_KKCHAR15
VALIDTOContract: Time Stamp in Character Format TSTMP_C_KKCHAR15
CANCLContract: Time Stamp in Character Format TSTMP_C_KKCHAR15
CONTRACTITEM_DESCRIPTIONText for Provider Contract Item VTITT_KKCHAR50TEXT50
CONTRACTACCOUNTContract Account Number VKONT_KKCHAR12Assigned to domainALPHAVKONT_KKKTOFKKVKP_F4
PREPAIDACCOUNTPrepaid Account PPACC_KKCHAR12ALPHAPPACC_KK8PPACCFKKPREPACC_F4
SALESORGSales Organization VKORGCHAR4Assigned to domainVKORGVKOC_VKORG
DISTR_CHANDistribution Channel VTWEGCHAR2Assigned to domainVTWEGVTWC_VTWEG
DIVISIONDivision SPARTCHAR2Assigned to domainSPARTSPAC_SPART
SALES_ATTR1Contract: Sales Area Attribute 1 VBER1_KKCHAR4VKBER_KK
SALES_ATTR2Contract: Sales Area Attribute 2 VBER2_KKCHAR4VKBER_KK
PRODUCTProduct Number PRDNR_KKCHAR40Assigned to domainPRDNR_KKPRDNR
CYCLEBilling Cycle CYCLE_KKCHAR4Assigned to domainCYCLE_KK
INV_SCHEDULESelection Characteristic for Scheduling INV_SCHEDULE_KKCHAR4Assigned to domainINV_SCHEDULE_KK
AGREEMENTIdentification of Master Agreement MAKEY_KKCHAR10Assigned to domainALPHAMAKEY_KKMAKEYFKKMA_F4
AGREEMENT_PRODUCTCustom Product or Product Range MAPRD_KKCHAR40MAPRD_KK
SERVICERECIPIENTRecipient of Service SRVRP_KKCHAR10Assigned to domainALPHABU_PARTNER
PARTNER_SETTLEMENT_RULEPartner Settlement Rule PTSRL_KKCHAR4Assigned to domainPTSRL_KK
SHARING_CONTRACTReference to Sharing Contract VTKRF_KKCHAR20Assigned to domainALPHAVTKEY_KKFKKVT_F4
ORDERIDOrder Number AUFNRCHAR12Assigned to domainALPHAAUFNRANR
WBS_ELEMENTWork Breakdown Structure Element (WBS Element) PS_POSIDCHAR24PROJNPS_POSIDPRO

Key field Non-key field



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

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

How to access SAP table BAPI_BILLCONTR_I_CHANGE

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