cancel
Showing results for 
Search instead for 
Did you mean: 

Getting a short dump in smartforms....

0 Kudos

Hii SAPians !!! M getting a shortdump msg while generating smartform,when I call a function module

CALL FUNCTION 'SSF_FUNCTION_MODULE_NAME'

EXPORTING

formname = 'HR_REPORTS'

IMPORTING

fm_name = fm_name

EXCEPTIONS

no_form = 1

no_function_module = 2

OTHERS = 3.

the system generates a dump msg ,

"OPEN_DATASET_NO_AUTHORITY"

REGARDS

SHOAIB

Accepted Solutions (0)

Answers (4)

Answers (4)

0 Kudos

No i'm not accessing any file from the app server. It was working OK before but when I changed & transported in to production server its giving me the short dump,m also very surprised by getting this error msg.

Former Member
0 Kudos

Hi Shoaib,

Check whether you are accessing any file from the smartform.

Reward points if helpfull.

cheers

Shafiq

Former Member
0 Kudos

Hi,

First check in SU53 Transaction for which Auth Object there is no authorization for you.

<b>Reward points</b>

Regards

former_member196280
Active Contributor
0 Kudos

I guess you don't have autorizations to access the form..

Regards,

SaiRam

Former Member
0 Kudos

Are you sure this is because of Smart form?

The exception suggest that you are trying to access the file which you do not have authorization to.

Are you trying to access any file from application server in the program?

Just check the code again. You can analyze the short dump by ST22. check where exactly that error occurs. You can see 'Source code Extract' for that.