/PTGWFI/F_PRKRSN SAP (Parking Reason Definition Table) Table details

Dictionary Type: Table
Description: Parking Reason Definition Table




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




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

/PTGWFI/F_PRKRSN is a standard SAP Table which is used to store Parking Reason Definition Table data and is available within R/3 SAP systems depending on the version and release level.

The /PTGWFI/F_PRKRSN table consists of various fields, each holding specific information or linking keys about Parking Reason Definition Table data available in SAP. These include PRKRSN (Parking 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

Text table = /OPT/VT_PARKING

Text table = /PTGWFI/F_RSNT


SAP /PTGWFI/F_PRKRSN 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 MANDTCLNT3Assigned to domainMANDT
PRKRSNParking Reason /PTGWFI/F_PARKRSNCHAR3CHAR3
DESCRIPTIONDescription /PTGWFI/DESCCHAR80TEXT80
SUB_SCR_PRGBDC module pool BDC_PROGCHAR40PROGNAME
SUB_SCR_NUMBDC Screen number BDC_DYNRNUMC4NUM04
APP_REQUIREDSingle-Character Indicator CHAR1CHAR1CHAR1
AUTOPOSTSingle-Character Indicator CHAR1CHAR1CHAR1
INIT_ACTORResponsible Party /PTGWFI/RSPCHAR15/PTGWFI/W_ROLE/PTGWFI/RSP
INIT_ACT_FMABAP Function Name FUNCABAPCHAR30Assigned to domainFUNCNAME
DELAY_FMABAP Function Name FUNCABAPCHAR30Assigned to domainFUNCNAME
INIT_APPROVERResponsible Party /PTGWFI/RSPCHAR15Assigned to domain/PTGWFI/RSP
POSTING_ACTORResponsible Party /PTGWFI/RSPCHAR15/PTGWFI/W_ROLE/PTGWFI/RSP
AVAIL_OPTIONSAvailable Options /OPT/AVAIL_OPTIONSCHAR255CHAR255
ACTIVEIndicator for Active Objects /OPT/ACTIVECHAR1CHAR01

Key field Non-key field



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

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

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

How to access SAP table /PTGWFI/F_PRKRSN

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