cancel
Showing results for 
Search instead for 
Did you mean: 

dump in smartform driver program for purchase order

Former Member
0 Kudos

i created one smartform with driver program for purchase order.

in smartfrom i gave

form interface: p_ebeln as import,

tables as it_ekpo like ekpo.

global definitions are

wa_ekko type ekko for printing the ekko data in one window,

wa_ekpo type ekpo .

in main window i took the one table and loop the ekpo table for printing the item details.

no errors is there.but ; when i call this generated function module to my driver program it goes to dump.

in driver program i declare structures,internal tables,work areas, and parameter as p_ebeln .

and also select statements for my table all are good.but its not work.

in function module i pass the details as export p_ebeln = p_ebeln and table it_ekpo = it_ekpo.

and also i done debugging in this data come to the internal table and work areas.

but it goes to dump.

if u dont mind plz solve my problem.

Thanks

Navya.

Moderator message: empty lines removed, subject corrected, please use meaningful subject lines when posting!

Edited by: Thomas Zloch on Mar 24, 2011 10:10 AM

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Navya,

Your smartform is correct. But, as per my understanding, the dump comes when you call the smartform from the driver program. If that is the case, please check the input parameters and all th parameters in the program should be same as used in samrtform. Any deviation would lead to a dump.

Analyse and resolve!!!

Regards

Atul Sachdeva

ThomasZloch
Active Contributor
0 Kudos

Can't hurt to disclose more about the "dump", title, error analysis? Please look this up in ST22.

Thomas