IDREPFW_STR_SCR_ADDFILES SAP (Rep.Framework: Selection Screen for Additional Fiel(s)) Structure details

Dictionary Type: Structure
Description: Rep.Framework: Selection Screen for Additional Fiel(s)




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




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

IDREPFW_STR_SCR_ADDFILES 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 for Additional Fiel(s)" 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_SCR_ADDFILES TYPE IDREPFW_STR_SCR_ADDFILES.

The IDREPFW_STR_SCR_ADDFILES table consists of various fields, each holding specific information or linking keys about Rep.Framework: Selection Screen for Additional Fiel(s) data available in SAP. These include LOCALFILE2 (Local File for Upload (Used in Events 002x)), LOCALFILE3 (Local File for Upload (Used in Events 002x)), LOCALFILE4 (Local File for Upload (Used in Events 002x)), LOCALFILE5 (Local File for Upload (Used in Events 002x)).. 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_SCR_ADDFILES 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
LOCALFILELocal File for Upload (Used in Events 002x) IDREPFW_LOCALFILECHAR255IDREPFW_LOCALFILE
LOCALFILE2Local File for Upload (Used in Events 002x) IDREPFW_LOCALFILECHAR255IDREPFW_LOCALFILE
LOCALFILE3Local File for Upload (Used in Events 002x) IDREPFW_LOCALFILECHAR255IDREPFW_LOCALFILE
LOCALFILE4Local File for Upload (Used in Events 002x) IDREPFW_LOCALFILECHAR255IDREPFW_LOCALFILE
LOCALFILE5Local File for Upload (Used in Events 002x) IDREPFW_LOCALFILECHAR255IDREPFW_LOCALFILE
CODEPAGESAP Character Set ID CPCODEPAGENUMC4Assigned to domainCPCODEPAGE
TEXT_FLAGText Files (TXT or CSV) IDREPFW_TEXT_FLAGCHAR1BOOLE
SEPARATORText/CSV File Character Separator IDREPFW_CSV_SEPARATORCHAR1IDREPFW_CH_SEPARATOR
XML_FLAGXML Files IDREPFW_XML_FLAGCHAR1BOOLE
XML_VERSIONXML Version IDREPFW_XML_VERSNCHAR15IDREPFW_O_XML_CIDREPFW_XML_VERSN
REP_GROUPReport Group IDREPFW_REP_GROUPCHAR8Assigned to domainIDREPFW_REP_GROUPIDREPFW_REP_GROUP
REP_IDReport Identification IDREPFW_REP_IDCHAR10Assigned to domainIDREPFW_REP_IDIDREPFW_REP_ID
REP_VERSNReport Version IDREPFW_REP_VERSNCHAR6Assigned to domainIDREPFW_REP_VERSNIDREPFW_REP_VERSN

Key field Non-key field



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

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

How to access SAP table IDREPFW_STR_SCR_ADDFILES

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