BBPC_UP_DOWNLOAD SAP (Relevant Fields for Upload and Download) Table details

Dictionary Type: Table
Description: Relevant Fields for Upload and Download




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




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

BBPC_UP_DOWNLOAD is a standard SAP Table which is used to store Relevant Fields for Upload and Download data and is available within R/3 SAP systems depending on the version and release level.

The BBPC_UP_DOWNLOAD table consists of various fields, each holding specific information or linking keys about Relevant Fields for Upload and Download data available in SAP. These include DISP_VARIANT (Display Variant), OBJECT_TYPE (Business Transaction Category), DOC_PLEVEL (Hierarchy Level in Document), DOC_LEVEL (Hierarchy Level in Document).. 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: E - Control table, SAP and customer have separate key areas
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP BBPC_UP_DOWNLOAD table 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 MANDTCLNT3Assigned to domainMANDT
DISP_VARIANTDisplay Variant BBP_DISP_VARIANTCHAR6BBP_DISP_VARIANT
OBJECT_TYPEBusiness Transaction Category BBP_OBJ_TYPE_VERSIONCHAR10BBP_OBJ_TYPE
DOC_PLEVELHierarchy Level in Document BBP_LEVELCHAR12BDLCHAR12
DOC_LEVELHierarchy Level in Document BBP_LEVELCHAR12BDLCHAR12
FIELD_ORDERField Sequence BBP_SORTF_PINUMC6BBP_BAPI_NUM6_PI
STRUCTURENAMEName of a structure STRUKNAMECHAR30Assigned to domainAS4TABDTB
FIELDNAMEField Name FIELDNAMECHAR30Assigned to domainFDNAMEDFD
DISPLAY_OPTIONDisplay Options for Fields BBP_DISP_OPTCHAR1CHAR1
CHANGE_OPTIONChange Options for Fields BBP_CHANGE_OPTCHAR1BBP_CHANGE_OPT
ADDON_FIELDField Name FIELDNAMECHAR30Assigned to domainFDNAMEDFD
FORMAT_OPTIONFormat a Field for Download BBP_FIELD_FORMATCHAR1BBP_FIELD_FORMAT
VALUE_CHANGE_OPTChange Options for a Fixed Value BBP_VALUE_CHANGE_OPTCHAR1BBP_VALUE_CHANGE_OPT
INCLUDE_OPTIONOption to Insert a Field BBP_INCLUDE_OPTIONCHAR1BBP_INCLUDE_OPTION

Key field Non-key field



How do I retrieve data from SAP table BBPC_UP_DOWNLOAD using ABAP code

The following ABAP code Example will allow you to do a basic selection on BBPC_UP_DOWNLOAD to SELECT all data from the table
DATA: WA_BBPC_UP_DOWNLOAD TYPE BBPC_UP_DOWNLOAD.

SELECT SINGLE *
FROM BBPC_UP_DOWNLOAD
INTO CORRESPONDING FIELDS OF WA_BBPC_UP_DOWNLOAD
WHERE...

How to access SAP table BBPC_UP_DOWNLOAD

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