RFFMFG_DEBT_LINE SAP (Treasury Offset - Debt Information Fields) Structure details

Dictionary Type: Structure
Description: Treasury Offset - Debt Information Fields




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




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

RFFMFG_DEBT_LINE 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 "Treasury Offset - Debt Information 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_RFFMFG_DEBT_LINE TYPE RFFMFG_DEBT_LINE.

The RFFMFG_DEBT_LINE table consists of various fields, each holding specific information or linking keys about Treasury Offset - Debt Information Fields data available in SAP. These include RECORD_HEADER (Header of Record), AGENCY_ID (Originating Agency ID), AGENCY_DEBT_ID (Agency Debt ID), CONS_IND (Consumer/Commercial Debt Indicator).. 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 RFFMFG_DEBT_LINE 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
REF_DOC_NOAccounting Document Number BELNR_DCHAR10ALPHABELNRBLN
RECORD_HEADERHeader of Record RFFMFGT_RECORD_HEADERCHAR2RFFMFGT_RECORD_HEADER
AGENCY_IDOriginating Agency ID RFFMFGT_AGENCY_IDCHAR9CHAR9
AGENCY_DEBT_IDAgency Debt ID RFFMFG_AGENCY_DEBT_IDCHAR30CHAR30
CONS_INDConsumer/Commercial Debt Indicator RFFMFG_CONS_INDCHAR1RFFMFG_CONS_IND
SECUR_INDICSecured/Unsecured Debt Indicator RFFMFG_SECUR_INDICCHAR1RFFMFG_SECUR_INDIC
DEBT_TYPEDebt Type RFFMFG_DEBT_TYPECHAR1RFFMFG_DEBT_TYPE
ADMIN_DEBT_CLASSAdministrative Debt Classification RFFMFG_ADMIN_DEBT_CLASSCHAR3RFFMFG_ADMIN_DEBT_CLASS
PROGRAM_CODEProgram Code RFFMFG_PROGRAM_CODECHAR6
DELIN_DATEDelinquency Date RFFMFG_DELIN_DATEDATS8
ORIG_AMT_DEBTOriginal Amount of Debt RFFMFG_ORIG_AMT_DEBTCURR11(2)
ORIG_AWD_DATOriginal Award Date RFFMFG_ORIG_AWD_DATDATS8
REF_PRINReferred Principal RFFMFG_REF_PRINCURR11(2)
REF_FIN_INTReferred Financing Interest RFFMFG_REF_FIN_INTCURR11(2)
REF_ADD_INTReferred Additional Interest RFFMFG_REF_ADD_INTCURR11(2)
REF_ADM_COSTSReferred Administrative Costs RFFMFG_ADM_COSTSCURR11(2)
REF_PENALTYReferred Penalty RFFMFG_REF_PENALTYCURR11(2)
REF_DEBT_BALReferred Debt Balance RFFMFG_REF_DEBT_BALCURR11(2)
FIN_INT_RATEFinancing Interest Rate RFFMFG_FIN_INT_RATENUMC4
ADD_INT_RATEAdditional Interest Rate RFFMFG_ADD_INT_RATENUMC4
INT_CALC_DATInterest Calculation Date RFFMFG_INT_CALC_DATDATS8

Key field Non-key field



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

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

How to access SAP table RFFMFG_DEBT_LINE

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