/J7L/BAPI_INPUT_PARAMETER SAP (Input Parameter for REA BAPIs) Structure details

Dictionary Type: Structure
Description: Input Parameter for REA BAPIs




ABAP Code to SELECT data from /J7L/BAPI_INPUT_PARAMETER
Related tables to /J7L/BAPI_INPUT_PARAMETER
Access table /J7L/BAPI_INPUT_PARAMETER




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

/J7L/BAPI_INPUT_PARAMETER 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 "Input Parameter for REA BAPIs" 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_/J7L/BAPI_INPUT_PARAMETER TYPE /J7L/BAPI_INPUT_PARAMETER.

The /J7L/BAPI_INPUT_PARAMETER table consists of various fields, each holding specific information or linking keys about Input Parameter for REA BAPIs data available in SAP. These include I_FLG_CONST_CHECK_ON (Checkbox), I_FLG_TEST_MODUS_ON (Checkbox), I_FLG_FILTER_ON (Checkbox), I_MODUS_ENQUEUE_ART (Lock Mode when Reading and Writing Master Data).. 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 /J7L/BAPI_INPUT_PARAMETER 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
I_FLG_CH_DOC_ONCheckbox XFELDCHAR1XFELD
I_FLG_CONST_CHECK_ONCheckbox XFELDCHAR1XFELD
I_FLG_TEST_MODUS_ONCheckbox XFELDCHAR1XFELD
I_FLG_FILTER_ONCheckbox XFELDCHAR1XFELD
I_MODUS_ENQUEUE_ARTLock Mode when Reading and Writing Master Data J_7LENQUE_MODECHAR1J_7LENQUE_MODE
I_MODUS_CONDITIONMode of Condition Update J_7LCOND_MODECHAR1J_7LCOND_MODE
I_MODUS_UPDATEUpdate Mode for Data Change J_7LUPDATE_MODECHAR1J_7LUPDATE_MODE
I_MODUS_PLAUSIB_CHECKPlausibility Check Mode J_7LPLAUS_MODECHAR1J_7LPLAUS_MODE
I_MODUS_PROPAGATIONMode for Propagation of Master Data J_7LPROP_MODECHAR1J_7LPROP_MODE
I_FLG_COPY_MODUSCheckbox XFELDCHAR1XFELD
I_WF_EVENTMode: Workflow Event Control J_7LWF_MODECHAR1J_7LWF_MODE
I_DATABValid-From Date DATABDATS8DATUM
I_DATBIValid To Date DATBIDATS8DATUM
I_DATUMDate DATUMDATS8DATUM

Key field Non-key field



How do I retrieve data from SAP structure /J7L/BAPI_INPUT_PARAMETER using ABAP code?

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

How to access SAP table /J7L/BAPI_INPUT_PARAMETER

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