2008 Feb 27 8:23 PM
There is an include program 'MMCP6F02' in which the user exit 'ZXSOPU11' is called and this happens soon after the below code which passes a table to INDX..
EXPORT CE_SXYZ TO DATABASE INDX(BB) ID 'PDATA'
USING INDX_LIS_EXPORT4.
In the user exit, I am trying to read the above table entry with the following code
IMPORT CE_SXYZ = IS_SXYZ_U FROM DATABASE
INDX(BB) ID 'PDATA'.
But this does not seem to fetch any data even though the declarations are the same. But when the same IMPORT is used again in the include program, right after the call to user-exit, it fetches the values.
IMPORT CE_SXYZ = IS_SXYZ_I FROM DATABASE
INDX(BB) ID 'PDATA'
USING INDX_LIS_IMPORT4.
Can someone please help me out to solve this issue?
There is an include program 'MMCP6F02' in which the user exit 'ZXSOPU11' is called and this happens soon after the below code which passes a table to INDX..
EXPORT CE_SXYZ TO DATABASE INDX(BB) ID 'PDATA'
USING INDX_LIS_EXPORT4.
In the user exit, I am trying to read the above table entry with the following code
IMPORT CE_SXYZ = IS_SXYZ_U FROM DATABASE
INDX(BB) ID 'PDATA'.
But this does not seem to fetch any data even though the declarations are the same. But when the same IMPORT is used again in the include program, right after the call to user-exit, it fetches the values.
IMPORT CE_SXYZ = IS_SXYZ_I FROM DATABASE
INDX(BB) ID 'PDATA'
USING INDX_LIS_IMPORT4.
Can someone please help me out to solve this issue?
2008 Feb 28 7:02 PM
2008 Feb 29 5:32 PM
I have an open OSS-Call at the Moment regarding this issue. SAP wants to make me believe that the coding in SAP Note 703770 would help, but it does not.
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |