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

Recording Error

Former Member
0 Likes
584

Hi ,

We are trying to upload the data from FI-CO (flatefile) to ABAP(transaction F-02)

We r Uploading the data by using T-COde SHDB, here we selected method is CALL TRANSACTON.

In programe we call upload programe Function Module.

After executing the programe it is not picking the file, its going to Dump.

CAn any one give reply plss its urjent.

Thanks..

5 REPLIES 5
Read only

Former Member
0 Likes
557

Hi

Please check varaibles declared with compatible with FM parameters.

Regards

Jana

Read only

Former Member
0 Likes
557

There can be thousand of reason for this.

It would be far better than writting whole story if you post simply Error message of DUMP.

Read only

0 Likes
557

Hi,

Thanks for your answer.

Error message is unknow _error.

i entered all requirend fields in function module. but i don't where is the problem.

Thanks.

Read only

Former Member
0 Likes
557

Hi

Try this....

CALL FUNCTION 'WS_UPLOAD'

EXPORTING

FILENAME = 'C:\VENDOR.TXT'

FILETYPE = 'ASC'

TABLES

DATA_TAB = IT_DUMMY.

Read only

Former Member
0 Likes
557

Hi,

Can i have the clear message of short dump u got.

regards

Nikhil