ISCDXPRA10 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for XPRA for grouping default values for the contract account category and account creation variant Category and Account Creation Variant Previously, the default values for the automatic creation of a new contract account were maintained in two Customizing transactions...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 ISCDXPRA10 into the relevant SAP transactions such as SE38 or SE80
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.
Table Conversion of Default Values for Account Creation Variants
Title: XPRA for Conversion of Default Account Values Rel 4.64
Text Symbol: 120 = Auto Created from Acct Cat xx on
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
DDIF_FIELDINFO_GET CALL FUNCTION 'DDIF_FIELDINFO_GET' EXPORTING tabname = 'VKKK_KONTO' TABLES dfies_tab = lt_dfies EXCEPTIONS not_found = 1 internal_error = 2 OTHERS = 3.
TR_APPEND_LOG CALL FUNCTION 'TR_APPEND_LOG' TABLES xmsg = my_prot EXCEPTIONS OTHERS = 5.
TR_FLUSH_LOG CALL FUNCTION 'TR_FLUSH_LOG'.
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
ISCDXPRA10 - XPRA for Conversion of Default Account Values Rel 4.64 ISCDXPRA10 - XPRA for Conversion of Default Account Values Rel 4.64 ISCDXPRA09 - Conversion program for dunning data Rel. 4.62 -> 4.63 ISCDXPRA09 - Conversion program for dunning data Rel. 4.62 -> 4.63 ISCDXPRA08 - Conversion Program: Default Clearing Restriction 4.61->4.62 ISCDXPRA08 - Conversion Program: Default Clearing Restriction 4.61->4.62