BAPI_ISSR_ASSET_X SAP () Structure details

Dictionary Type: Structure
Description:




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




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

BAPI_ISSR_ASSET_X 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_BAPI_ISSR_ASSET_X TYPE BAPI_ISSR_ASSET_X.

The BAPI_ISSR_ASSET_X table consists of various fields, each holding specific information or linking keys about data available in SAP. These include ACCOUNT_GRP (Updated information in related user data field), PSTNG_DATE (Updated information in related user data field), DIVISION (Updated information in related user data field), CAPITALID_SR (Updated information in related user data field).. 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 BAPI_ISSR_ASSET_X 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
SET_ALLUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
ACCOUNT_GRPUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
PSTNG_DATEUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
DIVISIONUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
CAPITALID_SRUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
CAPITALID_TAX_OFFICEUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
CAPITAL_REGUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
CAPITAL_REG_SDIVUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
INVESTM_TYPEUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
CERTIFICATE_101Updated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
CERTIFICATE_102Updated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
CERTIFICATE_201Updated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
CERTIFICATE_600Updated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
CERTIFICATE_670Updated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
CERTIFICATE_671Updated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
ID_R59703Updated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
ID_R59704Updated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
ID_R59705Updated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
ID_R59706Updated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
ID_R59708Updated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
ID_R59710_1Updated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
ID_R59710_2Updated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
ID_R59710_3Updated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
ID_R59710_4Updated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
ACCEPTED_VALUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
ACCEPTED_VAL_CURRUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
MARKET_VALUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
MARKET_VAL_CURRUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
COVER_PROV_CURRUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
APPROVAL_FILE_NOUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
APPROVAL_DATEUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
ACCEPTED_VAL_DATEUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
ACCEPTED_VAL_FILE_NOUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
COUNTRY_OF_SITUSUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
LOCATION_OF_SITUSUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
FUNDS_CALCUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
IDENT_NOUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
IDENT_HNOUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
APPL_AREAUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
DESCRIPTIONUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
MASTER_REC_KEYUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
FLG_SECONDARYUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
SIGN_IDENTUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
SL_ID_CHANGEONLYUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
ID_INVESTMENTUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
ASSET_TYPEUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
PURPOSEUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
SUBJECTUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE

Key field Non-key field



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

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

How to access SAP table BAPI_ISSR_ASSET_X

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