ICL_ACCOUNT_MAINTAIN is a standard Executable ABAP Report 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 ICL_ACCOUNT_MAINTAIN into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
ICL_ACCOUNT_MAINTAIN - Call FKK_ACCOUNT_MAINTAIN
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.
Title: Call FKK_ACCOUNT_MAINTAIN
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
ISCD_ACCOUNT_MAINTAIN CALL FUNCTION 'ISCD_ACCOUNT_MAINTAIN' EXPORTING i_hdr_di = ls_hdr_di i_fkkvk_di = ls_fkkvk_di i_nodata = '/' IMPORTING e_xerror = lv_retcode TABLES t_fkkvkp_di = lt_fkkvkp_di t_fkkvklock_di = lt_fkkvklock_di * t_rb_di = "contains only dummy data t_message = lt_message t_keyvalue = lt_keyvalue.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.