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

Problem in Insert report and submit

Former Member
0 Likes
748

Hi all,

We are creating a report using Insert report and executing it with submit statement. but in the output of the report we are not getting the menu bar correctly, it shows "??????????????????Edit???????????????????" on the top.help needed.

Sathya

7 REPLIES 7
Read only

former_member206396
Active Participant
0 Likes
701

sathya,

are u using set pf-status?? do reply so that i can help you.,

Ramakrishna S

Read only

0 Likes
701

Actually we are calling the insert report and submit from one report. in that we are using PF status. but for the report that we are executing using submit we are not setting any pf status. Is there any way to set pf status for the report we are executing using submit?

coding:

Insert report rep1 from itab_source state 'A'.

submit (rep1) and return.

sathya

Read only

Former Member
0 Likes
701

have you checked the program is in ACTIVE status or not ??

i mean the program you created thru INSERT REPORT command is in ACTIVE status?

regards

srikanth

Read only

0 Likes
701

Yes it is active.

Read only

0 Likes
701

why don't you add the statement "SET PF-STATUS <NAME>" in the insert_source iteself while your are creating the data for the submitted report.This should take care of the problem.

Read only

0 Likes
701

you can add it in the itab_source iternal table

Read only

0 Likes
701

no actually we cannot put the pf status inside the internal table. bcoz we are creating the report dynamically uploading it from a text file so is there any alternate way?

Sathya