BAPI1010_1 SAP (Transfer structure 1010/GetStatus/General data) Structure details

Dictionary Type: Structure
Description: Transfer structure 1010/GetStatus/General data




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




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

BAPI1010_1 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 "Transfer structure 1010/GetStatus/General data" 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_BAPI1010_1 TYPE BAPI1010_1.

The BAPI1010_1 table consists of various fields, each holding specific information or linking keys about Transfer structure 1010/GetStatus/General data data available in SAP. These include CUSTMR_NO (Customer Numbers), C_CTR_AREA (Credit control area), CURRENT_PAYER_ONLY (FI checks only against current payer), TIMESTAMP (Time at which data was created (date and time)).. 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 BAPI1010_1 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
LOGICAL_SYSLogical system LOGSYSCHAR10TBDLSALPHALOGSYS
CUSTMR_NOCustomer Numbers KUNNRCHAR10KNA1ALPHAKUNNRKUNC_KUNNR
C_CTR_AREACredit control area KKBERCHAR4T014KKBERKKB
CURRENT_PAYER_ONLYFI checks only against current payer REGUL_CMCHAR1XFELD
TIMESTAMPTime at which data was created (date and time) TMSTMPCHAR14CHAR14
DUE_ITEMSTotal Due Items (for Credit Limit Check) BAPISFAELDEC23(4) BAPICURR
CURRENCY_DIA/R Summary: Currency Key (Total Open Items) CV_WAERS_OPCUKY5TCURCWAERS
COMP_CODE_DA/R Summary: Company Code (Highest Dunning Level) CV_BUKRSCHAR4T001BUKRSBUK
COMPETITOR_DA/R Summary: Customer Number (Highest Dunning Level) CV_KUNNRCHAR10KNA1ALPHAKUNNRKUN
DUNN_AREAA/R Summary: Dunning Area (Highest Dunning Level) CV_MABERCHAR2T047MMABER
DUNN_LEVELA/R Summary: Dunning Level (Highest Dunning Level) CV_MAHNSNUMC1MAHNS
DOC_NOA/R Summary: Document Number of Oldest Open Item CV_BELNRCHAR10ALPHABELNR
COMP_CODE_OOIA/R Summary: Company Code (Oldest Open Item) CV_BUKRS_OOICHAR4T001BUKRS
NET_DUE_DATEA/R Summary: Net Due Date (Oldest Open Item) CV_FAEDTDATS8DATUM
FISC_YEARA/R Summary: Fiscal Year (Oldest Open Item) CV_GJAHRNUMC4GJAHRGJAHR
IN_NET_DUE_DATEA/R Summary: Inverted Net Due Date (Oldest Open Item) CV_INFAECHAR8CHAR08
COMPETITOR_OOIA/R Summary: Customer Number (Oldest Open Item) CV_KUNNR_OOICHAR10KNA1ALPHAKUNNR
DAYS_ARREARSA/R Summary: Days in Arrears after Net Due Date (Old. OI) CV_VERZNDEC5WRTV3
CURRENCY_OOIA/R Summary: Currency Key (Oldest Open Item) CV_WAERS_OOICUKY5TCURCWAERS
AMOUNT_DOC_CURAmount in document currency BAPIWRBTRDEC23(4) BAPICURR
CRED_LIMITCredit limit in credit control area currency BAPIKLIMKDEC23(4) BAPICURR
CRED_ACCNTCustomer's account number with credit limit reference KNKLICHAR10KNA1ALPHAKUNNR
RCVBL_VALSTotal Receivables (for Credit Limit Check) BAPISKFORDEC23(4) BAPICURR
CRED_LIABRelevant Credit Exposure for Credit Limit Check BAPISSOBLDEC23(4) BAPICURR
CURRENCYCurrency in which the credit limit is to be managed WAERS_KNKKCUKY5TCURCWAERS
RISK_CATEGCredit management: Risk category CTLPC_CMCHAR3T691ACTLPC_CM
BLOCKEDIndicator: Blocked by credit management ? CRBLB_CMCHAR1XFELD
NXT_REVIEWNext internal review NXTRV_CMDATS8DATUM
SECURED_ITEMSTotal of Secured Receivables BAPIABSBTDEC23(4) BAPICURR

Key field Non-key field



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

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

How to access SAP table BAPI1010_1

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