GTRRULE_ASSIGN SAP (GTR Multi-Funding Rules Assignment To CRM Objects) Table details

Dictionary Type: Table
Description: GTR Multi-Funding Rules Assignment To CRM Objects




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




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

GTRRULE_ASSIGN is a standard SAP Table which is used to store GTR Multi-Funding Rules Assignment To CRM Objects data and is available within R/3 SAP systems depending on the version and release level.

The GTRRULE_ASSIGN table consists of various fields, each holding specific information or linking keys about GTR Multi-Funding Rules Assignment To CRM Objects data available in SAP. These include SPLIT_RULE (Identifier for Rule-Based Acct Asst Distributions Rule), FROM_DATE (Start Date), COMP_CODE (Company Code), PROG_PROFILE (Program Profile).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP GTRRULE_ASSIGN 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
SPLIT_RULEIdentifier for Rule-Based Acct Asst Distributions Rule FMSP_RULE_IDCHAR12Assigned to domainFMSP_RULE_ID
FROM_DATEStart Date BEGDATUMDATS8DATUMBEG
COMP_CODECompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
PROG_PROFILEProgram Profile GTR_PROG_PROFILECHAR10
PROGRAM_IDGrantor Program External Identifier (CRM) GTR_CRM_PROXY_PROG_EXTIDCHAR24CGPL_EXTIDGTRPROG
APPLICATTransaction CRMT_OBJECT_ID_COCHAR10ALPHACRM_OBJECT_ID_CO
AGREEMNTTransaction CRMT_OBJECT_ID_COCHAR10ALPHACRM_OBJECT_ID_CO
LOGSYSLogical system LOGSYSCHAR10Assigned to domainALPHALOGSYS
LOCK_FLGNew Input Values XFLAGCHAR1XFLAG
PAYMENT_TYPEPayment Type for Grantor GTRT_CRM_GRM_PAYMENT_TYPECHAR4GTRT_CRM_GRM_PAYMENT_TYPE
VERSIONGrantor Rule Version ID GTR_RULE_VERSIONCHAR4
ACTIVE_FLGNew Input Values XFLAGCHAR1XFLAG
H_GUIDGlobally Unique Identifier GUIDRAW16

Key field Non-key field



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

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

SELECT SINGLE *
FROM GTRRULE_ASSIGN
INTO CORRESPONDING FIELDS OF WA_GTRRULE_ASSIGN
WHERE...

How to access SAP table GTRRULE_ASSIGN

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