CRM_PROD_FS007 SAP (Payment Structure) Table details

Dictionary Type: Table
Description: Payment Structure




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




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

CRM_PROD_FS007 is a standard SAP Table which is used to store Payment Structure data and is available within R/3 SAP systems depending on the version and release level.

The CRM_PROD_FS007 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), NUMBINT (Internal Number of a Payment Step), VALID_FROM (Valid From (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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP CRM_PROD_FS007 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
CLIENTClient MANDTCLNT3Assigned to domainMANDT
FRG_GUIDSet GUID COMT_FRG_GUIDRAW16SYSUUID
NUMBINTInternal Number of a Payment Step CRMT_FS_NUMBER_INTNUMC10CRMT_FS_NUMBER_INT
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
LOGSYSOriginal System COMT_LOGSYSCHAR10Assigned to domainALPHALOGSYSCOM_LOGSYSCOM_PRODUCT_LOGSYS
FLOWCATFlow Category Loan CRMT_FS_FLOWCAT_EXTCHAR10Assigned to domainCRMT_FS_FLOWCAT_EXT
RULEFROMDate Rule From CRMT_FS_TIMERU_FROMCHAR12Assigned to domainTIMENAME
DATEFROMValid From CRMT_FS_DATE_FROMDEC15TSTPSBCOS_TSTMP
RULETODate Rule To CRMT_FS_TIMERU_TOCHAR12Assigned to domainTIMENAME
DATETOValid To CRMT_FS_DATE_TODEC15TSTPSBCOS_TSTMP
DATEMANManual Date CRMT_FS_DATE_MANUALCHAR1CRMT_FS_DATE_MANUAL
PAYMFREQUPayment Frequency CRMT_FS_PAYFREQUCHAR12Assigned to domainCRMT_FS_PAYFREQU
CALCMETHInterest Calculation Method CRMT_FS_SZBMETHCHAR1SZBMETH
DEFPERCDefault Percentage CRMT_FS_DEFPERCDEC15(10) CRMT_FS_DEFPERC
DEFAMOUNTDefault Amount CRMT_FS_DEFAMOUNTCURR23(2) CRMT_FIMAN_WRTV12
DEFAMOUNT_CCurrency CRMT_FS_DEFAMOUNT_CCUKY5Assigned to domainWAERS
CONDMANManual Condition Value CRMT_FS_CONDMANUALCHAR1CRMT_FS_CONDMANUAL
REFZPROFReference Interest Profile CRMT_FS_REFINTPROFILCHAR12CRMT_FS_REFINTPROFIL
DEFINDDefault CRMT_FS_DEFAULTCHAR1CRMT_FS_DEFAULT
RESAMOUNTResult Amount CRMT_FS_RESULTAMOUNTCURR23(2) CRMT_FIMAN_WRTV12
RESAMOUNT_CCurrency of Result Amount CRMT_FS_RESULTAMOUNT_CCUKY5Assigned to domainWAERS
KEYDAYKey Date Due Date CRMT_FS_KEY_DAYNUMC2TFM_SKEYDAY
DUEDATEDue Date CRMT_FS_MANDUEDATEDEC15TSTPSBCOS_TSTMP

Key field Non-key field



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

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

SELECT SINGLE *
FROM CRM_PROD_FS007
INTO CORRESPONDING FIELDS OF WA_CRM_PROD_FS007
WHERE...

How to access SAP table CRM_PROD_FS007

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