2008 Jun 02 10:29 AM
Hello all,
I am displaying a report which shows the output with the orders numbers.suppose in report there are 10 orders i want all the ten orders and want to pass to another transaction.Is their any way to do this .Can we pass table through SET-/GET parameters.If yes how can we achieve this>
Regards
Lalit
Hello all,
I am displaying a report which shows the output with the orders numbers.suppose in report there are 10 orders i want all the ten orders and want to pass to another transaction.Is their any way to do this .Can we pass table through SET-/GET parameters.If yes how can we achieve this>
Regards
Lalit
2008 Jun 02 10:36 AM
Hello!
You can use EXPORT and IMPORT MEMORY.
First you must EXPORT the value and after you must IMPORT it.
The syntaxis is:
EXPORT name_variable TO MEMORY ID 'name_memory'.
IMPORT name_variable FROM MEMORY ID 'name_memory'.
Attention! name_variable must be the same in the two transactions.
You can choose the name_memory that you want.
2008 Jun 02 10:42 AM
export i_num from it_export to memory id 'ABC'.
import i_num to it_import from memory id 'ABC'
2008 Jun 02 10:44 AM
Hi,
Get/Set can only be used where the parameter id for the field exists here you can use export/import to memory as already suggested.
Regards,
Himanshu Verma
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |