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: 

auto delete expired reservation

Former Member
0 Kudos

dear all expert

i want make program/scheduler to automatic delete reservation that older than 2 month

when i browse RESB table there is field XLOEK (item is deleted)

it is possible from abap coding to make XLOEK = 'X' direct to table RESB?

if it's possible how can i update/modify this table

or there is a config from MM module to do this?

please help me, because i'm newbie in SAP

thanks for your time

3 REPLIES 3

Former Member
0 Kudos

Hello,

You can schedule the program RM07RVER to run in background with suitable variant to delete reservations based on Base Date.

Thanks,

Venu

0 Kudos

how can i schedule the program RM07RVER ?

cause i want to automatic delete, not manual delete

any suggest?

Former Member
0 Kudos

Hello ,

u need to BAPI or FMs to do SO .

BAPI_RESERVATION_DELETE -->check its documentations.

NO NEED of NEW Program , check Venu's reply.

regards

Prabhu

Edited by: Prabhu Peram on Apr 7, 2010 10:26 AM