Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Issue with IMPORT/EXPORT to database INDX

Former Member
0 Likes
825

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?

2 REPLIES 2
Read only

Former Member
0 Likes
581

Guys... any replies.... Please help me to resolve this issue

Read only

0 Likes
581

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.