RSCREEN_CREDIT_STANDING_RETURN SAP (Changeable Fields for VDARL from Credit Standing) Structure details

Dictionary Type: Structure
Description: Changeable Fields for VDARL from Credit Standing




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




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

RSCREEN_CREDIT_STANDING_RETURN 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 "Changeable Fields for VDARL from Credit Standing" 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_RSCREEN_CREDIT_STANDING_RETURN TYPE RSCREEN_CREDIT_STANDING_RETURN.

The RSCREEN_CREDIT_STANDING_RETURN table consists of various fields, each holding specific information or linking keys about Changeable Fields for VDARL from Credit Standing data available in SAP. These include SDUNNCMP (Summarization Level for Dunning Letter), SDUNCHARG (Post Dunning Charges and Interest to this Contract), XNODUNN (Exclude Loan from Dunning Run), DUNN_BLOCK_TILL (Expiration Date of Dunning Lock).. 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 RSCREEN_CREDIT_STANDING_RETURN 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
SMAHNMLoan Manual Dunning Level VVSMAHNMCHAR1Assigned to domainVVSMAHNM
SDUNNCMPSummarization Level for Dunning Letter SDUNNCMPCHAR2SDUNNCMP
SDUNCHARGPost Dunning Charges and Interest to this Contract SDUNCHARGCHAR1XFELD
XNODUNNExclude Loan from Dunning Run XNODUNNCHAR1XFELD
DUNN_BLOCK_TILLExpiration Date of Dunning Lock TB_VIEW_DATE_DUNNING_BLOCK_TILDATS8DATUM
XNOIOALock for Interest on Arrears TB_XNOIOACHAR1CHAR1
NOIOA_TILLExpiry Date of Lock on Interest on Arrears TB_NOIOA_TILLDATS8DATUM
SCHUFA_MESSAGEBusiness Partner Has Signed a Schufa Declaration TB_VIEW_SCHUFACHAR1XFELD
NOIOA_TILL_BLOCKEnd Date of Non-IOA Period TB_NOIOA_TILL_BLOCKDATS8DATS
JNODOIPBlocked by Payoff: No Open Item Clearing for Loan TB_JNODOIPCHAR1XFELD

Key field Non-key field



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

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

How to access SAP table RSCREEN_CREDIT_STANDING_RETURN

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