cancel
Showing results for 
Search instead for 
Did you mean: 

LIST OF METER IN BUSINESS ENTITY

soumik_de2
Participant
0 Kudos

hi experts .

my requirement in i want see  list of pooled space in a business entity  and and list of meter assigned to it

means

Business Entity     Pooled space       Meter no

1000                       1                         001

1000                       1                         002

1000                       2                         003

1000                       3                         004

is there any standard t code for that or any BAPI(get list) ?

Accepted Solutions (1)

Accepted Solutions (1)

former_member196871
Active Participant
0 Kudos

Hi Soumik,

Please try the tcode RESCMPRO - Meters for Rental Objects.

Regards,

Hardik

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Soumik,

There is no direct way to fetch two different data.

First you need to get the list of Pooled Spaces in particular business entity by table VIBDRO with your business entity and RO type as Pooled Space.
Then you can go for BAPI :  BAPI_RE_RO_GET_DETAIL to get the details of meters attached to Pooled spaces.

Hope it could help you!

Regards,

Siddharth

soumik_de2
Participant
0 Kudos

hi  thanks for your reply.......

i have search a lot and i didn't found any solution.....

i can use BAPI_RE_RO_GET_DETAIL but i have to go for z development......

but i don't want it ............ and in BAPI_RE_RO_GET_LIST

there is no such provision.............. i am searching for any standard t code or function module....

thanks one second for your reply.......

Former Member
0 Kudos

Hi Soumik,

You can do one thing that first find the list of Pooled spaces in Business entity table and then use T-code RESCMPRO as also told by my friend