cancel
Showing results for 
Search instead for 
Did you mean: 

How to get values from another BSP application

Former Member
0 Kudos

Hi All,

I have enhancements for standard BSP components ERP_IT and ERP_I. The main page is ERP_IT and the user can choose to navigate in ERP_I. My requirement is I need to get a value from ERP_I without navigating to that page. Is that possible?

Thanks and Regards,

Louie

Accepted Solutions (0)

Answers (1)

Answers (1)

anand_govardhan
Active Participant
0 Kudos

Hi,

Check these blogs, it might be helpful.

[BSP/How-To: Navigation between BSP Applications: Part-I|http://www.sdn.sap.com/irj/scn/weblogs?blog=/pub/wlg/5368] [original link is broken] [original link is broken];

[BSP/How-To: Navigation between BSP Applications: Part-II|http://www.sdn.sap.com/irj/scn/weblogs?blog=/pub/wlg/5440] [original link is broken] [original link is broken];

Regards,

Anand G

Former Member
0 Kudos

Thanks Anand. But I already read those links before I posted this thread. Those links explains how values are passed to other BSP application, but navigation is needed. What I need is to get the value from that page. Might be helpful if someone specifies a table that holds the value of each parameter in the BSP page.

GrahamRobbo
Active Contributor
0 Kudos

Hi Louie,

that is not how the HTTP protocol - or BSP - work. I suggest you do a little reading.

Cheers

Graham Robbo

Former Member
0 Kudos

Hi Graham,

I agree with you. What I said was just my wishful thinking on how to achieve my requirement. I already figured out the answer to my question by checking the page attributes class and search for the possible method to retrieve our custom fields, it's something like GET_S_EXT - Getter for Enhancement Fields. I didn't find it at first because the filter checkbox was ticked (implemented in other class). Thanks for the suggestions.