BAPI_RE_SEARCH_REQ_INTX SAP (RE Search Request - Internal - Change Fields) Structure details

Dictionary Type: Structure
Description: RE Search Request - Internal - Change Fields




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




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

BAPI_RE_SEARCH_REQ_INTX 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 "RE Search Request - Internal - Change Fields" 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_RE_SEARCH_REQ_INTX TYPE BAPI_RE_SEARCH_REQ_INTX.

The BAPI_RE_SEARCH_REQ_INTX table consists of various fields, each holding specific information or linking keys about RE Search Request - Internal - Change Fields data available in SAP. These include XRR (Updated information in related user data field), SEARCHTERM (Updated information in related user data field), RRCNBEG (Updated information in related user data field), RRCNEND (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_RE_SEARCH_REQ_INTX 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
XRRUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
SEARCHTERMUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
RRCNBEGUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
RRCNENDUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
RRCNBEGLATERUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
CDVALUETO01Updated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
CDCURR01Updated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
CDVALUETO02Updated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
CDCURR02Updated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
CDVALUETO03Updated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
CDCURR03Updated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
CDVALUETO04Updated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
CDCURR04Updated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
MSVALUEFROM01Updated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
MSVALUETO01Updated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
MSUNIT01Updated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
MSVALUEFROM02Updated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
MSVALUETO02Updated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
MSUNIT02Updated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
MSVALUEFROM03Updated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
MSVALUETO03Updated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
MSUNIT03Updated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
MSVALUEFROM04Updated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
MSVALUETO04Updated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
MSUNIT04Updated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
BUILDAGEFROMUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
BUILDAGETOUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
COUNTRYUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
REGIONUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
POST_CODE1Updated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
CITY1Updated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
CITY2Updated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
STREETUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
HOUSE_NUM1Updated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
EDITINDICATORUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
EDITSTATUSUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
PRESELECTIONUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
INFLOWFROMUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
INFLOWREASONUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
INFLOWWAYUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
RRSEARCHPARTUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
AECEXISTSUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
AECDATEOFISSUEUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
AECVALIDTOUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
AECPRIORITYUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
AECPERSONGROUPUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
AECINFOUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
AUTHGRPUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
RESPONSIBLEUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
STSMAUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE

Key field Non-key field



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

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

How to access SAP table BAPI_RE_SEARCH_REQ_INTX

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