BAPI_BKK_STR_FORWARD_SENDER SAP (BKK BAPI Forward order) Structure details

Dictionary Type: Structure
Description: BKK BAPI Forward order




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




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

BAPI_BKK_STR_FORWARD_SENDER 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 "BKK BAPI Forward order" 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_BAPI_BKK_STR_FORWARD_SENDER TYPE BAPI_BKK_STR_FORWARD_SENDER.

The BAPI_BKK_STR_FORWARD_SENDER table consists of various fields, each holding specific information or linking keys about BKK BAPI Forward order data available in SAP. These include ACCOUNT_HOLDER_NAME (Account holder name), REFERENCE_NUMBER_CREATION (Reference Number of Creation), REFERENCE_NUMBER_PAYMENT (Reference Number from Payment Transactions), REFERENCE_NUMBER_DAYBOOK (Daybook number).. 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: Cannot Be Enhanced


SAP BAPI_BKK_STR_FORWARD_SENDER 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
FORWARDNUMBERForward Order Number BAPI_BKK_DTE_FWNONUMC12BKK_PAORN
ACCOUNT_HOLDER_NAMEAccount holder name BAPI_BKK_DTE_ACCNTHOLDNAMECHAR40BU_NAME
REFERENCE_NUMBER_CREATIONReference Number of Creation BAPI_BKK_DTE_REFNOCREATECHAR20BKK_REFNO
REFERENCE_NUMBER_PAYMENTReference Number from Payment Transactions BAPI_BKK_DTE_REFNO_OPAYM_TRANSCHAR20BKK_REFNO
REFERENCE_NUMBER_DAYBOOKDaybook number BAPI_BKK_DTE_DAYBOOK_NUMBERCHAR12ALPHABKK_PNNO
DATE_CREATIONCreation Date of the Data Medium BAPI_BKK_DTE_CREATION_DATEDATS8DATUM
DATE_VALUEValue date BAPI_BKK_DTE_DATE_VALUEDATS8DATUM
DATE_POSTPosting date BAPI_BKK_DTE_DATE_POSTDATS8DATUM
CURRENCYCurrency Key BAPI_BKK_DTE_WAERSCUKY5Assigned to domainWAERSFWS
CURRENCY_ISOISO currency code BAPI_BKK_DTE_ISOCDCHAR3ISOCD
AMOUNTAmount in Transaction Currency (External Display) BAPI_BKK_DTE_TRANSAMOUNTDEC28(9) BAPICUREXT
CHARGEAmount in Transaction Currency (External Display) BAPI_BKK_DTE_TRANSAMOUNTDEC28(9) BAPICUREXT
MEDIUMMedium BAPI_BKK_DTE_MEDIUMCHAR4Assigned to domainBKK_MEDIUM
PAYMENT_METHODPayment Method BAPI_BKK_DTE_PAYMENT_METHODCHAR4Assigned to domainBKK_MEDIUMBCA_SH_PAYMETHOD
TRNSTYPETransaction Type BAPI_BKK_DTE_TRNSTYPECHAR4Assigned to domainBKK_TTYPE
PROCESSED_ITEMSNumber of Processed Items BAPI_BKK_DTE_PROCESSED_ITEMSNUMC5NUMC5
CREDITIndicator: Credit BAPI_BKK_DTE_XCREDCHAR1XFELD
CONTAINERFIELD1Customer Field (Length 35) BAPI_BKK_DTE_CONTAINER_LCHAR35CHAR35
CONTAINERFIELD2Customer Field (Length 35) BAPI_BKK_DTE_CONTAINER_LCHAR35CHAR35
CONTAINERFIELD3Customer Field (Length 35) BAPI_BKK_DTE_CONTAINER_LCHAR35CHAR35
CONTAINERFIELD4Customer Field (Length 35) BAPI_BKK_DTE_CONTAINER_LCHAR35CHAR35
CONTAINERFIELD5Customer Field (Length 20) BAPI_BKK_DTE_CONTAINER_SCHAR20CHAR20
CONTAINERFIELD6Customer Field (Length 20) BAPI_BKK_DTE_CONTAINER_SCHAR20CHAR20
PRENOTEREFERENCENOPrenote Reference Number BAPI_BKK_DTE_PRNTE_REF_NOCHAR40BKK_PRENOTE_REF_ID
DATE_DUESDD Due Date BAPI_BKK_DTE_DUE_DATEDATS8BKK_DATUM
UCICreditor Identification BAPI_BKK_DTE_CRD_IDCHAR35BKK_CRD_ID

Key field Non-key field



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

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

How to access SAP table BAPI_BKK_STR_FORWARD_SENDER

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