cancel
Showing results for 
Search instead for 
Did you mean: 

My standard smart form F150_DUNN_SF is dumping when i try to test

Former Member
0 Kudos

HI All,

When i try to execute the Smart form F150_DUNN_SF it is dumping can some one plz suggets me as wether i need to pass any fields such that dump is cleared. Kindly suggest.

Dump is as follows:

Suggest me wether i should enter any fields when i run the function module

The current ABAP program "/1BCDWB/SF00000024============FT" had to be

terminated because it has

come across a statement that unfortunately cannot be executed.

The following syntax error occurred in program "/1BCDWB/SAPLSF00000024 "

include "/1BCDWB/LSF00000024U01 " in

line 387:

"Field "ARCHIVE_INDEX_TAB[]" is unknown. It is neither in one of the sp"

"ecified tables nor defined by a "DATA" statement. ."

" "

" "

Thanks in Advance.

Sana.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Sana,

Copy the standard smartform to a zform & then set a break point in the form.Try to debug the code to find out the error.Because when I tried executing the smartform in my login,it was giving the same DUMP.you can always attach your Zform with changes to your standard tcode.

thanks.

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi,

i guess, may be you r trying to pass 'ARCHIVE_INDEX_TAB[]' from program to Smartform F150_DUNN_SF, which is not actually available in the Standard Smartform F150_DUNN_SF.

try commenting the Exporting parameter 'ARCHIVE_INDEX_TAB[]' & check.

Hope it helps!!

Regards,

Pavan

Former Member
0 Kudos

HI ,

Check your forms interface in the standard smartform.

ARCHIVE_INDEX should be on the first line in the IMPORT parameters.

If it't there try to generate your smartform again. You can do that from the first screen in transaction SMARTFORMS

Kind regards

Åsa Thenstedt

Former Member
0 Kudos

Is your driver program a standard one or a Z program. If so than probably the error may be in the program itself. The error may be in the interface part.

Regards,

Anuradha.