IDREPFW_STR_SELSCR_IMP SAP (Rep.framework: Selection Screen Structure for Import of Cus.) Structure details

Dictionary Type: Structure
Description: Rep.framework: Selection Screen Structure for Import of Cus.




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




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

IDREPFW_STR_SELSCR_IMP 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 "Rep.framework: Selection Screen Structure for Import of Cus." 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_IDREPFW_STR_SELSCR_IMP TYPE IDREPFW_STR_SELSCR_IMP.

The IDREPFW_STR_SELSCR_IMP table consists of various fields, each holding specific information or linking keys about Rep.framework: Selection Screen Structure for Import of Cus. data available in SAP. These include P_CRTREQ (Create Task/Request), P_TRKORR (Request/Task), P_REQTXT (Short Description of Request/Task), P_IMPORT (Import File).. 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 IDREPFW_STR_SELSCR_IMP 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
P_TESTRNTest Mode IDREPFW_TESTRNCHAR1XFELD
P_CRTREQCreate Task/Request IDREPFW_CRTREQCHAR1XFELD
P_TRKORRRequest/Task TRKORRCHAR20E070TRKORR
P_REQTXTShort Description of Request/Task IDREPFW_REQTXTCHAR60AS4TEXT
P_IMPORTImport File IDREPFW_IMPORTCHAR1XFELD
P_DELETEDelete Settings IDREPFW_DELETECHAR1XFELD
P_REPGRPReport Group IDREPFW_REP_GROUPCHAR8IDREPFW_REPGR_CIDREPFW_REP_GROUPIDREPFW_REP_GROUP
P_REPIDNReport Identification IDREPFW_REP_IDCHAR10IDREPFW_REPID_CIDREPFW_REP_IDIDREPFW_REP_ID
P_REPVERReport Version IDREPFW_REP_VERSNCHAR6IDREPFW_REPVR_CIDREPFW_REP_VERSNIDREPFW_REP_VERSN
P_DELKEYDelete Unused Keys IDREPFW_DLKEYCHAR1XFELD
P_UPTBEHSystem Behavior When Data is Duplicated IDREPFW_UPBEHCHAR1IDREPFW_UPBEH
P_SEPRTRCharacter Separator IDREPFW_CH_SEPARATORCHAR1IDREPFW_CH_SEPARATOR
P_FILETYServer/local file type IDREPFW_FILTYCHAR1IDREPFW_FILTY
P_FILOC1Name of Local File (Settings for Mapping Lines) IDREPFW_FILC1CHAR255IDREPFW_PATH
P_FILOC2Path to Local File (Settings for Column Group Identif.) IDREPFW_FILC2CHAR255IDREPFW_PATH
P_FILOC3Path to Local File (Settings for Selected Columns of Group) IDREPFW_FILC3CHAR255IDREPFW_PATH
P_FILOC4Path to Local File (Settings for Cross Check Identification) IDREPFW_FILC4CHAR255IDREPFW_PATH
P_FILOC5Path to Local File (Settings for Cross Check Rule Identif.) IDREPFW_FILC5CHAR255IDREPFW_PATH
P_FILOC6Path to Local File (Settings for Cross Check Rule Side Cell) IDREPFW_FILC6CHAR255IDREPFW_PATH
P_FIAPPLLogical file name FILEINTERNCHAR60Assigned to domainFILEINTERN
P_PARAM1Parameter for Generating Physical File Names on Appn Server IDREPFW_PARM1CHAR50IDREPFW_PARAM
P_PARAM2Parameter for Generating Physical File Names on Appn Server IDREPFW_PARM2CHAR50IDREPFW_PARAM
P_PARAM3Parameter for Generating Physical File Names on Appn Server IDREPFW_PARM3CHAR50IDREPFW_PARAM
P_PARAM4Parameter for Generating Physical File Names on Appn Server IDREPFW_PARM4CHAR50IDREPFW_PARAM
P_PARAM5Parameter for Generating Physical File Names on Appn Server IDREPFW_PARM5CHAR50IDREPFW_PARAM
P_PARAM6Parameter for Generating Physical File Names on Appn Server IDREPFW_PARM6CHAR50IDREPFW_PARAM

Key field Non-key field



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

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

How to access SAP table IDREPFW_STR_SELSCR_IMP

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