Question:
Hi everybody,
In abap/4 ,we can use submit to call the other report ,and use 'set parameter id ' to trans parameter . Now I want to trans a new parameter the report field ,but it hasn't a parameter . How can I realize it ?
Thanks,
maxma.
Answer:
Have a look at the F1 help on SUBMIT, you can use variants, selection variable names, PIDs - all sorts of things to pass values between programs.
_________________
Kind Regards
Rosie Brent
Please remember to search the forum and check the FAQ before posting questions, thank you.
Tuly Idiot most of the time, part-time Guru
Answer:
and if it dont fit your need you can also use export/import to memory or export/import to database
f1 also on this
Regards
_________________
5 hour left in there!
is 'beer on a terrace while studying' worth the 'exams at 30c'?? Hell yeah!
Answer:
Thanks.
I can use this :
submit zrpeort with para1 = value1 and para2 = value2 .
mema
Answer:
If you still want to use set parameter id and if your called program is a y/z program use memory id option of parameters statement and can set a value for it.
Warm Regards,
Jhonny.
Answer:
Thanks.
I can use this :
submit zrpeort with para1 = value1 and para2 = value2 .
mema
I think you'll need to use:
submit zreport with para1 = value1 with para2 = value2.
_________________
Kind Regards
Rosie Brent
Please remember to search the forum and check the FAQ before posting questions, thank you.
Tuly Idiot most of the time, part-time Guru