cancel
Showing results for 
Search instead for 
Did you mean: 

REFX - RENTAL OBJECT - MASS FIELD CHANGE / UPDATE

narnei
Contributor
0 Kudos

Dear Team,

I would like to have a clarification related to   SAP- REFX Lease in Scenario.

Issue is I have thousands of Rental objects are already Created.

But Based on the Rental object i would like to Update the "NAME OF THE RO" ( description )  field need to change now ( for all RO's ).

Is there any way to do it through UPLOAD / Any other automation activity available ???

Kindly clarify .

Thanks,

Subbarao

Accepted Solutions (1)

Accepted Solutions (1)

yeong-chul_jeong
Active Participant
0 Kudos

Dear Subbarao Narne.

As you already know, Mass Change transactions of RE-FX is just for Responsibility , Organizational Assignment and Update Objects.

So, If you want to mass change the VIBDRO-XMETXT field as description, you can consider 2-options;

1) Use function module : You can use this function in the LSMW.

       - API_RE_RO_CHANGE  or BAPI_RE_RO_CHANGE (BUS1504_CHANGE)

2) Direct Changes on the table list (Not recommend)

       - Case of your requirement field as VIBDRO-XMETXT is not key field, so even if you try to change

         this filed by changing of direct table list , Actually, that is no problem~

         (But this method is not recommended)

Regards,

Jeong, Yeong-Chul.

Answers (1)

Answers (1)

george_zaras
Explorer
0 Kudos

Dear Subbarao,

you also have the option to create an LSMW with BAPI BUS1504 and method CHANGE.

Kind regards,

George