SITE_BBTYP_DLDNUM SAP (Structure For Managing Download Numbers) Structure details

Dictionary Type: Structure
Description: Structure For Managing Download Numbers




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




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

SITE_BBTYP_DLDNUM 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 "Structure For Managing Download Numbers" 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_SITE_BBTYP_DLDNUM TYPE SITE_BBTYP_DLDNUM.

The SITE_BBTYP_DLDNUM table consists of various fields, each holding specific information or linking keys about Structure For Managing Download Numbers data available in SAP. These include BBTYP (Assortment List Type), CHECKTIME (Activation time of a change pointer), CHECKTIME2 (Activation time of a change pointer), CHECKTIME3 (Activation time of a change pointer).. 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 or numeric)


SAP SITE_BBTYP_DLDNUM 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
SITECustomer Number for Plant LOCNRCHAR10Assigned to domainALPHAKUNNRKUN
BBTYPAssortment List Type BBTYPCHAR1Assigned to domainBBTYPWBB
CHECKTIMEActivation time of a change pointer CPACTTIMECHAR14CPACTTIME
CHECKTIME2Activation time of a change pointer CPACTTIMECHAR14CPACTTIME
CHECKTIME3Activation time of a change pointer CPACTTIMECHAR14CPACTTIME
DLDNRPOS Outbound Log DLDNRNUMC14Assigned to domainDLDNRWOP
LFDNRNatural Number INT4INT410INT4
ERSABCreation date from which change pointers were selected ERSABDATS8DATUM
ERZABCreation time from which change pointers were selected ERZABTIMS6CTME
VERSNRAssortment list version no. BBVERSNRNUMC6Assigned to domainAL_VERS_NOALVN

Key field Non-key field



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

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

How to access SAP table SITE_BBTYP_DLDNUM

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