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

How to pass session parameters in SAP ABAP only system from a Java Based portal calling SAP services

former_member591922
Participant
0 Likes
827

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?

5 REPLIES 5
Read only

former_member214878
Active Participant
Read only

0 Likes
775

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

Read only

0 Likes
775

of course I do remember you dear. Anyway I have sent u an email to u.

Plz respond

Read only

former_member591922
Participant
0 Likes
775

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

Read only

0 Likes
775

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