FISA_S_CONSIGNMENT SAP (Data for KSA employee consignment form 12) Structure details

Dictionary Type: Structure
Description: Data for KSA employee consignment form 12




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




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

FISA_S_CONSIGNMENT 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 "Data for KSA employee consignment form 12" 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_FISA_S_CONSIGNMENT TYPE FISA_S_CONSIGNMENT.

The FISA_S_CONSIGNMENT table consists of various fields, each holding specific information or linking keys about Data for KSA employee consignment form 12 data available in SAP. These include DOCUMENT_DATE (Document date in Document), DOCUMENT_NUMBER (Accounting Document Number), VENDOR_NAME (Vendor name), WAERS (Currency Key).. 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 FISA_S_CONSIGNMENT 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
AMOUNTAmount in Local Currency with +/- Signs DMSHB_X8CURR15(2) WRTV8
DOCUMENT_DATEDocument date in Document FISA_DOC_DATECHAR10TEXT10
DOCUMENT_NUMBERAccounting Document Number BELNR_DCHAR10ALPHABELNRBLN
VENDOR_NAMEVendor name FISA_VENDOR_NAMECHAR80TEXT80
WAERSCurrency Key WAERSCUKY5Assigned to domainWAERSFWS

Key field Non-key field



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

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

How to access SAP table FISA_S_CONSIGNMENT

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