CRM_PROD_FS007_DYNP SAP (Payment Structure) Structure details

Dictionary Type: Structure
Description: Payment Structure




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




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

CRM_PROD_FS007_DYNP 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 "Payment Structure" 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_CRM_PROD_FS007_DYNP TYPE CRM_PROD_FS007_DYNP.

The CRM_PROD_FS007_DYNP table consists of various fields, each holding specific information or linking keys about Payment Structure data available in SAP. These include CLIENT (Client), FRG_GUID (Set GUID), VALID_FROM (Valid From (Time Stamp)), VALID_TO (Valid To (Time Stamp)).. 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: Cannot Be Enhanced


SAP CRM_PROD_FS007_DYNP 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
CLIENTClient MANDTCLNT3Assigned to domainMANDT
FRG_GUIDSet GUID COMT_FRG_GUIDRAW16SYSUUID
VALID_FROMValid From (Time Stamp) COMT_VALID_FROMDEC15TSTPSBCOS_TSTMP
VALID_TOValid To (Time Stamp) COMT_VALID_TODEC15TSTPSBCOS_TSTMP
UPNAMEName of the User Who Last Changed the Set COMT_UPNAMECHAR12UNAME
HISTEXHistory Exists COMT_HISTEXCHAR1COM_BOOLEAN
NUMBINTInternal Number of a Payment Step CRMT_FS_NUMBER_INT_UINUMC10CRMT_FS_NUMBER_INT_UI
NUMBINT_DESCDescription of Single Value COMT_ATTR_VAL_TEXTCHAR60DDTEXT
FLOWCATFlow Category Loan CRMT_FS_FLOWCAT_EXT_UICHAR10Assigned to domainCRMT_FS_FLOWCAT_EXT
FLOWCAT_DESCDescription of Single Value COMT_ATTR_VAL_TEXTCHAR60DDTEXT
RULEFROMDate Rule From CRMT_FS_TIMERU_FROM_UICHAR12TIMENAME
RULEFROM_DESCDescription of Single Value COMT_ATTR_VAL_TEXTCHAR60DDTEXT
DATEFROMValid From CRMT_FS_DATE_FROM_UIDEC15TSTPSBCOS_TSTMP
DATEFROM_DESCDescription of Single Value COMT_ATTR_VAL_TEXTCHAR60DDTEXT
RULETODate Rule To CRMT_FS_TIMERU_TO_UICHAR12TIMENAME
RULETO_DESCDescription of Single Value COMT_ATTR_VAL_TEXTCHAR60DDTEXT
DATETOValid To CRMT_FS_DATE_TO_UIDEC15TSTPSBCOS_TSTMP
DATETO_DESCDescription of Single Value COMT_ATTR_VAL_TEXTCHAR60DDTEXT
DATEMANManual Date CRMT_FS_DATE_MANUAL_UICHAR1CRMT_FS_DATE_MANUAL_UI
DATEMAN_DESCDescription of Single Value COMT_ATTR_VAL_TEXTCHAR60DDTEXT
PAYMFREQUPayment Frequency CRMT_FS_PAYFREQU_UICHAR12Assigned to domainCRMT_FS_PAYFREQU
PAYMFREQU_DESCDescription of Single Value COMT_ATTR_VAL_TEXTCHAR60DDTEXT
CALCMETHInterest Calculation Method CRMT_FS_SZBMETH_UICHAR1SZBMETH
CALCMETH_DESCDescription of Single Value COMT_ATTR_VAL_TEXTCHAR60DDTEXT
DEFPERCDefault Percentage CRMT_FS_DEFPERC_UIDEC15(10) CRMT_FS_DEFPERC_UI
DEFPERC_DESCDescription of Single Value COMT_ATTR_VAL_TEXTCHAR60DDTEXT
DEFAMOUNTDefault Amount CRMT_FS_DEFAMOUNT_UIDEC23(2) CRMT_FS_DEFAMOUNT_UI
DEFAMOUNT_DESCDescription of Single Value COMT_ATTR_VAL_TEXTCHAR60DDTEXT
DEFAMOUNT_CCurrency COMT_CUKYCHAR5CHAR5
DEFAMOUNT_C_DESCDescription of Single Value COMT_ATTR_VAL_TEXTCHAR60DDTEXT
CONDMANManual Condition Value CRMT_FS_CONDMANUAL_UICHAR1CRMT_FS_CONDMANUAL_UI
CONDMAN_DESCDescription of Single Value COMT_ATTR_VAL_TEXTCHAR60DDTEXT
REFZPROFReference Interest Profile CRMT_FS_REFINTPROFIL_UICHAR12CRMT_FS_REFINTPROFIL
REFZPROF_DESCDescription of Single Value COMT_ATTR_VAL_TEXTCHAR60DDTEXT
DEFINDDefault CRMT_FS_DEFAULT_UICHAR1CRMT_FS_DEFAULT_UI
DEFIND_DESCDescription of Single Value COMT_ATTR_VAL_TEXTCHAR60DDTEXT
RESAMOUNTResult Amount CRMT_FS_RESULTAMOUNT_UIDEC23(2) CRMT_FS_RESULTAMOUNT_UI
RESAMOUNT_DESCDescription of Single Value COMT_ATTR_VAL_TEXTCHAR60DDTEXT
RESAMOUNT_CCurrency COMT_CUKYCHAR5CHAR5
RESAMOUNT_C_DESCDescription of Single Value COMT_ATTR_VAL_TEXTCHAR60DDTEXT
KEYDAYKey Date of Payment Method CRMT_FS_KEY_DAY_UINUMC2TFM_SKEYDAY
KEYDAY_DESCDescription of Single Value COMT_ATTR_VAL_TEXTCHAR60DDTEXT
DUEDATEDue Date CRMT_FS_MANDUEDATE_UIDEC15TSTPSBCOS_TSTMP
DUEDATE_DESCDescription of Single Value COMT_ATTR_VAL_TEXTCHAR60DDTEXT

Key field Non-key field



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

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

How to access SAP table CRM_PROD_FS007_DYNP

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