SAP Reports / Programs | Asset/Liability Management | Bank Components | Asset/Liability Management(IS-B-SA-ALM) SAP IS

RALMFAELLSZ SAP ABAP dialog Program - ALM: Maintenance of Due Date Scenarios







RALMFAELLSZ is a standard Module pool for a dialog screen ABAP Program available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.

If you would like to execute this report or see the full code listing simply enter RALMFAELLSZ into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

MSCUST - Maintain Due Date Scenarios


ABAP code to call this SAP report using the submit statement

This report can be called from another progam/report simply by using the ABAP SUBMIT statement, see below for example ABAP code snipts of how to do this.






SUBMIT RALMFAELLSZ. "Basic submit
SUBMIT RALMFAELLSZ AND RETURN. "Return to original report after report execution complete
SUBMIT RALMFAELLSZ VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: ALM: Maintenance of Due Date Scenarios
Text Symbol: 001 = Do you really want to delete the due date scenario?
Text Symbol: 002 = Delete Due Date Scenario
Text Symbol: 003 = Template for Due Date Scenario
Text Symbol: 004 = Template for Due Date Period
Text Symbol: 005 = Do you really want to delete the due date period?
Text Symbol: 006 = Delet Due Date Scenario
Text Symbol: 007 = Evaluation Date
Text Symbol: 008 = The template for due date scenario has a different setting type. Continue?
Text Symbol: 009 = Create Due Date Scenario with Template
Text Symbol: 012 = Due Date Scenario Maintenance
Text Symbol: 013 = Due Date Period Maintenance
Text Symbol: 014 = Y
Text Symbol: 015 = No
Text Symbol: 016 = Data will be lost; do you want to exit the transaction?
Text Symbol: 017 = Settings for Due Date Scenario
Text Symbol: 019 = Due Date Scenario Category


INCLUDES used within this REPORT RALMFAELLSZ

INCLUDE 0100.
INCLUDE 0201.
INCLUDE 0300.
INCLUDE 0202.
INCLUDE 0200.
INCLUDE 0500.
INCLUDE 0600.
INCLUDE 0050.


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

RM_DOMA_VALUE_TEXT_GET CALL FUNCTION 'RM_DOMA_VALUE_TEXT_GET' EXPORTING i_doma = 'JBSABSKNZ' i_value = is_jbrfsz-abskennz i_langu = sy-langu IMPORTING e_text = l_hlp EXCEPTIONS not_found = 1 error = 2 OTHERS = 3.

POPUP_GET_VALUES_DB_CHECKED CALL FUNCTION 'POPUP_GET_VALUES_DB_CHECKED' EXPORTING check_existence = 'X' popup_title = text-004 * START_COLUMN = '5' * START_ROW = '5' IMPORTING returncode = returncode TABLES fields = it_fields[] EXCEPTIONS error_in_fields = 1 OTHERS = 2.

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = text-006 * DIAGNOSE_OBJECT = ' ' text_question = text-005 text_button_1 = 'Ja'(014) * ICON_BUTTON_1 = ' ' text_button_2 = 'Nein'(015) * ICON_BUTTON_2 = ' ' * DEFAULT_BUTTON = '1' display_cancel_button = '' * USERDEFINED_F1_HELP = ' ' * START_COLUMN = 25 * START_ROW = 6 * POPUP_TYPE = IMPORTING answer = answer * TABLES * PARAMETER = EXCEPTIONS text_not_found = 1 OTHERS = 2 .

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING text_question = text-016 text_button_1 = 'Ja'(014) text_button_2 = 'Nein'(015) display_cancel_button = '' IMPORTING answer = answer EXCEPTIONS text_not_found = 1 OTHERS = 2.

POPUP_TO_GET_VALUE * call function 'POPUP_TO_GET_VALUE' * exporting * fieldname = 'DATUM' * tabname = 'SYST' * titel = text-007 * valuein = i_date * importing ** ANSWER = * valueout = i_date * exceptions * fieldname_not_found = 1 * others = 2.

ALM_BUILD_MATURITY_SCEN CALL FUNCTION 'ALM_BUILD_MATURITY_SCEN' EXPORTING i_eval_date = i_date i_jbrfsz = is_jbrfsz TABLES e_jbrfszred = it_jbrfsz_show * IT_JBRFSZREL = it_jbrfszabs = it_jbrfszabs.

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = text-012 text_question = text-016 text_button_1 = 'Ja'(014) text_button_2 = 'Nein'(015) * DEFAULT_BUTTON = '1' display_cancel_button = '' IMPORTING answer = i_answer EXCEPTIONS text_not_found = 1 OTHERS = 2.



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name RALMFAELLSZ or its description.