2009 Feb 15 12:54 PM
Hello all,
The statement 'export to memory id ...' is not allowed in BADI method. pleases suggest alternative for this statement.
Thanks..
Apps.
2009 Feb 15 2:39 PM
Hi,
Try this
General EXPORT syntax is
EXPORT XXXXX TO MEMORY ID 'AAA'.
so in BADI use it as below
EXPORT XXXXX = XXXXX TO MEMORY ID 'AAA'. " where XXXXX can be any name like ZEXP
Regards
Bala Krishna
Hello all,
The statement 'export to memory id ...' is not allowed in BADI method. pleases suggest alternative for this statement.
Thanks..
Apps.
2009 Feb 15 2:39 PM
Hi,
Try this
General EXPORT syntax is
EXPORT XXXXX TO MEMORY ID 'AAA'.
so in BADI use it as below
EXPORT XXXXX = XXXXX TO MEMORY ID 'AAA'. " where XXXXX can be any name like ZEXP
Regards
Bala Krishna
2009 Feb 15 2:43 PM
it works in badis i've used it many times.
Well do as bala mentioned above that is the syntax i always use.
кu03B1ятu03B9к
Edited by: kartik tarla on Feb 15, 2009 8:13 PM
2009 Feb 15 8:43 PM
pls. let us know, Why it shuld like so in BADI concept( is bcoz of OOPS?)
( EXPORT XXXXX = XXXXX TO MEMORY ID 'AAA'. " where XXXXX can be any name like ZEXP)
Why it different from normal EXPORT statement?
thanq
2009 Feb 16 1:22 AM
it ill very well work in BADI... if its just a single value then use set parameters <parameter ID> if its a table use export memory , its a session specific...if the badi session is completed the values cannot be retreived using IMPORT from memory.
If the session should not stop then you need to call the program which accept the memory in the BADI using SUBMIT statement.
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |