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

Submit program that uses a LDB does not work

Former Member
0 Likes
305

Hi all,

From a function module I'm submiting a Z program that uses the PNPCE LDB, and debugging it I note that the program submited does not enter into the GET peras block.

It is not possible to submit a program like this? If it possible, what do I have to do?

Additionally this Z program print a SMARTFORM and I want to put this smartform into the spool and get a PDF binary from the spool. How can I do this?

Regards,

Gregory.

1 REPLY 1
Read only

Former Member
0 Likes
247

I've already solve the problem.

The program was not running ok because I was passing the same value to distinct parameters.

Regards,

Gregory.