Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

ABAP runtime error while create vendor master at XK01

vijay_sharma12
Explorer
0 Kudos

Hi,

  when i try to create vendor master by XK01.....system throws run time error as below:

The current ABAP program "CL_EX_VENDOR_ADD_DATA=========CP" had to be

terminated because it has

come across a statement that unfortunately cannot be executed.

>>>>> method IF_EX_VENDOR_ADD_DATA~CHECK_ADD_ON_ACTIVE.

I have deactivated all the implementation of vendor_add_data BADI , but i cant rectify it.

Regards,

Vijay

1 ACCEPTED SOLUTION

former_member1200644
Participant
0 Kudos

Hi Vijay,

You have deactivated all the implementation of vendor_add_data BADI but in some cases standard program check the BADI is implemented or not . In this case deactivate all the implementation not solution , so you please delete all implementations of vendor_add_data BADI through se19 and create vendor Master.

Regard,

Nilesh

4 REPLIES 4

former_member1200644
Participant
0 Kudos

Hi Vijay,

You have deactivated all the implementation of vendor_add_data BADI but in some cases standard program check the BADI is implemented or not . In this case deactivate all the implementation not solution , so you please delete all implementations of vendor_add_data BADI through se19 and create vendor Master.

Regard,

Nilesh

0 Kudos

Hi Nilesh ,

    Thanks for your reply , it work fine after deleting all implementation.

Regards,

Vijay

Former Member
0 Kudos

I think you should rectify the code in method CHECK_ADD_ON_ACTIVE than deactivating the implementations.

The dump must be showing the source code line where it's failing. You can investigate and resolve it.

ibrahim_lakhdar
Explorer
0 Kudos

How can I delete them please?