BASW_SWITCHING_LIST SAP (Alv display of switching data) Structure details

Dictionary Type: Structure
Description: Alv display of switching data




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




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

BASW_SWITCHING_LIST 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 "Alv display of switching 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_BASW_SWITCHING_LIST TYPE BASW_SWITCHING_LIST.

The BASW_SWITCHING_LIST table consists of various fields, each holding specific information or linking keys about Alv display of switching data data available in SAP. These include RTCUR (Currency Key), FGRUP_FR (JV Funding group), FGRUP_FR_TEXT (JV T8jmt Text), FGRUP_TO (JV Funding group).. 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 BASW_SWITCHING_LIST 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
SWITCH_NOSwitch Number for Bank Account Switching JV_VBA_SNONUMC5NUM05
RTCURCurrency Key RTCURCUKY5Assigned to domainWAERSFWS
FGRUP_FRJV Funding group JV_FUNDGPCHAR6Assigned to domainJV_FUNDGP
FGRUP_FR_TEXTJV T8jmt Text LTEXT_8JMTCHAR35TEXT35
FGRUP_TOJV Funding group JV_FUNDGPCHAR6Assigned to domainJV_FUNDGP
FGRUP_TO_TEXTJV T8jmt Text LTEXT_8JMTCHAR35TEXT35
RCNTR_FRCost Center KOSTLCHAR10Assigned to domainALPHAKOSTLKOS
RCNTR_TOCost Center KOSTLCHAR10Assigned to domainALPHAKOSTLKOS
PROJN_FRWork Breakdown Structure Element (WBS Element) PS_PSP_PNRNUMC8Assigned to domainKONPRPS_POSNR
PROJN_TOWork Breakdown Structure Element (WBS Element) PS_PSP_PNRNUMC8Assigned to domainKONPRPS_POSNR
ORDNR_FROrder Number AUFNRCHAR12Assigned to domainALPHAAUFNRANR
ORDNR_TOOrder Number AUFNRCHAR12Assigned to domainALPHAAUFNRANR
NPLNR_FRNetwork Number for Account Assignment NPLNRCHAR12Assigned to domainALPHAAUFNRNET
NPLNR_TONetwork Number for Account Assignment NPLNRCHAR12Assigned to domainALPHAAUFNRNET
AUFPL_FRTask list number for operations in order AUFPL_CHNUMC10AUFPL
AUFPL_TOTask list number for operations in order AUFPL_CHNUMC10AUFPL
APLZL_FRGeneral counter for order APLZL_CHNUMC8Assigned to domainCO_APLZL
APLZL_TOGeneral counter for order APLZL_CHNUMC8Assigned to domainCO_APLZL
VORNR_FROperation/Activity Number VORNRCHAR4NUMCVVORNRVGN
VORNR_TOOperation/Activity Number VORNRCHAR4NUMCVVORNRVGN
CATEGORY category0
VALUTValue date VALUTDATS8DATUM
BLDATDocument Date in Document BLDATDATS8DATUM
INTEREST_INCURRED_DAYS Interest in currency0
TSL_CValue in Transaction Currency VTCUR9CURR17(2) WERTV9
HSL_CValue in local currency VLCUR9CURR17(2) WERTV9
LC2_CValue in group currency VGCUR9CURR17(2) WERTV9
LC3_CValue in local currency VLCUR9CURR17(2) WERTV9
TSL_NCValue in Transaction Currency VTCUR9CURR17(2) WERTV9
HSL_NCValue in local currency VLCUR9CURR17(2) WERTV9
LC2_NCValue in group currency VGCUR9CURR17(2) WERTV9
LC3_NCValue in local currency VLCUR9CURR17(2) WERTV9
TSL_IValue in Transaction Currency VTCUR9CURR17(2) WERTV9
HSL_IValue in local currency VLCUR9CURR17(2) WERTV9
LC2_IValue in group currency VGCUR9CURR17(2) WERTV9
LC3_IValue in local currency VLCUR9CURR17(2) WERTV9

Key field Non-key field



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

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

How to access SAP table BASW_SWITCHING_LIST

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