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: 

BAPI_RE_RO_CHANGE Data Not Getting Updated

0 Kudos

Hi Technocrats,

I am trying to insert data in T-code REBDRO. I want to add new records in Measurement Tab. So in BAPI_RE_RO_CHANGE Bapi, I am passing values as below :-

1.  COMPCODE                         = bukrs

2.  BUSINESSENTITYNUMBER = business entity

3.  RENTALOBJECTNUMBER    = Rental Object

4. In "Measurement" Internal Table :- a. Change Indicator  = I

                                                    b. Measurement         = Z005

                                                    c. Valid from              = Date

                                                    d. Valid to                  = Date

                                                    e. Value avail             = 100(for example)

                                                    f.  Unit                       = ST.

When I process this Bapi I receive message in Return "Instance 11000001101511000018 of object type RentalObjectREFX has been changed."  But when I check in REBDRO T-code no new record is created. If this Bapi is Authentic or should i use another Bapi. Do i have to process another Bapi after processing this BAPI. Please Help.

Regards,

Deepak Sharma

1 ACCEPTED SOLUTION

0 Kudos

Solved it myself. Above code is working fine in my program but when i pass same values in in this BAPI in se37 T-code it doesn't work.

2 REPLIES 2

0 Kudos

Solved it myself. Above code is working fine in my program but when i pass same values in in this BAPI in se37 T-code it doesn't work.

0 Kudos

Did you use also call BAPI_TRANSACTION_COMMIT in same test sequence ?

Regards,

Raymond