BAPIAPPREQMASTERX SAP (Change Parameter: Approp. Request Master Data) Structure details

Dictionary Type: Structure
Description: Change Parameter: Approp. Request Master Data




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




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

BAPIAPPREQMASTERX 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 "Change Parameter: Approp. Request Master Data" 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_BAPIAPPREQMASTERX TYPE BAPIAPPREQMASTERX.

The BAPIAPPREQMASTERX table consists of various fields, each holding specific information or linking keys about Change Parameter: Approp. Request Master Data data available in SAP. These include REQ_COMP_CODE_X (Updated information in related user data field), RSP_COMP_CODE_X (Updated information in related user data field), REQ_COMPANY_X (Updated information in related user data field), RSP_COMPANY_X (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 BAPIAPPREQMASTERX 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
REQ_TXT_XUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
REQ_COMP_CODE_XUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
RSP_COMP_CODE_XUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
REQ_COMPANY_XUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
RSP_COMPANY_XUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
FUNCT_LOCATION_XUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
PLANT_XUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
SCALE_XUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
DESIRED_START_XUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
PRIORITY_XUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
RSP_COST_CENTER_XUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
RSP_PROF_CENTER_XUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
RSP_BUS_AREA_XUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
X_EXTERN_XUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
TRADING_PARTNER_XUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
APPR_DATE_XUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
ORIG_APPR_YEAR_XUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
LOCATION_XUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
INV_CNTRY_XUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
INV_CNTRY_ISO_XUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
OBJECTCLASS_XUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
ORIGINAL_APPREQ_XUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
OBJECT_CURRENCY_XUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
OBJECT_CURRENCY_ISO_XUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
ORDER_TYPE_XUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
PROJECT_PROFILE_XUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
STRAT_INDICATOR_XUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE

Key field Non-key field



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

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

How to access SAP table BAPIAPPREQMASTERX

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