TJHVZCC SAP (IS-M/AM: Reason for Correction to Sales Agent Assignment) Table details

Dictionary Type: Table
Description: IS-M/AM: Reason for Correction to Sales Agent Assignment




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




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

TJHVZCC is a standard SAP Table which is used to store IS-M/AM: Reason for Correction to Sales Agent Assignment data and is available within R/3 SAP systems depending on the version and release level.

The TJHVZCC table consists of various fields, each holding specific information or linking keys about IS-M/AM: Reason for Correction to Sales Agent Assignment data available in SAP. These include CORRCAUSE (IS-M/AM: Reason for Correction to Sales Agent Assignment), XDOCANCEL (IS-M/AM: Reverse Corrected Sales Agent Assignment Indicator), XNEWVZ (IS-M: Create Correct.Sales Agent Assignment (COPY) Indicator), XINV_PR_BASIS (IS-M/AM: Ind. Reverse Sales Agent Share of Calculation Basis).. 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)

Text table = TJHVZCCT


SAP TJHVZCC 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
CORRCAUSEIS-M/AM: Reason for Correction to Sales Agent Assignment JHVZCCCHAR2ALPHAJHVZCCMJHVZCC
XDOCANCELIS-M/AM: Reverse Corrected Sales Agent Assignment Indicator JHXDOCANCELCHAR1XFELD
XNEWVZIS-M: Create Correct.Sales Agent Assignment (COPY) Indicator JHXNEWVZCHAR1XFELD
XINV_PR_BASISIS-M/AM: Ind. Reverse Sales Agent Share of Calculation Basis JHXINV_PR_BASISCHAR1XFELD
XC_PR_BASISIS-M: Copy Sales Agent Share of Calculation Basis Indicator JHXC_PR_BASISCHAR1XFELD
XC_PR_BETRAGIS-M: Copy Sales Agent Share of Commission Amount Indicator JHXC_PR_BETRAGCHAR1XFELD
XC_PROSLIS-M/AM: Copy Commission Key Indicator JHXC_PROSLCHAR1XFELD
XC_DIRECTVALSIS-M/AM: Copy Direct Payments (Using Cond.Refs) Indicator JHXC_DIRECTVALSCHAR1XFELD
XC_BEDGRIS-M/AM: Copy Requirement Group Indicator JHXC_BEDGRCHAR1XFELD
XC_JVERMARTIS-M/AM: Copy Sales Agent Type Indicator JHXC_JVERMARTCHAR1XFELD
XZPRV_ALSOIS-M/AM: Treat Extra Commission the Same (Cancel/Copy) Ind. JHXZPRV_ALSOCHAR1XFELD

Key field Non-key field



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

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

SELECT SINGLE *
FROM TJHVZCC
INTO CORRESPONDING FIELDS OF WA_TJHVZCC
WHERE...

How to access SAP table TJHVZCC

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