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 - How I do?

Former Member
0 Likes
504

Hi guys.

I have a question about BatchInput.

I have that include a registry in a field of a screen, but before insert, I need verify if the register is not exists. If exist, I will have that delete the register and insert the new register.

My question is, How can I delete the register by "Batch Input"?

Tks.

2 REPLIES 2
Read only

Former Member
0 Likes
459

Hello Eduardo,

not really sure what you mean but if you know of a transaction code that deletes that register, you can probably use it to create your batch input.

Do you know the deletion tcode?

Regards.

Read only

ThomasZloch
Active Contributor
0 Likes
459

With register I assume you mean table entry.

You cannot store conditional logic inside a batch input session, the correct flow must be "anticipated" by the program that generates the session. You need to find a screen flow that always works for the called transaction. So your option seems to be to always delete (even if nothing exists) and then insert.

Please specify the transaction you are calling, and the exact screen number where the problem is, a screenshot cannot hurt either.


Thomas