on 2007 Jul 19 8:17 AM
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
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
First check in SU53 Transaction for which Auth Object there is no authorization for you.
<b>Reward points</b>
Regards
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I guess you don't have autorizations to access the form..
Regards,
SaiRam
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
63 | |
10 | |
8 | |
7 | |
6 | |
6 | |
6 | |
6 | |
5 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.