GRPCRTAPAHI SAP (GRPCRTA Parameter History place holder) Table details

Dictionary Type: Table
Description: GRPCRTA Parameter History place holder




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




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

GRPCRTAPAHI is a standard SAP Table which is used to store GRPCRTA Parameter History place holder data and is available within R/3 SAP systems depending on the version and release level.

The GRPCRTAPAHI table consists of various fields, each holding specific information or linking keys about GRPCRTA Parameter History place holder data available in SAP. These include S1 (System Profile - rdisp/vb_stop_active), S2 (System Profile - rdisp/max_wprun_time), S3 (System Profile - login/password_expiration_time), S4 (System Profile - login/min_password_lng).. 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: L - Table for storing temporary data, is delivered empty
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP GRPCRTAPAHI 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
S1System Profile - rdisp/vb_stop_active GRPCRTA_VBSTOPCHAR64CHAR64
S2System Profile - rdisp/max_wprun_time GRPCRTA_MAXWPTIMECHAR64CHAR64
S3System Profile - login/password_expiration_time GRPCRTA_PASSWDTIMECHAR64CHAR64
S4System Profile - login/min_password_lng GRPCRTA_PASSWDLENGCHAR64CHAR64
S5System Profile - login/fails_to_session_end GRPCRTA_FAILSESSIONCHAR64CHAR64
S6System Profile - auth/tcodes_not_checked GRPCRTA_TCODENOTCHECKEDCHAR64CHAR64
S7System Profile - login/no_automatic_user_sapstar GRPCRTA_NOAUTOSAPSTARCHAR64CHAR64
S8System Profile - rec/client GRPCRTA_RECCLIENTCHAR64CHAR64
S9System Profile - login/disable_multi_gui_login GRPCRTA_MULTI_GUI_LOGINCHAR64CHAR64
S10System Profile - rdisp/rfc_max_own_login GRPCRTA_RFC_MAX_OWN_LOGINCHAR64CHAR64
D1Database profile - license_max_sessions GRPCRTA_MAXSESSIONCHAR64CHAR64

Key field Non-key field



How do I retrieve data from SAP table GRPCRTAPAHI using ABAP code

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

SELECT SINGLE *
FROM GRPCRTAPAHI
INTO CORRESPONDING FIELDS OF WA_GRPCRTAPAHI
WHERE...

How to access SAP table GRPCRTAPAHI

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