‎2009 May 05 6:08 PM
Hello, partners.
How can I do to change a field in the table RKPF ?
I tryed to do with the BAPI_RESERVATION_CHANGE, but it's only available for items .
Thank you,
Alejandro Ceruti
‎2009 May 05 6:17 PM
‎2009 May 05 6:19 PM
Hi,
Which field in RKPF table you want to change?
Regards
Krishna
‎2009 May 05 6:33 PM
Hello, Krishna.
I must change the following fields :
RKPF-EBELP
RKPF-EBELN
Thank you.
Regards
Alejandro
‎2009 May 05 6:45 PM
‎2009 May 05 6:53 PM
Hi,
Use this code
CALL FUNCTION 'MB_CHANGE_RESERVATION' IN UPDATE TASK
EXPORTING CHANGE_RKPF = UPD_RKPF
CHANGE_RESB = UPD_RESB
NEW_RESB = NEW_RESB
TABLES XRKPF = XRKPF " RKPF table
XRESB = XRESB
XRESBN = XRESBN
ZRESB = ZRESB
DIS = DIS
XREUL = XREUL
XREULN = XREULN
XREULD = XREULD.
Regards
Krishna
‎2009 May 06 12:44 PM
Hello, Krishna.
I have seen this function, but is modifying only a few fields.
I will equaly use it to make an update to the table, for the fields I need. They aren´t relevant fields and they are unrelated with other aplicacion .
Thank you.
Regards.
Alejandro.
(Sorry by my bad english)
‎2012 Apr 17 1:07 PM
I have also used the 'MB_CHANGE_RESERVATION'. It works if I want to do changes on RESB.
Has anyone experiences in making inserts to RESB? I tried to use the NEW_RESB-flag in combination with the TABLES-Parameter XRESBN but it doesn't work correctly. Not all of the required fields are getting filled.
Thank you.
Regards
Mike