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

Batch Input doubt

Former Member
0 Likes
465

Wassup guys ...

Here is the problem. I did a program thar reads data from a legacy system and update Vendor doing a batch input on XK02. XK02 has a customer exit implemented, but, when I'm doing the doing input the exit should not be execute.

I tryied to solve that using an export / import command but that doen't worked. I can't export to shared buffer because that is a company rule.

Any ideas ?

Thx in advance.

1 ACCEPTED SOLUTION
Read only

ThomasZloch
Active Contributor
0 Likes
437

What about checking for SY-BINPT = space in your exit?

Thomas

3 REPLIES 3
Read only

Former Member
0 Likes
437

If it's a one time deal, clone XK02 and use that instead.

Read only

Former Member
0 Likes
437

Thx for the ideia, but copy a standard transaction is completly out of my mind.

That is not a good procedure. 100% not recommended.

Thx anyway.

Read only

ThomasZloch
Active Contributor
0 Likes
438

What about checking for SY-BINPT = space in your exit?

Thomas