JHIAGA_CM SAP (IS-M/AM: Credit Management: Billing Dataset Credit Fields) Structure details

Dictionary Type: Structure
Description: IS-M/AM: Credit Management: Billing Dataset Credit Fields




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




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

JHIAGA_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 "IS-M/AM: Credit Management: Billing Dataset Credit Fields" 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_JHIAGA_CM TYPE JHIAGA_CM.

The JHIAGA_CM table consists of various fields, each holding specific information or linking keys about IS-M/AM: Credit Management: Billing Dataset Credit Fields data available in SAP. These include CMPSB (Status of dynamic credit limit check in the credit horizon), CMPSC (Status of credit check against maximum document value), CMPSE (Status of credit check against customer review date), CMPSF (Status of credit check against open items due).. 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)


SAP JHIAGA_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
CMPSAStatus of static credit limit check CMPSACHAR1CMPSZ
CMPSBStatus of dynamic credit limit check in the credit horizon CMPSBCHAR1CMPSZ
CMPSCStatus of credit check against maximum document value CMPSCCHAR1CMPSZ
CMPSEStatus of credit check against customer review date CMPSECHAR1CMPSZ
CMPSFStatus of credit check against open items due CMPSFCHAR1CMPSZ
CMPSGStatus of credit check against oldest open items CMPSGCHAR1CMPSZ
CMPSHStatus of credit check against highest dunning level CMPSHCHAR1CMPSZ
CMPS0Status of credit check for customer reserve 1 CMPS0CHAR1CMPSZ
CMPS1Status of credit check for customer reserve 2 CMPS1CHAR1CMPSZ
CMPS2Status of credit check for customer reserve 3 CMPS2CHAR1CMPSZ
CMPSMCredit check data is obsolete CMPSMCHAR1CMPSZ
CMGSTIS-M/AM: Credit Management: Overall Status of Credit Checks ISMAM_CMGSTCHAR1CMGST

Key field Non-key field



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

As JHIAGA_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 JHIAGA_CM as there is no data to select.

How to access SAP table JHIAGA_CM

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