/PTGWFI/F_SMIRSN SAP (Suspend reason definition table) Table details

Dictionary Type: Table
Description: Suspend reason definition table




ABAP Code to SELECT data from /PTGWFI/F_SMIRSN
Related tables to /PTGWFI/F_SMIRSN
Access table /PTGWFI/F_SMIRSN




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

/PTGWFI/F_SMIRSN is a standard SAP Table which is used to store Suspend reason definition table data and is available within R/3 SAP systems depending on the version and release level.

The /PTGWFI/F_SMIRSN table consists of various fields, each holding specific information or linking keys about Suspend reason definition table data available in SAP. These include SMIRSN (Suspend Reason), DESCRIPTION (Description), SUB_SCR_PRG (BDC module pool), SUB_SCR_NUM (BDC Screen number).. 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP /PTGWFI/F_SMIRSN table 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
MANDTClient MANDTCLNT3T000MANDT
SMIRSNSuspend Reason /PTGWFI/F_SMRSNCHAR3CHAR3
DESCRIPTIONDescription /PTGWFI/DESCCHAR80TEXT80
SUB_SCR_PRGBDC module pool BDC_PROGCHAR40PROGNAME
SUB_SCR_NUMBDC Screen number BDC_DYNRNUMC4NUM04
INIT_ACTORResponsible Party /PTGWFI/RSPCHAR15/PTGWFI/W_ROLE/PTGWFI/RSP
ZACTFMABAP Function Name FUNCABAPCHAR30TFDIRFUNCNAME
ZDELAYFMABAP Function Name FUNCABAPCHAR30TFDIRFUNCNAME
PRE_WFTask ID SWW_TASKCHAR14HROBJEC_14
PST_WFTask ID SWW_TASKCHAR14HROBJEC_14
AVAIL_OPTIONSBDC field value BDC_FVALCHAR132F4CHAR132
IMAGE_DOC_TYPEBDC field value BDC_FVALCHAR132F4CHAR132

Key field Non-key field



How do I retrieve data from SAP table /PTGWFI/F_SMIRSN using ABAP code

The following ABAP code Example will allow you to do a basic selection on /PTGWFI/F_SMIRSN to SELECT all data from the table
DATA: WA_/PTGWFI/F_SMIRSN TYPE /PTGWFI/F_SMIRSN.

SELECT SINGLE *
FROM /PTGWFI/F_SMIRSN
INTO CORRESPONDING FIELDS OF WA_/PTGWFI/F_SMIRSN
WHERE...

How to access SAP table /PTGWFI/F_SMIRSN

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