PPROXY_G SAP (General Plugin Proxy Configuration for HTTP/HTTPS Client) Table details

Dictionary Type: Table
Description: General Plugin Proxy Configuration for HTTP/HTTPS Client




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




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

PPROXY_G is a standard SAP Table which is used to store General Plugin Proxy Configuration for HTTP/HTTPS Client data and is available within R/3 SAP systems depending on the version and release level.

The PPROXY_G table consists of various fields, each holding specific information or linking keys about General Plugin Proxy Configuration for HTTP/HTTPS Client data available in SAP. These include AUTHORITY (Authorization), ACTIVE (Is Proxy Configuration Active?), BYPASS (No Proxy Setting for Local Server), EXITIF (Object Type Name).. 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: Cannot Be Enhanced


SAP PPROXY_G 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
MANDANTClient MANDTCLNT3Assigned to domainMANDT
AUTHORITYAuthorization DESTAUTHCHAR32ICF_VALUE
ACTIVEIs Proxy Configuration Active? PRX_ACTCHAR1CHAR1
BYPASSNo Proxy Setting for Local Server PRX_BYPASSCHAR1CHAR1
EXITIFObject Type Name SEOCLSNAMECHAR30SEOCLSNAMECLASS
CUNAMECreated by CREUSRNAMECHAR12SYCHAR12
CUDATECreated on RDIR_CDATEDATS8SYDATS
MUNAMELast Changed By MODUSRNAMECHAR12SYCHAR12
MUDATEChanged On RDIR_UDATEDATS8SYDATS

Key field Non-key field



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

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

SELECT SINGLE *
FROM PPROXY_G
INTO CORRESPONDING FIELDS OF WA_PPROXY_G
WHERE...

How to access SAP table PPROXY_G

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