TRCON_HD_CM SAP (Trading Contract Header: Credit Management Data) Structure details

Dictionary Type: Structure
Description: Trading Contract Header: Credit Management Data




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




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

TRCON_HD_CM is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Trading Contract Header: Credit Management Data" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_TRCON_HD_CM TYPE TRCON_HD_CM.

The TRCON_HD_CM table consists of various fields, each holding specific information or linking keys about Trading Contract Header: Credit Management Data data available in SAP. These include ABSSC (Payment guarantee procedure), LCNUM (Financial doc. processing: Internal financial doc. number), AKPRZ (Depreciation percentage for financial document processing), KKBER (Credit control area).. 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP TRCON_HD_CM structure 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
TC_NUMBTrading Contract: Trading Contract Number TKONNCHAR10Assigned to domainALPHATKONNWKNWBHK
ABSSCPayment guarantee procedure ABSSCHE_CMCHAR6ABSSCHE_CM
LCNUMFinancial doc. processing: Internal financial doc. number LCNUMCHAR10Assigned to domainALPHALCNUMAKN
AKPRZDepreciation percentage for financial document processing AKPRZDEC5(2) PRZ32
KKBERCredit control area KKBERCHAR4Assigned to domainKKBERKKB
KNKLICustomer's account number with credit limit reference KNKLICHAR10Assigned to domainALPHAKUNNR
GRUPPCustomer Credit Group GRUPP_CMCHAR4Assigned to domainGRUPP_CM
SBGRPCredit representative group for credit management SBGRP_CMCHAR3Assigned to domainSBGRP_CMKBG
CTLPCCredit management: Risk category CTLPC_CMCHAR3Assigned to domainCTLPC_CM
CMWAECurrency key of credit control area WAERS_CMCUKY5Assigned to domainWAERS
CMFRERelease date of the document determined by credit management CMFREDATS8DATUM
CMNUPDate of next credit check of document CMNUPDATS8DATUM
CMNGVNext date CMNGVDATS8DATUM
AMTBLReleased credit value of the document AMTBL_CMCURR15(2) WERTV8

Key field Non-key field



How do I retrieve data from SAP structure TRCON_HD_CM using ABAP code?

As TRCON_HD_CM is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on TRCON_HD_CM as there is no data to select.

How to access SAP table TRCON_HD_CM

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