/FSCAA/STANDING_ORDER SAP () Structure details

Dictionary Type: Structure
Description:




ABAP Code to SELECT data from /FSCAA/STANDING_ORDER
Related tables to /FSCAA/STANDING_ORDER
Access table /FSCAA/STANDING_ORDER




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

/FSCAA/STANDING_ORDER 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 "" 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_/FSCAA/STANDING_ORDER TYPE /FSCAA/STANDING_ORDER.

The /FSCAA/STANDING_ORDER table consists of various fields, each holding specific information or linking keys about data available in SAP. These include STATUS (), COUNTRY (Country Key), COUNTRY_ISO (Country ISO code), BANK_KEY (Bank Keys).. 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: Not classified


SAP /FSCAA/STANDING_ORDER 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
STANDING_ORDERStanding order identification /FSCAA/STANDING_ORDER_IDSTRG0
STATUS 0
COUNTRYCountry Key LAND1CHAR3T005LAND1LND
COUNTRY_ISOCountry ISO code INTCACHAR2INTCAF4_INTCA
BANK_KEYBank Keys BANKKCHAR15BANKKBNK
SWIFTCODESWIFT/BIC for International Payments SWIFTCHAR11SWIFT
ACCOUNT_NUMBERExternal Account Number /FSCAA/ACCOUNT_NUMBERSTRG0
IBANInternational Bank Account Number /FSCAA/IBANSTRG0
STANDING_ORDER_NUMBER 0
TRANSACTION_TYPE 0
TRANSACTION_CATEGORY 0
CURRENCYCurrency Key WAERSCUKY5TCURCWAERSFWS
CURRENCY_ISOISO currency code ISOCDCHAR3ISOCD
AMOUNTCurrency amount in BAPI interfaces BAPICURR_DDEC23(4) BAPICURR
PERIOD 0
PERIOD_UNIT 0
PERIOD_DUE_DATE2-Digit Numeric Value NUM2NUMC2NUM2
DATE_NEXTDate DATUMDATS8DATUM
DATE_LASTDate DATUMDATS8DATUM
SHIFT_WORKDAY 0
SUSPEND_FROMDate DATUMDATS8DATUM
SUSPEND_TODate DATUMDATS8DATUM
RECEIVER_COUNTRYCountry Key LAND1CHAR3T005LAND1LND
RECEIVER_COUNTRY_ISOCountry ISO code INTCACHAR2INTCAF4_INTCA
RECEIVER_BANK_KEYBank Keys BANKKCHAR15BANKKBNK
RECEIVER_SWIFTCODESWIFT/BIC for International Payments SWIFTCHAR11SWIFT
RECEIVER_ACCOUNT_NUMBERExternal Account Number /FSCAA/ACCOUNT_NUMBERSTRG0
RECEIVER_IBANInternational Bank Account Number /FSCAA/IBANSTRG0
RECEIVER_BANK_NAME 0
RECEIVER_NAME 0
INDICATOR_VARIABLE_SOCheckbox XFELDCHAR1XFELD
AMOUNT_BASECurrency amount in BAPI interfaces BAPICURR_DDEC23(4) BAPICURR
AMOUNT_MINCurrency amount in BAPI interfaces BAPICURR_DDEC23(4) BAPICURR
PERCENTAGE 0
ROUNDING 0

Key field Non-key field



How do I retrieve data from SAP structure /FSCAA/STANDING_ORDER using ABAP code?

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

How to access SAP table /FSCAA/STANDING_ORDER

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