Application Development 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: 

Problem in Insert report and submit

Former Member
0 Kudos

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

former_member206396
Active Participant
0 Kudos

sathya,

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

Ramakrishna S

0 Kudos

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

Former Member
0 Kudos

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

0 Kudos

Yes it is active.

0 Kudos

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.

0 Kudos

you can add it in the itab_source iternal table

0 Kudos

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