‎2008 Feb 21 7:19 AM
hi all,
thanks.
i am using alv program,
after seleting the perticular column and its value i would like to pass it to another program. How i can do it?
please tell me the solution.
thanks
‎2008 Feb 21 8:53 AM
hi,
get the parameter id in the calling program.
syntax :
GET PARAMETER ID 'PID' FIELD <xxxx>.
and set it in ur main program.
SET PARAMETER ID 'PID' FIELD <xxxx>.
on the event of selction of the field value in the column u will get that value in the selection screen of the calling program if u use CALL TRANSACTION <tcode of calling program>.
<REMOVED BY MODERATOR>
Edited by: Alvaro Tejada Galindo on Feb 21, 2008 5:50 PM
‎2008 Feb 21 7:31 AM
You can handle it in different ways.
1. Pass the value if the other program has selection screen.
2. Set the value using Paramter-ID's
3. EXPORT'ing to and IMPORTing from Memory.
‎2008 Feb 21 8:32 AM
hi thanks for reply,
i am having the confusion ,
how to use parameter id in another program
please guide me.
thanks
‎2008 Feb 21 8:37 AM
first program variable store on one variable.
step 2
call another program.
using sytax set parameters.
second program prameters id check in technal setting.
parameter field press f1,see set paramters id.
check syntax set parameter press f1
‎2008 Feb 21 8:53 AM
hi,
get the parameter id in the calling program.
syntax :
GET PARAMETER ID 'PID' FIELD <xxxx>.
and set it in ur main program.
SET PARAMETER ID 'PID' FIELD <xxxx>.
on the event of selction of the field value in the column u will get that value in the selection screen of the calling program if u use CALL TRANSACTION <tcode of calling program>.
<REMOVED BY MODERATOR>
Edited by: Alvaro Tejada Galindo on Feb 21, 2008 5:50 PM