Application Development and Automation 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: 
Read only

Retrieve SID of characteristic from cube through program

Former Member
0 Likes
441

Hi Friends,

I am using FM RSDRI_INFOPROV_READ to retrieve the char & key figs from a cube. But I also require the request ID for the entries that I select. But unfortunately request IDs are stored in the SID field of the request ID char.

Can someone help me with how to capture the SID field of request ID in the cube? I need to code for this.

Appreciate your help.

Thanks,

Dikshitha G

Hi Friends,

I am using FM RSDRI_INFOPROV_READ to retrieve the char & key figs from a cube. But I also require the request ID for the entries that I select. But unfortunately request IDs are stored in the SID field of the request ID char.

Can someone help me with how to capture the SID field of request ID in the cube? I need to code for this.

Appreciate your help.

Thanks,

Dikshitha G

1 REPLY 1
Read only

Former Member
0 Likes
402

i found it myself Using the FM if you have to pick the request ID it will give you a value like this 'APO_R4ID7HZLUPO8CHG8V9YZO85XDK'. Now go to the SID table of that field and give this value. It will give you the corresponding SID which is what I needed.

Thanks,

Dikshitha G