ISU_XPRA_IDE_POD_CREATE is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Create points of deliery for all the installations in the
If you would like to execute this report or see the full code listing simply enter ISU_XPRA_IDE_POD_CREATE 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: XPRA for creating points of delivery in IDE
Text Symbol: 030 = Error creating points of delivery
Text Symbol: 017 = in EUIINSTLN:
Text Symbol: 016 = in EUIHEAD:
Text Symbol: 015 = Number of PoDs to be inserted
Text Symbol: 013 = Error Inserting PoD
Text Symbol: 012 = Error inserting PoD in table EUIHEAD
Text Symbol: 010 = Premise
Text Symbol: 009 = Errors occurred.
Text Symbol: 008 = Installations read
Text Symbol: 006 = Points of delivery created
Text Symbol: 005 = No errors occurred
Text Symbol: 004 = Points of delivery created
Text Symbol: 003 = Can only be run using IS-U V1.2, V4.51, V4.61
Text Symbol: 002 = IS-U/CCS Version 4.71 Already Installed
Text Symbol: 001 = XPRA ISU_XPRA_IDE_POD_CREATE not started
Text Symbol: 031 = for installations
Text Symbol: 086 = Long Log
Text Symbol: 085 = Check Only; No Update
Text Symbol: 084 = All Premises
Text Symbol: 083 = All Clients
Text Symbol: 082 = Premise
Text Symbol: 081 = Client
Text Symbol: 070 = Client
Text Symbol: 060 = Error code of INSERT =
Text Symbol: 051 = Installations
Text Symbol: 050 = for
Text Symbol: 041 = of the premises
Text Symbol: 040 = Error reading data
Text Symbol: 033 = To
Text Symbol: 032 = of the premises
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
FKK_XPRA_CLIENT_CHECK CALL FUNCTION 'FKK_XPRA_CLIENT_CHECK' EXPORTING xpra = syst-cprog client = imandt IMPORTING client_xpra_relevant = i_client_relevant.
ISU_IDE_INSTLN_PODS_CHECK CALL FUNCTION 'ISU_IDE_INSTLN_PODS_CHECK' EXPORTING it_clients = lt_client_range it_premises = lt_premis_range iv_all_clients = p_client iv_all_premises = p_premis iv_only_check_instln_wo_pods = 'X' iv_protocol_verbose = p_lprot IMPORTING et_instln_pod_action = lt_pod_action_tab et_prot = lt_prot EXCEPTIONS inconsistent_parameters = 1 OTHERS = 2.
ISU_IDE_INSTLN_PODS_DBUPDATE CALL FUNCTION 'ISU_IDE_INSTLN_PODS_DBUPDATE' EXPORTING it_instln_pod_action = lt_pod_action_tab iv_package_size = 10 iv_execute_db_upd = 'X' IMPORTING ev_commit_ok = lv_commit_ok ev_error_table = lv_error_table et_prot = lt_prot et_dbeuihead_ins = lt_dbeuihead_ins et_dbeuiheadt_ins = lt_dbeuiheadt_ins et_dbeuiinstln_ins = lt_dbeuiinstln_ins et_dbeuitrans_ins = lt_dbeuitrans_ins et_dbeuilzw_ins = lt_dbeuilzw_ins et_dbeservice_ins = lt_dbeservice_ins et_dbeuigrid_ins = lt_dbeuigrid_ins et_dbeuihead_upd = lt_dbeuihead_upd et_dbeuiheadt_upd = lt_dbeuiheadt_upd et_dbeuiinstln_upd = lt_dbeuiinstln_upd et_dbeuitrans_upd = lt_dbeuitrans_upd et_dbeuilzw_upd = lt_dbeuilzw_upd et_dbeservice_upd = lt_dbeservice_upd et_dbeuigrid_upd = lt_dbeuigrid_upd et_dbeuihead_del = lt_dbeuihead_del et_dbeuiheadt_del = lt_dbeuiheadt_del et_dbeuiinstln_del = lt_dbeuiinstln_del et_dbeuitrans_del = lt_dbeuitrans_del et_dbeuilzw_del = lt_dbeuilzw_del et_dbeservice_del = lt_dbeservice_del et_dbeuigrid_del = lt_dbeuigrid_del EXCEPTIONS OTHERS = 1.
DB_COMMIT CALL FUNCTION 'DB_COMMIT'.
TR_APPEND_LOG CALL FUNCTION 'TR_APPEND_LOG' TABLES xmsg = t_prot EXCEPTIONS file_not_found = 1 wrong_call = 2 OTHERS = 3.
TR_FLUSH_LOG CALL FUNCTION 'TR_FLUSH_LOG' EXCEPTIONS OTHERS = 0.
FKK_GET_OLD_NEW_VERSION CALL FUNCTION 'FKK_GET_OLD_NEW_VERSION' EXPORTING i_addon_id = 'IS-U/CCS' IMPORTING e_old_rel = i_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.
ISU_XPRA_IDE_POD_CREATE - XPRA for creating points of delivery in IDE ISU_XPRA_IDE_POD_CREATE - XPRA for creating points of delivery in IDE ISU_XPRA_IDE_INSERTESERVPROVPU - Program ISU_XPRA_IDE_INSERTESERVPROVPU ISU_XPRA_IDE_INSERTESERVPROVPU - Program ISU_XPRA_IDE_INSERTESERVPROVPU ISU_XPRA_IDE_GRID_ZCHANGE - XPRA for Changing Grids in IDE ISU_XPRA_IDE_GRID_ZCHANGE - XPRA for Changing Grids in IDE