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

Data downloading issue

Former Member
0 Likes
462

Hi,

I've a requirement to do which is explained below.

1) I need to create few vendors by XK01 so that each time when I've created a record, it should get downloaded onto Application Server.

Thanks

Natasha.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
429

Hi,

One method is to trigger a workflow after the vendor is created and in that workflow you can write your code to download the details to the application server.

The advantage is that you would get the details once the vendor is created without errors.

Regards,

Ankur Parab

Hi,

One method is to trigger a workflow after the vendor is created and in that workflow you can write your code to download the details to the application server.

The advantage is that you would get the details once the vendor is created without errors.

Regards,

Ankur Parab

2 REPLIES 2
Read only

Former Member
0 Likes
429

Hi,

Check for a BADI or user exit which is triggered while saving in XK01. You can add the code there

Regards

Read only

Former Member
0 Likes
430

Hi,

One method is to trigger a workflow after the vendor is created and in that workflow you can write your code to download the details to the application server.

The advantage is that you would get the details once the vendor is created without errors.

Regards,

Ankur Parab