SAP Reports / Programs

ISCDXPRA09 SAP ABAP Report - Conversion program for dunning data Rel. 4.62 -> 4.63







ISCDXPRA09 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for XPRA for Conversion of Dunning History Data The contract-related dunning history (VVKKMHIST) is integrated into the general dunning history (FKKMAKO) with Release 4...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

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


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 ISCDXPRA09. "Basic submit
SUBMIT ISCDXPRA09 AND RETURN. "Return to original report after report execution complete
SUBMIT ISCDXPRA09 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Conversion program for dunning data Rel. 4.62 -> 4.63


INCLUDES used within this REPORT ISCDXPRA09

No INCLUDES are used within this REPORT code!


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:

FKK_GET_OLD_NEW_VERSION call function 'FKK_GET_OLD_NEW_VERSION' exporting i_addon_id = 'INSURANCE' importing e_old_rel = l_old_rel exceptions addonid_not_found = 1 others = 2.

DB_COMMIT call function 'DB_COMMIT'.

TR_APPEND_LOG call function 'TR_APPEND_LOG' exporting accept_not_init = 'X' tables xmsg = errorlog exceptions file_not_found = 1 wrong_call = 2 others = 3.

TR_FLUSH_LOG call function 'TR_FLUSH_LOG' exceptions others = 0.

DDIF_VIEW_GET CALL FUNCTION 'DDIF_VIEW_GET' EXPORTING NAME = i_viewname IMPORTING DD25V_WA = e_dd25v EXCEPTIONS ILLEGAL_INPUT = 1 OTHERS = 2 .

DDIF_TABL_GET call function 'DDIF_TABL_GET' exporting name = i_tabname state = 'A' langu = ' ' tables dd03p_tab = lt_dd03p exceptions illegal_input = 1 others = 2.

DDIF_VIEW_PUT call function 'DDIF_VIEW_PUT' exporting name = i_viewname dd25v_wa = e_dd25v dd09l_wa = e_dd09l tables dd26v_tab = it_dd26v dd27p_tab = it_dd27p exceptions view_not_found = 1 name_inconsistent = 2 view_inconsistent = 3 put_failure = 4 put_refused = 5 others = 6 .

DDIF_VIEW_ACTIVATE call function 'DDIF_VIEW_ACTIVATE' exporting name = i_viewname * AUTH_CHK = 'X' * PRID = -1 * IMPORTING * RC = exceptions not_found = 1 put_failure = 2 others = 3 .

DD_DROP_TABLE_OR_VIEW call function 'DD_DROP_TABLE_OR_VIEW' exporting tabname = i_viewname exceptions not_active = 1 operation_error = 2 others = 3 .

DD_VIEW_DEL call function 'DD_VIEW_DEL' exporting viewname = lc_viewname del_state = 'A' prid = 0.

DD_INDEX_INTERFACE call function 'DD_INDEX_INTERFACE' exporting * LANGUAGE = SY-LANGU table_name = i_tabname * TRANSPORT_NUMBER = ' ' index_name = i_indname * UNIQUE = ' ' * ACTION = 'I' shorttext = 'Einstieg über Maklervertrag' "#EC * activate = 'X' no_transp_request = 'X' * IMPORTING * ACTFAILED = tables index_fields = it_indfields exceptions cancelled = 1 already_exist = 2 permission_error = 3 name_not_allowed = 4 db_access_error = 5 basetab_error = 6 not_exist = 7 others = 8 .

DD_CREATE_INDEX *\ call function 'DD_CREATE_INDEX' *\ exporting *\* DBSYS = SY-DBSYS *\ indexname = i_indname *\* NO_EXEC = ' ' *\* PRID = 0 *\* PROGNAME = ' ' *\ tabname = i_tabname *\* IMPORTING *\* GENPROG = *\ exceptions *\ basetab_error = 1 *\ db_error = 2 *\ dd_error = 3 *\ index_exists = 4 *\ others = 5 *\ .



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 ISCDXPRA09 or its description.