BBPS_CTR_MASS_HI_INCO 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 "Header/Item Incoterm Mass Change Paratermers Structure" 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_BBPS_CTR_MASS_HI_INCO TYPE BBPS_CTR_MASS_HI_INCO.
The BBPS_CTR_MASS_HI_INCO table consists of various fields, each holding specific information or linking keys about Header/Item Incoterm Mass Change Paratermers Structure data available in SAP. These include INCOTERM_LOC_OLD (Incoterm Location), INCOTERM_KEY_NEW (Incoterm Key), INCOTERM_LOC_NEW (Incoterm Location)... 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. .