Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

gui_download doubt

vallamuthu_madheswaran2
Active Contributor
0 Likes
649

Hi Friends,

i'm try to download internal table values to excel using GUI_DOWNLOAD.

it's working fine in foreground.

but i execute the report in back ground. the job was canclled. the err log is " " "ABAP/4 processor: OBJECTS_OBJREF_NOT_ASSIGNED" " ".

What is the solution.

Thanks & Regards,

Vallamuthu.M

1 ACCEPTED SOLUTION
Read only

venkat_o
Active Contributor
0 Likes
617

Hi madheswaran, <li> No Function module is there to deal with presentation server in background mode. This is confirmed. <li>You can deal with application server in background using OPEN DATASET, TRansfer and Close dataset statements. Thanks Venkat.O

Hi Friends,

i'm try to download internal table values to excel using GUI_DOWNLOAD.

it's working fine in foreground.

but i execute the report in back ground. the job was canclled. the err log is " " "ABAP/4 processor: OBJECTS_OBJREF_NOT_ASSIGNED" " ".

What is the solution.

Thanks & Regards,

Vallamuthu.M

3 REPLIES 3
Read only

sreeramkumar_madisetty
Active Contributor
0 Likes
617

Hi

That's the limitation of SAP.

See the Function Module Documentation for more details.

Regards,

Sreeram

Read only

venkat_o
Active Contributor
0 Likes
618

Hi madheswaran, <li> No Function module is there to deal with presentation server in background mode. This is confirmed. <li>You can deal with application server in background using OPEN DATASET, TRansfer and Close dataset statements. Thanks Venkat.O

Read only

SuhaSaha
Product and Topic Expert
Product and Topic Expert
0 Likes
617

Hello,

As mentioned in the previous post i DONOT think that it is a limitation of SAP. You cannot use GUI-related FMs in background mode.

When you execute the report in background you have to write the file into Application server.

For further info plz search SDN.

BR,

Suhas