BBPC_EXT_ATT SAP (Transfer of Attachments (Settings)) Table details

Dictionary Type: Table
Description: Transfer of Attachments (Settings)




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




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

BBPC_EXT_ATT is a standard SAP Table which is used to store Transfer of Attachments (Settings) data and is available within R/3 SAP systems depending on the version and release level.

The BBPC_EXT_ATT table consists of various fields, each holding specific information or linking keys about Transfer of Attachments (Settings) data available in SAP. These include I_HOST (Intranet Host for Publication of Attachments), I_PORT (Intranet Port for Publication of Attachments), I_DIRECTORY (Intranet Directory for Publication of Attachments), I_HOST_READ (Intranet Host URL Conversion for Partners).. 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP BBPC_EXT_ATT 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
I_HOSTIntranet Host for Publication of Attachments BBP_HOSTCHAR30BBP_HOST
I_PORTIntranet Port for Publication of Attachments BBP_PORTNUMC4BBP_PORT
I_DIRECTORYIntranet Directory for Publication of Attachments BBP_HOSTFOLDERCHAR132BBP_HOSTFOLDER
I_HOST_READIntranet Host URL Conversion for Partners BBP_HOST_READCHAR30BBP_HOST
I_PORT_READIntranet Port URL Conv. for Partner BBP_PORT_READNUMC4BBP_PORT
I_DIRECTORY_READIntranet Directory URL Conversion for Partners BBP_HOSTFOLDER_READCHAR132BBP_HOSTFOLDER
I_USERNAMEIntranet Host User for Publication of Attachments BBP_HOSTUSERCHAR40BBP_HOSTUSER
I_PASSWORDIntranet Host Password for Publication of Attachments BBP_HOSTPASSWORDCHAR40BBP_HOSTPASSWORD
E_HOSTExtranet Host for Publication of Attachments BBP_HOST_EXTCHAR30BBP_HOST
E_PORTExtranet Port for Publishing of Attachments BBP_PORT_EXTNUMC4BBP_PORT
E_DIRECTORYExtranet Directory for Publication of Attachments BBP_HOSTFOLDER_EXTCHAR132BBP_HOSTFOLDER
E_HOST_READExtranet Host for Publication of Attachments BBP_HOST_EXT_READCHAR30BBP_HOST
E_PORT_READExtranet Port for Publishing of Attachments BBP_PORT_EXT_READNUMC4BBP_PORT
E_DIRECTORY_READExtranet Directory for Publication of Attachments BBP_HOSTFOLDER_EXT_READCHAR132BBP_HOSTFOLDER
E_USERNAMEExtranet Host User for Publication of Attachments BBP_HOSTUSER_EXTCHAR40BBP_HOSTUSER
E_PASSWORDExtranet Host Password for Publication of Attachments BBP_HOSTPASSWORD_EXTCHAR40BBP_HOSTPASSWORD
PROXY_INProxy for Reading PROXY_INCHAR60TEXT60
PROXY_OUTProxy for Writing PROXY_OUTCHAR60TEXT60
E_OUTPUT_ERROROutput Error OUTPUT_ERRORCHAR1XFELD
ATT_IN_SOAPEmbed Attachment in SOAP (XML per XI) BBP_ATT_IN_SOAPCHAR1XFELD
WEB_GET_CRITICALGeneration of Attachment by URL Is Critical BBP_WEBATT_CRITICALCHAR1XFELD
CFOLDER_PATTERNPattern for Recognition of URL as CFolder URL BBP_CFOLDER_PATTERNCHAR132BBP_CFOLDER_PATTERN
CFOLDER_LOGSYSID of Logical System for CFolder Integration BBP_CFOLDER_LOGSYSCHAR10CHAR10
DISABLE_APPLETDeactivate Java Applet for Attachment Processing BBP_ATT_DEACTIVATE_APPLETCHAR1XFELD
APPLET_TIMEOUTTimeout Waiting for Applet Confirmation[s] BBP_APPLET_TIMEOUTNUMC5
SESSION_TIMEOUTWaiting Time (in Seconds) Until Next Refresh at Check Out BBP_ATT_SESSION_TIMEOUTNUMC5
DISABLE_VERSIONDeactivate Attachment Versioning BBP_ATT_DEACTIVATE_VERSIONINGCHAR1XFELD

Key field Non-key field



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

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

SELECT SINGLE *
FROM BBPC_EXT_ATT
INTO CORRESPONDING FIELDS OF WA_BBPC_EXT_ATT
WHERE...

How to access SAP table BBPC_EXT_ATT

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