‎2014 Mar 19 2:02 PM
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.
‎2014 May 22 9:10 AM
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.
‎2014 May 22 9:35 AM
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