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: 

Interactive document using Smartforms

Rushme
Advisor
Advisor
0 Kudos

Hi,

The customer wants an interactive page to be developed using Smartforms with editable text field and checkboxes. Can this be done in Smartforms? If yes then can you please tell how to do it?

I thought Smartforms in for output only. Can it be used to take inputs and perform some events based on these inputs?

Please reply asap as the customer is behind me and I need to say if it is possible or not..

Thanks in advance,

Rashmi

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Rashmi,

You will have to use the new ADOBE forms, which are interactive and the user can enter data. But I think its available with WAS 6.40. The transaction code is SFP.

I am not sure which version of SAP / BASIS your on. If you are SAP R/3 4.6C or 4.7, this might not work.

Hope this helps.

Regards,

Ravi

Note : Please reward points if this helps.

4 REPLIES 4

Former Member
0 Kudos

Rashmi,

You will have to use the new ADOBE forms, which are interactive and the user can enter data. But I think its available with WAS 6.40. The transaction code is SFP.

I am not sure which version of SAP / BASIS your on. If you are SAP R/3 4.6C or 4.7, this might not work.

Hope this helps.

Regards,

Ravi

Note : Please reward points if this helps.

0 Kudos

Rashmi,

If the above solves your issue, please award points and close the thread.

Regards,

Ravi

0 Kudos

Ravi, thanks a lot for ur reply.

I have one more problem now. Can dynamic data(i mean internal table) be printed on secondary window? I have my page with no main window and with only 3 secondary windows. I have an internal table that gets filled with rows dynamically and this needs to be printed on the secondary window. Now since the window height is fixed, the rows are not getting displayed fully. last fews rows gets cut. I mean the window does not flow to the next page.... is this because of secondary window fixed ht? how to solve this? will main widnow solve this issue?

0 Kudos

Hi Rashmi,

You cannot use a non MAIN window to display the records of internal table, if it is dynamic. Only MAIN window supports this. Please create a MAIN window and use the TABLE node to display internal table records.

If you need more clarification please let me know.

Cheers

Vinod