cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

SAP REFX Rental object

lgarun
Explorer
0 Kudos
2,971

Hi Experts,

In REFX contract in which table or function module gives details of Business partner number and rental objects details. My requirement is if pass value of Business partner number in a table or function module then system should gives the details of rental objects occupied by Business partner.

Thanks

Arun

Accepted Solutions (1)

Accepted Solutions (1)

amarendar
Contributor

Dear Ganesan,

There is a standard report, which may be accessed using t-code REISBP.

Note: Enter the Business partner or run without any specific Business partner code

Output of the report

Note: This report will help you find out, which all rental objects are taken by a specific business partner.

Regards,

Amare

Answers (1)

Answers (1)

andre_nakratzas
Product and Topic Expert
Product and Topic Expert
0 Kudos

You can use BAPI_RE_CN_GET_DETAIL and get parameter PARTNER and OBJECT_REL. However based on your requirement you can probably just run tcode REISCNOA - Objects for Contracts, using the Partner Selection Active option with the BP #. In the report output just set a filter on Target Object ID and use filter value RO*

Regards, Andre