‎2008 Jul 22 6:19 PM
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.
‎2008 Jul 22 6:27 PM
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
‎2008 Jul 22 6:30 PM
Hi,
Navigation plugs are for Webdynpro for Java.right?
But I am using BSP with MVC and not webdynpro.
Thanks,
Sudha.
‎2008 Jul 22 6:41 PM
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
‎2008 Jul 22 7:13 PM
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