BSS_S040 SAP (R3A BP: Fragment Structure of Sales Classification) Structure details

Dictionary Type: Structure
Description: R3A BP: Fragment Structure of Sales Classification




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




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

BSS_S040 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 "R3A BP: Fragment Structure of Sales Classification" 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_BSS_S040 TYPE BSS_S040.

The BSS_S040 table consists of various fields, each holding specific information or linking keys about R3A BP: Fragment Structure of Sales Classification data available in SAP. These include IS_COMPETI (R3A BP: Indicator: Business Partner is Competitor), IS_PROSPEC (R3A BP: Indicator: Business Partner is Prospective Customer), IS_CONSUME (R3A BP: Indicator: Business Partner is Consumer), IS_CUSTOME (R3A BP: Indicator: Business Partner is Customer).. 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 BSS_S040 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
IS_COMPETIR3A BP: Indicator: Business Partner is Competitor GB_IS_COMPCHAR1CHAR1
IS_PROSPECR3A BP: Indicator: Business Partner is Prospective Customer GB_IS_PROSCHAR1CHAR1
IS_CONSUMER3A BP: Indicator: Business Partner is Consumer GB_IS_CONSCHAR1CHAR1
IS_CUSTOMER3A BP: Indicator: Business Partner is Customer GB_IS_CUSTCHAR1CHAR1
CUST_SINCER3A BP: Customer-Side Date GB_CUST_SIDATS8DATS
IS_COD_CUSR3A BP: Indicator: Business Partner is Cash on Deliv. Payer GB_ISCODCUCHAR1CHAR1
INDUSTRYR3A BP: Industry GB_INDUSTRCHAR4CHAR4
IS_RENTEDR3A-BP: Indicator: Rented Address GB_RENTEDCHAR1CHAR1
ACC_GROUPR3A-BP: R/3 Account Group GB_ACC_GRPCHAR4CHAR4
NIELSENR3A-BP: Nielsen District GB_NIELSCHAR2CHAR2
CUST_CLASSR3A-BP: Customer Classification GB_CUST_CLCHAR2CHAR2
ATTR01R3A-BP: Attribute 1 GB_ATTR01CHAR2CHAR2
ATTR02R3A-BP: Attribute 2 GB_ATTR02CHAR2CHAR2
ATTR03R3A-BP: Attribute 3 GB_ATTR03CHAR2CHAR2
ATTR04R3A-BP: Attribute 4 GB_ATTR04CHAR2CHAR2
ATTR05R3A-BP: Attribute 5 GB_ATTR05CHAR2CHAR2
ATTR06R3A-BP: Attribute 6 GB_ATTR06CHAR3CHAR3
ATTR07R3A-BP: Attribute 7 GB_ATTR07CHAR3CHAR3
ATTR08R3A-BP: Attribute 8 GB_ATTR08CHAR3CHAR3
ATTR09R3A-BP: Attribute 9 GB_ATTR09CHAR3CHAR3
ATTR10R3A-BP: Attribute 10 GB_ATTR10CHAR3CHAR3

Key field Non-key field



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

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

How to access SAP table BSS_S040

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