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

dump while executing Standard FM VIEW_GET_DATA

Former Member
0 Likes
813

hI ,

I want to execute standard function module VIEW_GET_DATA where i am passing view name as

V_CURX after that we get around 63 records,but it comes in Hex format so i want to convert this data ...

I have used FM HR_RU_CONVERT_HEX_TO_CP ..

i have put the test sequence as VIEW_GET_DATA as first and second HR_RU_CONVERT_HEX_TO_CP.

Problem is : when i execute first FM , and than press back button it gives dump saying

This may be due to any of the following reasons:

1. One of the programs "SAPLSEUJ" or "VIEW_GET_DATA=================FT " is

currently being developed.

The name "EXPORT_IMPORT_MEMORY" of the called routine may be incorrect, or

the routine "EXPORT_IMPORT_MEMORY" is not yet implemented in the program

"VIEW_GET_DATA=================FT ".

-

2. If the program SAPMSSY1 is involved in the runtime error, one of

the function modules called via RFC is not flagged as remote-capable.

(see Transaction SE37 Goto -> Administration -> RFC flag)

3. There is an inconsistency in the system. The versions of the

programs "SAPLSEUJ" and "VIEW_GET_DATA=================FT " do not match.

..please help...

2 REPLIES 2
Read only

Former Member
0 Likes
559

Hi,

The dump could be because of the below reason....

Even without getting some output from the second function module, i.e. it did not write any data to the MEMORY, though it is trying to read some data from the MEMORY, hence the dump.

Manually check if you are getting some data after second function module.

Regards,

Santhosh.

Read only

Former Member
0 Likes
559

Hi,

I faced the same issue.

In the DBS_SELLIST internal table, please fill the tabix field.

This resolved the dump on the second execution.