Application Development 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: 

Recording Error

Former Member
0 Kudos

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

Former Member
0 Kudos

Hi

Please check varaibles declared with compatible with FM parameters.

Regards

Jana

former_member181995
Active Contributor
0 Kudos

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.

0 Kudos

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.

Former Member
0 Kudos

Hi

Try this....

CALL FUNCTION 'WS_UPLOAD'

EXPORTING

FILENAME = 'C:\VENDOR.TXT'

FILETYPE = 'ASC'

TABLES

DATA_TAB = IT_DUMMY.

Former Member
0 Kudos

Hi,

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

regards

Nikhil