SEUCVIBEP 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 SEUCVIBEP 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: Cluster EMU Conversion RE: Table VIBEPP
INCLUDE EWUSTDDD.
INCLUDE EWCSTDDD.
INCLUDE EWUSTDPE.
INCLUDE EWUCSUSI.
No SAP DATABASE tables are accessed within this REPORT code!
EWU_PAKET_GET call function 'EWU_PAKET_GET' changing paket = actpaket exceptions others = 1.
DB_COMMIT * CALL FUNCTION 'DB_COMMIT'. "§§OP
CALCULATE_TAX_FROM_NET_AMOUNT call function 'CALCULATE_TAX_FROM_NET_AMOUNT' exporting i_bukrs = upd_rec-bukrs i_mwskz = upd_rec-mwskz * I_TXJCD = ' ' i_waers = upd_rec-scwhr i_wrbtr = netto_eur * I_ZBD1P = 0 * I_PRSDT = importing * E_FWNAV = * E_FWNVV = e_fwste = upd_rec-bmwst tables t_mwdat = tab exceptions bukrs_not_found = 1 country_not_found = 2 mwskz_not_defined = 3 mwskz_not_valid = 4 others = 5.
CALCULATE_TAX_FROM_NET_AMOUNT call function 'CALCULATE_TAX_FROM_NET_AMOUNT' exporting i_bukrs = upd_rec-bukrs i_mwskz = upd_rec-mwskz * I_TXJCD = ' ' i_waers = upd_rec-sbwhr i_wrbtr = netto_waers * I_ZBD1P = 0 * I_PRSDT = importing * E_FWNAV = * E_FWNVV = e_fwste = upd_rec-bmwst tables t_mwdat = tab exceptions bukrs_not_found = 1 country_not_found = 2 mwskz_not_defined = 3 mwskz_not_valid = 4 others = 5.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
SEUCVIBEP - Cluster EMU Conversion RE: Table VIBEPP SEUCVIBEP - Cluster EMU Conversion RE: Table VIBEPP SEUCVIAJAT - Cluster EMU Conversion RE-FX: Table VIAJAT and Dependent Tables SEUCVIAJAT - Cluster EMU Conversion RE-FX: Table VIAJAT and Dependent Tables SEUCVBRK_TOI - Oil data definitions for SEUCVBRK SEUCVBRK_40 - Cluster EMU Conversion Tables VBRK, VBRP, KONV