2008 Aug 21 5:50 PM
Hi
I code Exit user for MIR7 but don't see global var xblnr (field on screen rbkp-xblnr) in include EXIT_SAPLMRMP_004 (ZXM08U29).
How to check which vars are visibles in this include?
Edited by: Kosmo on Aug 21, 2008 6:51 PM
Hi
I code Exit user for MIR7 but don't see global var xblnr (field on screen rbkp-xblnr) in include EXIT_SAPLMRMP_004 (ZXM08U29).
How to check which vars are visibles in this include?
Edited by: Kosmo on Aug 21, 2008 6:51 PM
2008 Aug 21 6:04 PM
Declare the following in ur Include
TYPE-POOLS : MMCR
in that it has a structure mmcr_ek08rn it has XBLNR
U can see the structure MMCR_TDRSEG in Tables Tab of the EXIT.
2008 Aug 22 8:45 AM
How to read this data from this structure?
I declared type-pool but don't see this data.
MMCR_TDRSEG don't have xblnr
Edited by: Kosmo on Aug 22, 2008 9:45 AM
2008 Aug 22 10:31 AM
Hi,
the globals are globals of caller ! So they not exist in user-exit, you have normaly only the values from function interface. If you need more informations (only for reading!) you have 3 design possibilitys :
- may be possible to use a flow of exits to transfer data from other point
- may be´possible to reread from database
- last tecnical with many riscs to harm - read the value from memory of the call program ..
regards
Holger
2008 Aug 25 1:59 PM
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |