T77WWW_GACCML SAP (Generic Application Customize Mail Configuration) Table details

Dictionary Type: Table
Description: Generic Application Customize Mail Configuration




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




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

T77WWW_GACCML is a standard SAP Table which is used to store Generic Application Customize Mail Configuration data and is available within R/3 SAP systems depending on the version and release level.

The T77WWW_GACCML table consists of various fields, each holding specific information or linking keys about Generic Application Customize Mail Configuration data available in SAP. These include APPNO (Solution Type), GATYP (General Application Type), TSR01 (Trigger Screen Rendering Field), TSR02 (Trigger Screen Rendering Field).. 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: Can be enhanced (character-type or numeric)


SAP T77WWW_GACCML 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
APPNOSolution Type PIN_APPNONUMC5T77WWW_GACTSRNUMC5
GATYPGeneral Application Type PIN_GATYPCHAR4T77WWW_GACTSRCHAR4
TSR01Trigger Screen Rendering Field PIN_TRSCRCHAR4T77WWW_GACTSRCHAR4
TSR02Trigger Screen Rendering Field PIN_TRSCRCHAR4T77WWW_GACTSRCHAR4
PHASEPhase Of the Request PIN_PHASECHAR1PIN_CPHAS
CSTATStatus Of the Request PIN_REQSTATUSCHAR1PIN_REQSTATUS
ENDDAEnd Date ENDDADATS8DATUM
BEGDAStart Date BEGDADATS8DATUM
SNDIMSend Mail Immediately PIN_SNDIMCHAR1XFELD
EMPMLSend Mail PIN_SNDMLCHAR1XFELD
EMPSJSubject Of the Mail PIN_SUBJTCHAR41PIN_SUBJT
EMPATAttach PDF Document PIN_ATPDFCHAR1XFELD
EMPDTDocument ID to hold the Dialog Text for E-mail Content PIN_MLCNTCHAR60DOKILDOKU_OBJ
EMPCMSend Request Comments PIN_RQCMTCHAR1XFELD
EMPHPMail with High Priority PIN_PRIORCHAR1XFELD
EMPAPCopy to Approver PIN_CTAPPCHAR1XFELD
EMPADCopy to Administrators PIN_CTADMCHAR1XFELD
APPMLSend Mail PIN_SNDMLCHAR1XFELD
APPSJSubject Of the Mail PIN_SUBJTCHAR41PIN_SUBJT
APPATAttach PDF Document PIN_ATPDFCHAR1XFELD
APPDTDocument ID to hold the Dialog Text for E-mail Content PIN_MLCNTCHAR60DOKILDOKU_OBJ
APPCMSend Request Comments PIN_RQCMTCHAR1XFELD
APPHPMail with High Priority PIN_PRIORCHAR1XFELD
APPEECopy to Employee PIN_CTEMPCHAR1XFELD
APPADCopy to Administrators PIN_CTADMCHAR1XFELD
ADMMLSend Mail PIN_SNDMLCHAR1XFELD
ADMSJSubject Of the Mail PIN_SUBJTCHAR41PIN_SUBJT
ADMATAttach PDF Document PIN_ATPDFCHAR1XFELD
ADMDTDocument ID to hold the Dialog Text for E-mail Content PIN_MLCNTCHAR60DOKILDOKU_OBJ
ADMCMSend Request Comments PIN_RQCMTCHAR1XFELD
ADMHPMail with High Priority PIN_PRIORCHAR1XFELD
ADMEECopy to Employee PIN_CTEMPCHAR1XFELD
ADMAPCopy to Approver PIN_CTAPPCHAR1XFELD

Key field Non-key field



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

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

SELECT SINGLE *
FROM T77WWW_GACCML
INTO CORRESPONDING FIELDS OF WA_T77WWW_GACCML
WHERE...

How to access SAP table T77WWW_GACCML

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