BBPCIF_CIFCTRLPAR SAP (Control Parameters for Data Transfer) Structure details

Dictionary Type: Structure
Description: Control Parameters for Data Transfer




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




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

BBPCIF_CIFCTRLPAR 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 "Control Parameters for Data Transfer" 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_BBPCIF_CIFCTRLPAR TYPE BBPCIF_CIFCTRLPAR.

The BBPCIF_CIFCTRLPAR table consists of various fields, each holding specific information or linking keys about Control Parameters for Data Transfer data available in SAP. These include LOGDESTSYS (Logical System: Target system of the transfer), UNAME (User Name), TRFCCHN (Serialization Channel of tRFC), OPMODE (Operation Mode of the Active Data Channel).. 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 BBPCIF_CIFCTRLPAR 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
LOGSRCSYS Logical System: Source System of the Transfer BBPCIF_LOGSRCSYSCHAR10ALPHABBPCIF_LOGSYS
LOGDESTSYSLogical System: Target system of the transfer BBPCIF_LOGDSTSYSCHAR10ALPHABBPCIF_LOGSYS
UNAMEUser Name UNAMECHAR12UNAME
TRFCCHNSerialization Channel of tRFC BBPCIF_CIFTRFCCHNCHAR24TRFCQNAM
OPMODEOperation Mode of the Active Data Channel BBPCIF_CIFOPMODCHAR1BBPCIF_CIFOPMOD
SYN_POSTSynchronous (X) or Asynchronous ( ) Update BBPCIF_CIFSYNPOSTCHAR1KREUZ
USE_ODBUse ODB ? BBPCIF_CIFUSEODBCHAR1KREUZ
TIDUnique Transaction ID (LUW) BBPCIF_CIFARFCTIDCHAR24CHAR24
TCODETransaction Code BBPCIF_CIFTCODECHAR20CHAR20
LANGULanguage Key SYLANGULANG1ISOLASYLANGU
R3RLRelease of SAP System SYSAPRLCHAR4SYCHAR04
APORLRelease of SAP System SYSAPRLCHAR4SYCHAR04
CIFRLRelease of SAP System SYSAPRLCHAR4SYCHAR04
MOD_TSTAMPTime Stamp for Core Interface BBPCIF_CIFTSTAMPDEC15DECV15
SND_TSTAMPTime Stamp for Core Interface BBPCIF_CIFTSTAMPDEC15DECV15
INBLKNOBlock Number for Processing the Delta Model BBPCIF_CIF_BLKNONUMC6NUM06
INBLKFINLast Block in Block Selection and Transmission BBPCIF_CIF_BLKFINCHAR1KREUZ
OUTBLKNOBlock Number for Processing the Delta Model BBPCIF_CIF_BLKNONUMC6NUM06
OUTBLKFINLast Block in Block Selection and Transmission BBPCIF_CIF_BLKFINCHAR1KREUZ
ERRHANDLNGError Handling in the Target System BBPCIF_CIFERRHANDCHAR1BBPCIF_CIFERRHAND
LOGGINGLogging Mode for CIF BBPCIF_CIFLOGGINGCHAR1BBPCIF_CIFLOGGING
RFCMODEControl of Inbound Calls BBPCIF_CIFINBOUNDCHAR1BBPCIF_CIFINBOUND
DEBUGDebugging on/off (by multiple synchronous RFC-call) BBPCIF_CIFDEBUGCHAR1BBPCIF_CIFDEBUG

Key field Non-key field



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

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

How to access SAP table BBPCIF_CIFCTRLPAR

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