ISU_XPRA_BASIUMS is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This conversion report converts all security cash deposit requests from STAKZ=A to STAKZ=H, and paid security cash deposits from ASTKZ=A to ASTKZ=H in database table DFKKOP...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 ISU_XPRA_BASIUMS 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.
Title: Conversion report for cash deposit requests and payments
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
FKK_GET_APPLICATION * call function 'FKK_GET_APPLICATION' * exporting * i_set_new = ' ' * importing * e_applk = h_applk * exceptions * no_appl_selected = 1 * others = 2.
ISU_DB_TEIVV_SELECT * call function 'ISU_DB_TEIVV_SELECT' * exporting * i_ihvor = co_ihv_basi * i_itvor = co_itv_basizahl * i_applk = h_applk * importing * e_hvorg = basi_hvorg * e_tvorg = basiza_tvorg * e_tfkhvo = * exceptions * not_found = 1 * int_trans_not_valid = 2 * trans_not_valid = 3 * others = 4.
ISU_DB_TEIVV_SELECT * call function 'ISU_DB_TEIVV_SELECT' * exporting * i_ihvor = co_ihv_basi * i_itvor = co_itv_basianf * i_applk = h_applk * importing * e_hvorg = basi_hvorg * e_tvorg = basian_tvorg * e_tfkhvo = * exceptions * not_found = 1 * int_trans_not_valid = 2 * trans_not_valid = 3 * others = 4.
TR_APPEND_LOG CALL FUNCTION 'TR_APPEND_LOG' EXPORTING ACCEPT_NOT_INIT = 'X' TABLES XMSG = IPROT EXCEPTIONS FILE_NOT_FOUND = 1 WRONG_CALL = 2 OTHERS = 3.
TR_FLUSH_LOG CALL FUNCTION 'TR_FLUSH_LOG' EXCEPTIONS OTHERS = 0.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
ISU_XPRA_BASIUMS - Conversion report for cash deposit requests and payments ISU_XPRA_BASIUMS - Conversion report for cash deposit requests and payments ISU_XPRA_AUSW_INST - XPRA for Setting the Account Holder in the Contract Account ISU_XPRA_AUSW_INST - XPRA for Setting the Account Holder in the Contract Account ISU_XPRA_ANL - Transfer of Franchise Contract from Regional Structure to Installation ISU_XPRA_ANL - Transfer of Franchise Contract from Regional Structure to Installation