GLE_API_TOTALS_SPL SAP (Transfer structure object 1021, SL GetTotalRecords) Structure details

Dictionary Type: Structure
Description: Transfer structure object 1021, SL GetTotalRecords




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




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

GLE_API_TOTALS_SPL 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 object 1021, SL GetTotalRecords" 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_GLE_API_TOTALS_SPL TYPE GLE_API_TOTALS_SPL.

The GLE_API_TOTALS_SPL table consists of various fields, each holding specific information or linking keys about Transfer structure object 1021, SL GetTotalRecords data available in SAP. These include CLIENT (Client), LEDGER (Ledger), REC_TYPE (Record Type), VERSION (Version).. 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 (Deep)


SAP GLE_API_TOTALS_SPL 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
ROWLines in parameter BAPI_LINEINT410INT4
CLIENTClient MANDTCLNT3Assigned to domainMANDT
LEDGERLedger RLDNRCHAR2Assigned to domainALPHARLDNRGLNH_T881
REC_TYPERecord Type RRCTYCHAR1RRCTY
VERSIONVersion RVERSCHAR3Assigned to domainALPHARVERSGVS
FISC_YEARFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
PERIODPosting period POPERNUMC3POPERPOPR
DB_CR_INDDebit/Credit Indicator SHKZGCHAR1SHKZG
COMPANY_CODECompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
GL_ACCOUNTAccount Number RACCTCHAR10Assigned to domainALPHASAKNRACC
COMPANYCompany RCOMP_DCHAR6Assigned to domainALPHARCOMPGCC
ORIG_CCOriginal company code OBUKRCHAR4Assigned to domainBUKRS
PART_RIG_CCOriginal company code POBUKRSCHAR4Assigned to domainBUKRS
BUS_AREABusiness Area GSBERCHAR4Assigned to domainGSBERGSB
COSTCENTERCost Center KOSTLCHAR10Assigned to domainALPHAKOSTLKOS
PROFIT_CTRProfit Center PRCTRCHAR10Assigned to domainALPHAPRCTRPRCPRCTR_EMPTY
FUNC_AREAFunctional Area FKBER_SHORTCHAR4FKBER_SHORTFBE
CO_AREAControlling Area KOKRSCHAR4Assigned to domainCACCDCAC
PARTNER_ACCOUNTPartner account number SACCTCHAR10Assigned to domainALPHASAKNRACC
SEND_CCTRSender cost center SKOSTCHAR10Assigned to domainALPHAKOSTLKSK
PART_PRCTRPartner Profit Center PPRCTRCHAR10Assigned to domainALPHAPRCTRPPC
PARTNER_FUNC_AREAFunctional Area FKBER_SHORTCHAR4FKBER_SHORTFBE
TR_PART_BATrading partner's business area PARGBCHAR4Assigned to domainGSBERGSB
LOG_SYSTEMLogical system LOGSYSCHAR10Assigned to domainALPHALOGSYS
TRADE_IDCompany ID of trading partner RASSCCHAR6Assigned to domainALPHARCOMPPGS
BUS_ACTBusiness Transaction GLVORCHAR4CHAR4
CS_TRANS_TTransaction Type RMVCTCHAR3Assigned to domainRMVCT
TCURRValue in transaction currency BAPITCURDEC23(4) BAPICURR
CURRENCYCurrency Key RTCURCUKY5Assigned to domainWAERSFWS
CURRENCY_ISOISO currency code ISOCDCHAR3ISOCD
LCURRValue in second currency BAPILCURDEC23(4) BAPICURR
CURRENCY_2Currency key of the local currency LCURRCUKY5Assigned to domainWAERSGLC
CURRENCY_2_ISOISO currency code ISOCDCHAR3ISOCD
GCURRValue in third currency BAPIGCURDEC23(4) BAPICURR
CURRENCY_3Currency key of the local currency LCURRCUKY5Assigned to domainWAERSGLC
CURRENCY_3_ISOISO currency code ISOCDCHAR3ISOCD
QUANTITYQuantity QUAN1_12QUAN23(3) MENGV12
BASE_UOMBase Unit of Measure MEINSUNIT3Assigned to domainCUNITMEINS
BASE_UOM_ISOISO code for unit of measurement ISOCD_UNITCHAR3Assigned to domainISOCD_UNIT
AQAdditional Quantity QUAN2QUAN15(3) MENG8
ADDL_UNOMAdditional unit of measure AUNITUNIT3Assigned to domainCUNITMEINS
ADDL_UNOM_ISOISO code for unit of measurement ISOCD_UNITCHAR3Assigned to domainISOCD_UNIT
GRANT_NBRGrant GM_GRANT_NBRCHAR20ALPHAGM_GRANT_NBRGM_GRANT_NBRGRANTS_GENERIC
FUNC_AREA_LONGFunctional Area FKBERCHAR16Assigned to domainFKBERFBE
PARTNER_FUNC_AREA_LONGFunctional Area FKBERCHAR16Assigned to domainFKBERFBE
CMMT_ITEM_LONGCommitment Item FM_FIPEXCHAR24Assigned to domainFM_FIPEXFPS
FUNDS_CTRFunds Center FISTLCHAR16Assigned to domainFISTLFIS
FUNDFund BP_GEBERCHAR10Assigned to domainBP_GEBERFIC

Key field Non-key field



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

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

How to access SAP table GLE_API_TOTALS_SPL

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