‎2012 Sep 25 7:39 AM
Hi,.
How to pass session parameters in SAP ABAP only system from a Java Based portal calling SAP services.
actually i have made a service using SICF transacion in SAP ECC 6.0 ITS based services which is being called by java based portal.
Is there any way or parameter s that session parameters will be passed from Java to SAP?
Actually customer do not want to enter the same value in SAP which he/she has already entered in JAVA based portal?
‎2012 Sep 25 7:51 AM
Hi Karan,
Hope this will help u - http://www.sapdev.co.uk/java/jco/bapi_jco.pdf
Thanks and Regards,
Ravindra Sonar.
‎2012 Sep 25 8:34 AM
Hi Ravi....
Thanks for prompt reply.....hope u remember me....
actually thing is customer is using java based portal in which when he enters customer number ,a BAPI is executed in background.After that for some other transaction button has been presses which Hits SAP server and gain he has to enter customer number....which client want to by pass.....
can you plz share your email address at [email protected] so that i can be clarify the same.
Thanls and regards
Karan Varshney
‎2012 Sep 25 8:47 AM
of course I do remember you dear. Anyway I have sent u an email to u.
Plz respond
‎2012 Sep 26 12:51 PM
Hi.....
do any body have any answer for this......am calling Standard transaction from java portal ....want to know about ...how to pass session parameters
‎2012 Sep 27 4:17 AM
Hello Karan,
I am not sure but you must be calling the FPL9 (Standard Transaction). So if u want to get the Business Partner in the transaction screen,
try -
------------------------------------------------------------------------
set parameter id 'BPA' field '78311'. (78311 is just for an example, you will need to set ur BP there)
call transaction 'FPL9'.
------------------------------------------------------------------------
I mean before calling FPL9 - set the parameter "BPA" to desired BP.
Hope this will make some sense, and can give u kind of clue for your requirement.
Thanks and Regards,
Ravindra Sonar