Application Development and Automation 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: 
Read only

ABAP runtime error while create vendor master at XK01

vijay_sharma12
Explorer
0 Likes
1,331

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
Read only

Former Member
0 Likes
1,021

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
Read only

Former Member
0 Likes
1,022

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

Read only

0 Likes
1,021

Hi Nilesh ,

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

Regards,

Vijay

Read only

Former Member
0 Likes
1,021

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.

Read only

ibrahim_lakhdar
Explorer
0 Likes
1,021

How can I delete them please?