2009 Apr 29 12:58 PM
Hi Experts,
We are using more than 3 user exit in delivery creation program, we need the first user exit to pass the data to second and third user exit in the form of internal table, for which we require a global internal table. Please suggest where to declair this global internal table in delivery order program SAPMV50A.
Thank You,
Ganesh Modhave
2009 May 01 7:10 AM
Ganesh,
If you are working in an ECC6 environment then you can use the enhancement framework.
In the top include of SAPMV50A there are plenty of static enhancement point where you can declare your internal table.
I hope this helps.
Cheers,
Neil.
Hi Experts,
We are using more than 3 user exit in delivery creation program, we need the first user exit to pass the data to second and third user exit in the form of internal table, for which we require a global internal table. Please suggest where to declair this global internal table in delivery order program SAPMV50A.
Thank You,
Ganesh Modhave
2009 Apr 30 9:41 AM
Hi Ganesh,
As per your post, it seems the requirement is to pass the data in the form of internal table
across User- Exits of Delivery creation.
For this purpose, why don't you try using EXPORT / IMPORT of internal to/from MEMORY!
Export internal table from the first User-Exit to the Memory and then IMPORT this Internal
table from the same Memory ID in the required User-Exits.
Hope this suggestion helps!
Regards,
Chandy
2009 May 01 7:10 AM
Ganesh,
If you are working in an ECC6 environment then you can use the enhancement framework.
In the top include of SAPMV50A there are plenty of static enhancement point where you can declare your internal table.
I hope this helps.
Cheers,
Neil.
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |