WOSCR_EXI_D1200 SAP (Expense Invoice: Fields for Screen 1200) Structure details

Dictionary Type: Structure
Description: Expense Invoice: Fields for Screen 1200




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




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

WOSCR_EXI_D1200 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 "Expense Invoice: Fields for Screen 1200" 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_WOSCR_EXI_D1200 TYPE WOSCR_EXI_D1200.

The WOSCR_EXI_D1200 table consists of various fields, each holding specific information or linking keys about Expense Invoice: Fields for Screen 1200 data available in SAP. These include NAME (Name 1), AC_DOC_NO (Accounting Document Number), DOC_DATE (Document Date in Document), PSTNG_DATE (Posting Date in the Document).. 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 WOSCR_EXI_D1200 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
VENDORVendor number ELIEFCHAR10Assigned to domainALPHALIFNR
NAMEName 1 NAME1_GPCHAR35NAME
AC_DOC_NOAccounting Document Number BELNR_DCHAR10ALPHABELNRBLN
DOC_DATEDocument Date in Document BLDATDATS8DATUM
PSTNG_DATEPosting Date in the Document BUDATDATS8DATUM
REF_DOC_NOReference Document Number XBLNR1CHAR16XBLNR1
HEADER_TXTDocument Header Text BKTXTCHAR25TEXT25
GL_ACCOUNTGeneral Ledger Account HKONTCHAR10Assigned to domainALPHASAKNR
BALANCEDisplay Balance AZSAL_F05ACURR17(2) WERTV9
BALANCE_CURRENCYCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
TOTAL_CHARField of length 16 CHAR16CHAR16CHAR16
TOTAL_AMNTAmount in document currency WRBTRCURR13(2) WERT7
TOTAL_CURRENCYCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
AMNT_CHARField of length 16 CHAR16CHAR16CHAR16
AMNTAmount in document currency WRBTRCURR13(2) WERT7
CURRENCYCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
TAX_CODETax on sales/purchases code MWSKZCHAR2Assigned to domainMWSKZ
TAX_CODE_TXTName for value-added tax TEXT1_007SCHAR50TEXT50
TAX_AMNT_CHARField of length 16 CHAR16CHAR16CHAR16
TAX_AMNTTax amount in document currency WMWSTCURR13(2) WERT7
TAX_CURRENCYCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
INVAL_TAXExpense Invoice: 'Display All Taxes' Indicator WOSCR_ALL_ST_ANZCHAR1YESNO
CURR_INDExpense Invoice: Currency Selection Indicator WOSCR_EXI_CURR_INDCHAR1YESNO

Key field Non-key field



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

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

How to access SAP table WOSCR_EXI_D1200

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