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

Adobe form table not getting displayed when executing it from FM

0 Likes
3,095

Hi Experts,

Table is not getting printed when i am executing Adobe form from function module.

But it is visible in the Preview PDF in Adobe layout.

This table is not a part of import parameters and it empty because user will fill the entries in the table as it is an interactive form.

Preview PDF.

Function Module Output.

Please advise...

Thanks

Raj

Hi Experts,

Table is not getting printed when i am executing Adobe form from function module.

But it is visible in the Preview PDF in Adobe layout.

This table is not a part of import parameters and it empty because user will fill the entries in the table as it is an interactive form.

Preview PDF.

Function Module Output.

Please advise...

Thanks

Raj

5 REPLIES 5
Read only

Former Member
0 Likes
2,130

Can u send me the FM coding

Read only

0 Likes
2,130

Hi Meenakshi,

Its an auto generated function module.

When i am executing it from transaction SFP i am not able to get the table in the PDF output.

I declared this table in Global Data of Adobe Interface.

Thanks

Raj

Read only

0 Likes
2,130

What type of printer r u using?

try the given solution

1. Go to T-code SPAD

2. Put Output device you use for print. Then click display button

3. Select tab 'Access Method'

4. Tick 'No Device Selection at Frontend' and then Save.

Read only

satyabrata_sahoo3
Contributor
0 Likes
2,130

It might be because of no data in the table.

Debug the FM. Put some test data in the Table in edit mode while debugging and check output.

-SS

Read only

Former Member
0 Likes
2,130

This message was moderated.