TPACHECKASSIGN SAP (Checking Module Assignments in SD Partner Processing) Table details

Dictionary Type: Table
Description: Checking Module Assignments in SD Partner Processing




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




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

TPACHECKASSIGN is a standard SAP Table which is used to store Checking Module Assignments in SD Partner Processing data and is available within R/3 SAP systems depending on the version and release level.

The TPACHECKASSIGN table consists of various fields, each holding specific information or linking keys about Checking Module Assignments in SD Partner Processing data available in SAP. These include ROLETYPE (Function types in SD partner processing), PARVW (Partner function), PARGR (Partner Determination Procedure), IDENT (ID number for checking routines in SD partner processing).. 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: S - System table, maint. only by SAP, change = modification
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP TPACHECKASSIGN 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
ROLETYPEFunction types in SD partner processing SD_PARTNER_ROLETYPECHAR4SD_PARTNER_ROLETYPE
PARVWPartner function PARVW_4CHAR4Assigned to domainPARVWPARVW_4PAR
PARGRPartner Determination Procedure PARGRCHAR4Assigned to domainPARGR
IDENTID number for checking routines in SD partner processing SD_PARTNER_CHECK_IDENTNUMC5TPACHECKNUMC
MSGTYPMessage type for check modules in SD partner processing SD_PARTNER_MSGTYPCHAR1MSGTYP
SAP_STANDARDCheckbox XFELDCHAR1XFELD
SAP_MSGTYPMessage type for check modules in SD partner processing SD_PARTNER_MSGTYPCHAR1MSGTYP

Key field Non-key field



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

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

SELECT SINGLE *
FROM TPACHECKASSIGN
INTO CORRESPONDING FIELDS OF WA_TPACHECKASSIGN
WHERE...

How to access SAP table TPACHECKASSIGN

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