cancel
Showing results for 
Search instead for 
Did you mean: 

Calling a Report Program In Web Dynpro Using Submit statment

Former Member
0 Kudos

Hi all,

Can any one suggest how can i call a report program form Web Dynpro using Submit statment. I tried to call it its showing Field symbols not defined error. Is their any other ways to call Report in a Web Dynpro?. I have posted the error message when i tried using SUBMIT ZRR AND RETURN CONTROL

Field symbol has not yet been assigned.

The error occurred on the application server mnghcmsap_HRS_00 and in the work process 1 .

The termination type was: RABAX_STATE

The ABAP call stack was:

Form: CHECKBOX_OUT of program SAPLKKBL

Form: GEN_LINE_OUT of program SAPLKKBL

Form: DATA_OUT_SIMPLE of program SAPLKKBL

Form: LIST_OUTPUT_NEW of program SAPLKKBL

Form: FIRST_LIST_DISPLAY of program SAPLKKBL

Module: LIST_DISPLAY of program SAPLKKBL

Function: K_KKB_LIST_DISPLAY of program SAPLKKBL

Method: PRINT_BACKEND of program CL_GUI_ALV_GRID===============CP

Method: SET_TABLE_FOR_FIRST_DISPLAY of program CL_GUI_ALV_GRID===============CP

Form: PBO of program SAPLSLVC_FULLSCREEN

Edited by: VINMANO on Jul 22, 2009 2:54 PM

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi VINMANO,

check out the sap demo wd application: SALV_WD_DEMO_TABLE_MIG

and this thread: (edit: sorry, I did not see that you've already found this thread)

Regards,

Andreas

Edited by: Andreas Leis on Jul 23, 2009 11:07 AM

Former Member
0 Kudos

HI,

Its possible to call report program from Web dunpro...

chk out dis link,

By the way are using field symbol anywhere and left it unassigned?

Thanks,

Divya.S

Former Member
0 Kudos

Hi,

Its not possible to call an ABAP program inside webdynpro because its GUI component which is not supported by WebDynpro. WebDynrpo applications are to be executed and used only on enterprise portal.

If you get any way of making the same possible, please let me know because I am also stuck with the same kind of scenario.

Thanks,

Ashish

Former Member
0 Kudos

Hi VINMANO ,

as I know it is not possible to start reports within webdynpro, because you do not have a SAP GUI but a browser.

One possibility is to use the ITS InternetTransactionServer (Webgui).

See the blog of Raja for more details: /people/durairaj.athavanraja/blog/2005/08/21/running-your-first-its-webgui-application-in-sap-netweaver-04-abap-edition--nsp

regards,

johann