Application Development 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: 

ABAP : End dating the wrong entered order records.

Former Member
0 Kudos

Hi, I have a requirement that there some wrong record entries that got updated in the database . (END DATE)

now what we want is to end date those wrong orders and create the new one with the same skew number.

The program is BAPI based, now when I am trying to end date that order and updating the new one, so instead of updating that order it is getting deleted and only the new order is getting updated in the database, though I want both of them, that is the previous one as endated and the new one for the same skew number.

Please suggest me what to do?

2 REPLIES 2

Lakshmipathi
Active Contributor
0 Kudos

Please try to use the correct Primary Tag. Your requirement is in no way related to Sales and hence, I have changed it accordingly. Please go through this SCN Tag List.

JL23
Active Contributor
0 Kudos

What BAPI do you use? And what do you do in particular in that BAPI?