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

BSP

Former Member
0 Likes
647

Hi,

I am creating a BSP application using MVC.

This BSP application will be invoked from the portal.

The portal will pass the employee number to my BSP application.

Based on this employee number I need to read other data.

1.I would like to know where and how should I receive this employee number in my BSP application?

2.Where should I write code to read other data by passing the employee number?

Could someone please help me with these 2 questions?

Thanks,

Sudha.

4 REPLIES 4
Read only

Former Member
0 Likes
597

Hi,

Pls try to post the same in Webdynpro for java or abap section you may find more answers.

Try to create the navigation plugs for input and output.

pass the paramteres through these plugs.

Thanks

Chandralekha

Read only

0 Likes
597

Hi,

Navigation plugs are for Webdynpro for Java.right?

But I am using BSP with MVC and not webdynpro.

Thanks,

Sudha.

Read only

0 Likes
597

Hi S A,

please try to create a field as input type and provide a name and value to it.

In the event handler of next page/same page,

OnInputProcessing tab,

write code as

NAVIGATION->SET_PARAMETER( 'matnr' ).

try to get details from MARA using select statement in the same event

Please check the links on BSP in SAP help.

Thanks,

Chandralekha

Read only

0 Likes
597

Hi Chandra,

there is a BSP forum and Wiki in SDN.

Also some tutorials on BSP can be found at http://help.sap.com/saphelp_nw04/helpdata/en/d3/70940bc76a11d4ad320000e83539c3/frameset.htm

This is a pretty fundamental question - like the first thing you would want to do in BSP.

I suggest you start with the documentation and tutorials - maybe even lash out and get Brian & Thomas's book http://www.sappress.com/product.cfm?product=H1903

Cheers

Graham Robbo