‎2006 Sep 20 7:06 AM
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
‎2006 Sep 20 7:11 AM
sathya,
are u using set pf-status?? do reply so that i can help you.,
Ramakrishna S
‎2006 Sep 20 7:18 AM
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
‎2006 Sep 20 7:14 AM
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
‎2006 Sep 20 7:19 AM
‎2006 Sep 20 7:28 AM
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.
‎2006 Sep 20 7:28 AM
‎2006 Sep 20 7:35 AM
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