cancel
Showing results for 
Search instead for 
Did you mean: 

Get data from Elements tab in /SAPAPO/RRP3

918

Hi,

I have problem with gathering data from 'Elements' tab in transaction /SAPAPO/RRP3. I need to get those elements in my custom program but function modules like /SAPAPO/RRP_IOLIST_HORIZONS, /SAPAPO/RRP_IOLIST_GET_DATA, /SAPAPO/RRP_IOLIST_GRID_DATA didn't return any data.

With FM /SAPAPO/RRP_IOLIST_SHOW i can display the data which I want but I need them in internal table not in opened transaction(through FM).

Is there any method to get this data? Or should I do something else before using that FMs other than using FM '/SAPAPO/RRP_SIMSESSION_GET'?

Regards!

Accepted Solutions (1)

Accepted Solutions (1)

former_member244427
Active Contributor

Hello,

Check /SAPAPO/RRP_PT_IOLIST_READ you will have to first get the pegging id.

May be you can use /SAPAPO/DM_MATERIAL_FIND_PEGID OR /SAPAPO/DM_PEGID_GET_PEGKEY maybe both to get that.

BR,

Abhishek

0 Kudos

Hi, it's work great when I pass pegging area to /SAPAPO/RRP_PT_IOLIST_READ

Thanks!

Answers (0)