In IDES system, the DIMP package was installed and also actived, but when you run VELO for VMS, you will found an error message “Transaction code VELO cannot be executed”, now I will show you how to solve this.
At first, write a program that used to update table: SFW_ACTIVE_B1
REPORT Z2. tables: SFW_ACTIVE_B1. SFW_ACTIVE_B1-VERSION = 'A'. SFW_ACTIVE_B1-BSET = 'FICAX'. delete SFW_ACTIVE_B1 . commit work. SFW_ACTIVE_B1-VERSION = 'A'. SFW_ACTIVE_B1-BSET = 'DIMP'. insert SFW_ACTIVE_B1. commit work.
Then, with T-code: SFW5
Change the status to On, and then Activate, then a background job will run, when the job is finished, you can then run VELO.
Nice website! I adore a few of the articles which were written, and particularly the comments posted! I will definately be returning!
Seems like you have put lots of effort into your article and I require a lot more of these on the internet in recent times. I sincerely got a kick from your post. I don’t truly have much to say in response, I only wished to comment to reply fantastic work.
Hello, terra!
.
Hi, U need to wait for the job completely finished without errors, and it will be OK.
When the job was running, when you access VMS related T-code, some will be short dump in front-end.
Hi,
Thanks for this useful information. And I tried to activate DIMP in my ECC 6.0 IDES.
However, after the activation job, some of transactions have ABAP/4 dump, due to the DDIC inconsistent.
We have some check, the dump details show that some of DIMP fileds was added to the structure, and system fails consistency check.
I guess the DIMP package may missed some data change, do you know how to check and are there any SAP notes available for fixing it?
Please reply your comment to l.gong@vip.163.com.
Thanks,
Lawrence Gong