BAPI1031_ATINPUTLIST SAP (Interface Structure: Create Activity Type Input List) Structure details

Dictionary Type: Structure
Description: Interface Structure: Create Activity Type Input List




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




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

BAPI1031_ATINPUTLIST 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 "Interface Structure: Create Activity Type Input List" 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_BAPI1031_ATINPUTLIST TYPE BAPI1031_ATINPUTLIST.

The BAPI1031_ATINPUTLIST table consists of various fields, each holding specific information or linking keys about Interface Structure: Create Activity Type Input List data available in SAP. These include VALID_FROM (Valid-From Date), VALID_TO (Valid To Date), ACT_UNIT (Activity Unit), ACT_UNIT_ISO (Unit of measure for display in ISO code).. 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 BAPI1031_ATINPUTLIST 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
ACTTYPEActivity Type LSTARCHAR6CSLALSTARLARLART_EMPTY
VALID_FROMValid-From Date DATABDATS8DATUM
VALID_TOValid To Date DATBIDATS8DATUM
ACT_UNITActivity Unit LEINHUNIT3T006CUNITMEINS
ACT_UNIT_ISOUnit of measure for display in ISO code MEINH_ISOCHAR3T006IISOCD_UNIT
COSTCENTER_CATValid Cost Center Categories KSTTYCHAR8KSTTY
ACTIVITY_CATActivity Type Category LATYPCHAR1LATYP
ALLOC_COST_ELEMAllocation Cost Element VKSTACHAR10CSKAALPHAKSTAR
PRICE_INDICATORPrice Indicator: Calculate Allocation Price TARKZCHAR3TKA10ALPHATARKZ
AVERAGE_PRICE_INDPrice Calculation with Period-Based Average Prices CO_YRATECHAR1XFELD
PREDIS_FXD_COSTPredistribution of fixed costs for acty type/bus. process CO_FIXVOCHAR1XFELD
MANUAL_ACT_QTYIndicator: Confirm quantity manually in actual CO_MANISTCHAR1XFELD
ACT_CAT_ACTUALVariant Activity Type Category for Actual Postings LATYPICHAR1LATYPI
ACT_PRICE_INDIndicator: Actual Allocation Price CO_TARKZ_ICHAR3TKA10ALPHATARKZ
LOCK_INDICATORLock Indicator SPRKZCHAR1YNFLG
OUTPUT_UNITUnit of Measure for Display MEINHUNIT3T006CUNITMEINS
OUTPUT_UNIT_ISOUnit of measure for display in ISO code MEINH_ISOCHAR3T006IISOCD_UNIT
OUTPUT_FACTOROutput factor AUSFKDEC5(2) AUSFK
NAMEGeneral Name KTEXTCHAR20TEXT20
DESCRIPTDescription KLTXTCHAR40TEXT40

Key field Non-key field



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

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

How to access SAP table BAPI1031_ATINPUTLIST

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