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: 

downloading error

Former Member
0 Kudos

hi to all,

plz help me in this issue

In f110 transaction payment advice report for outputpreview or printout i am getting a error(download error)while downloading pdf file.

one more issue

iam having a field in selection options whose field lenth is 3 but i need the lenth in selection screen to be only 2 such that user can enter only two places.

how to cahnge it from 3 char to 2 char

hi naimesh i dont need a error message i need only two digits entered by user in selection screen there is no option other than giving error message

Thanks&Regards

kranthi revuri

Message was edited by: kranthi reddy

Message was edited by: kranthi reddy

2 REPLIES 2

naimesh_patel
Active Contributor
0 Kudos

Hello,

If you execute the output from F110 , then one job will be scheduled. and it is not possible to download the file on presentation in background job.

Regards,

Naimesh

naimesh_patel
Active Contributor
0 Kudos

Hello,

Options:

1. replce the parameter by 2 digit variable

2. parameters: p_ch(3) type c visible length 2.

at selection-screen on p_ch.

if p_ch+2(1) ne sapce.

  • error message

endif.

regards.

Naimesh

Close the thrade, and reward all helpful answers.