Thamarai
7th April 2008, 09:02
Hi,
I have attached a report to the PO session. Once I click on the report option, the input session for report gets open. Now, I need the PO number should be automatically present in the Input Session of report. Can anybody help me to proceed in this?


Thanks in advance,
Thamarai

loveubaan
7th April 2008, 12:21
try Import() / Export() functions

NPRao
7th April 2008, 20:25
Thamarai,

Here is a sample code:

group.1:
init.group:
if not (api.mode or job.process or background) then
get.screen.defaults()
endif
domain tcmcs.str25 session.from
import("prog.name$", session.from)
if strip$(session.from) = "zmmig2100m000" then
import("zmmig200.reqid", reqid.f)
reqid.t = reqid.f
endif

Thamarai
8th April 2008, 08:15
Hi NpRao,
Thanks for the example. It works fine. Thanks for the help.

Regards,
Thamarai